Commit Graph

  • 56a718f538 include control-spec.txt in the tarball Roger Dingledine 2004-11-13 02:49:11 +00:00
  • fa4fdd9fe5 include control-spec.txt in the tarball Roger Dingledine 2004-11-13 02:49:11 +00:00
  • 5864f4ac01 fix a seg fault when fetching rendezvous descs Roger Dingledine 2004-11-12 21:59:27 +00:00
  • aabfb401b1 fix a seg fault when fetching rendezvous descs Roger Dingledine 2004-11-12 21:59:27 +00:00
  • a3788d5c9d Fix argument to strncpy. Nick Mathewson 2004-11-12 21:14:51 +00:00
  • 456b177e43 Fix argument to strncpy. Nick Mathewson 2004-11-12 21:14:51 +00:00
  • a8f9ba91db Nobody was using the return values from smartlist_(set|del|del_keeporder), so remove them. Nick Mathewson 2004-11-12 21:14:06 +00:00
  • f00e95be0f Nobody was using the return values from smartlist_(set|del|del_keeporder), so remove them. Nick Mathewson 2004-11-12 21:14:06 +00:00
  • 238a895e69 Add a FAST_SMARTLIST define to optionally inline smartlist_get and smartlist_len, which are two major profiling offenders. Nick Mathewson 2004-11-12 20:41:52 +00:00
  • 0bfab744f0 Add a FAST_SMARTLIST define to optionally inline smartlist_get and smartlist_len, which are two major profiling offenders. Nick Mathewson 2004-11-12 20:41:52 +00:00
  • c466b7e72f Speed up tor_strndup a lot: profiling suggests that our use of strlcpy here was a bad idea. Nick Mathewson 2004-11-12 20:41:03 +00:00
  • 2921dbf2f8 Speed up tor_strndup a lot: profiling suggests that our use of strlcpy here was a bad idea. Nick Mathewson 2004-11-12 20:41:03 +00:00
  • eabcf6618e Write most of the implementation for SAVECONF. Nick Mathewson 2004-11-12 20:09:54 +00:00
  • fbc6e8e319 Write most of the implementation for SAVECONF. Nick Mathewson 2004-11-12 20:09:54 +00:00
  • 5109de5626 Rename exit_policy to addr_policy, since it gets used for SOCKS and directory connections too. Make all policies get validated in options_validate, and make SOCKS/directory policies get set in options_act. Nick Mathewson 2004-11-12 19:39:13 +00:00
  • 015979b9f0 Rename exit_policy to addr_policy, since it gets used for SOCKS and directory connections too. Make all policies get validated in options_validate, and make SOCKS/directory policies get set in options_act. Nick Mathewson 2004-11-12 19:39:13 +00:00
  • 7419f23a0a Tweak it some more Peter Palfrader 2004-11-12 17:34:02 +00:00
  • ad8e779db2 Tweak it some more debian-version-0.0.8+0.0.9pre5-2 Peter Palfrader 2004-11-12 17:34:02 +00:00
  • 9b33a1901c This commit was manufactured by cvs2svn to create tag 'debian_version_0_0_8+0_0_9pre5-2'. (no author) 2004-11-12 17:34:02 +00:00
  • a8f37f1ccb Tweak it some more Peter Palfrader 2004-11-12 17:34:02 +00:00
  • f644c16de7 Change init startup script to properly deal with tor printing stuff on startup. Peter Palfrader 2004-11-12 17:31:42 +00:00
  • ecf21bda3f Change init startup script to properly deal with tor printing stuff on startup. Peter Palfrader 2004-11-12 17:31:42 +00:00
  • 7d29d2ef2a Change init startup script to properly deal with tor printing stuff on startup. Peter Palfrader 2004-11-12 17:31:42 +00:00
  • 85105b87a8 Guess this is 0.0.8+0.0.9pre5-2 Peter Palfrader 2004-11-12 17:24:28 +00:00
  • 26652ef72c Guess this is 0.0.8+0.0.9pre5-2 Peter Palfrader 2004-11-12 17:24:28 +00:00
  • ba7100f673 Guess this is 0.0.8+0.0.9pre5-2 Peter Palfrader 2004-11-12 17:24:28 +00:00
  • 702b1a9a6c Remove /usr/bin/tor-control.py from the binary package Peter Palfrader 2004-11-12 17:21:16 +00:00
  • 3bd77da001 Remove /usr/bin/tor-control.py from the binary package Peter Palfrader 2004-11-12 17:21:16 +00:00
  • b6dcfae00a Remove /usr/bin/tor-control.py from the binary package Peter Palfrader 2004-11-12 17:21:16 +00:00
  • 27465601ff Do not patch the default torrc to include settings we really want. Instead modify the compiled in default options. Peter Palfrader 2004-11-12 17:17:58 +00:00
  • ead200164a Do not patch the default torrc to include settings we really want. Instead modify the compiled in default options. Peter Palfrader 2004-11-12 17:17:58 +00:00
  • 236384b6d3 Do not patch the default torrc to include settings we really want. Instead modify the compiled in default options. Peter Palfrader 2004-11-12 17:17:58 +00:00
  • a1e7ad4855 Fix two comments in torrc.sample.in directly in the upstream source Peter Palfrader 2004-11-12 17:04:42 +00:00
  • 2f16fef376 Fix two comments in torrc.sample.in directly in the upstream source Peter Palfrader 2004-11-12 17:04:42 +00:00
  • d734ef66e2 Point to /var/log/tor (the directory) instead of a single file (/var/log/tor/log) in the debian patch of the manpage. Peter Palfrader 2004-11-12 16:52:10 +00:00
  • abd90020a4 Point to /var/log/tor (the directory) instead of a single file (/var/log/tor/log) in the debian patch of the manpage. Peter Palfrader 2004-11-12 16:52:10 +00:00
  • 98b982778e Point to /var/log/tor (the directory) instead of a single file (/var/log/tor/log) in the debian patch of the manpage. Peter Palfrader 2004-11-12 16:52:10 +00:00
  • 38c6818f84 Make logs readable by the system administrators (group adm) Peter Palfrader 2004-11-12 16:48:27 +00:00
  • b7131c2260 Make logs readable by the system administrators (group adm) Peter Palfrader 2004-11-12 16:48:27 +00:00
  • 4aae7d6795 Make logs readable by the system administrators (group adm) Peter Palfrader 2004-11-12 16:48:27 +00:00
  • 8ea7765e90 Symlink tor(8) manpage to torrc(5) Peter Palfrader 2004-11-12 16:47:21 +00:00
  • 2e0db9b0f9 Symlink tor(8) manpage to torrc(5) Peter Palfrader 2004-11-12 16:47:21 +00:00
  • 45934b4ad7 Symlink tor(8) manpage to torrc(5) Peter Palfrader 2004-11-12 16:47:21 +00:00
  • 60880cda84 Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarification on some. Turn all XXXX008 ("showstopper for 0.0.8 release") items into XXXX009 or XXXX, since plainly they were not showstoppers for 0.0.8. Add/clean some docs. Nick Mathewson 2004-11-12 16:39:03 +00:00
  • f05f70c7b4 Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarification on some. Turn all XXXX008 ("showstopper for 0.0.8 release") items into XXXX009 or XXXX, since plainly they were not showstoppers for 0.0.8. Add/clean some docs. Nick Mathewson 2004-11-12 16:39:03 +00:00
  • 2a5bcb29e6 Resolve FIXME: Possible solution to note_disconnect problem; needs thought and review. Nick Mathewson 2004-11-12 05:52:19 +00:00
  • 145d7279cd Resolve FIXME: Possible solution to note_disconnect problem; needs thought and review. Nick Mathewson 2004-11-12 05:52:19 +00:00
  • 5d92fbe30e Use autoconf to enable largefile support where necessary. Use ftello where available, since ftell can fail at 2GB. Nick Mathewson 2004-11-12 05:05:41 +00:00
  • 8383642050 Use autoconf to enable largefile support where necessary. Use ftello where available, since ftell can fail at 2GB. Nick Mathewson 2004-11-12 05:05:41 +00:00
  • 0faab62cd9 Resolve FIXMES: sometimes an error code is just an error code Nick Mathewson 2004-11-12 05:03:50 +00:00
  • b825561c73 Resolve FIXMES: sometimes an error code is just an error code Nick Mathewson 2004-11-12 05:03:50 +00:00
  • 90e0ad517e dfc caught a SIGXFSZ error when his debugfile reached 2GB. so if they exist, catch them and ignore them. write() will fail normally and we'll look at errno like normal human beings. Roger Dingledine 2004-11-12 04:59:37 +00:00
  • 29ae9ecbc2 dfc caught a SIGXFSZ error when his debugfile reached 2GB. so if they exist, catch them and ignore them. write() will fail normally and we'll look at errno like normal human beings. Roger Dingledine 2004-11-12 04:59:37 +00:00
  • c106ab8315 clean torrc sample change log files to end in .log for logrotate to notice mention that address doesn't need to be defined Roger Dingledine 2004-11-12 04:00:07 +00:00
  • 93aef18948 clean torrc sample change log files to end in .log for logrotate to notice mention that address doesn't need to be defined Roger Dingledine 2004-11-12 04:00:07 +00:00
  • 21782df73e mention that Address doesn't need to be set Roger Dingledine 2004-11-12 03:30:11 +00:00
  • 50a04037ed mention that Address doesn't need to be set Roger Dingledine 2004-11-12 03:30:11 +00:00
  • a24bd3c024 move datadirectory to the 'general' section, move contactinfo to the 'server' section Roger Dingledine 2004-11-12 03:29:03 +00:00
  • 13e475f77d move datadirectory to the 'general' section, move contactinfo to the 'server' section Roger Dingledine 2004-11-12 03:29:03 +00:00
  • fde595feb7 when clients do --list-fingerprint, it's misleading to give them one, because it will never be the same again Roger Dingledine 2004-11-11 13:24:10 +00:00
  • 3c39c13033 when clients do --list-fingerprint, it's misleading to give them one, because it will never be the same again Roger Dingledine 2004-11-11 13:24:10 +00:00
  • 6252cba522 apply patch from Andre Eisenbach: include event code with events, as required by control-spec.txt Nick Mathewson 2004-11-11 00:54:53 +00:00
  • 3109065642 apply patch from Andre Eisenbach: include event code with events, as required by control-spec.txt Nick Mathewson 2004-11-11 00:54:53 +00:00
  • e69d9647ed Remove XXXX009 comment telling us to do the last (circID-related) fix Nick Mathewson 2004-11-10 20:19:45 +00:00
  • 2b7cf33614 Remove XXXX009 comment telling us to do the last (circID-related) fix Nick Mathewson 2004-11-10 20:19:45 +00:00
  • 954570486f Resolve a FIXME: use identity comparison, not nickname comparison, to choose circuit ID types. This is important because our view of "the nickname of the router on the other side of this connection" is skewed, and depends on whether we think the other rotuer is verified--and there's no way to know whether another router thinks you are verified. Nick Mathewson 2004-11-10 20:14:37 +00:00
  • 81a646ff3e Resolve a FIXME: use identity comparison, not nickname comparison, to choose circuit ID types. This is important because our view of "the nickname of the router on the other side of this connection" is skewed, and depends on whether we think the other rotuer is verified--and there's no way to know whether another router thinks you are verified. Nick Mathewson 2004-11-10 20:14:37 +00:00
  • 35d0d3c050 Note a pre6 item Nick Mathewson 2004-11-10 20:01:38 +00:00
  • 65ff6917c6 Note a pre6 item Nick Mathewson 2004-11-10 20:01:38 +00:00
  • ec49905fb8 When we think we have no bandwidth, guess that we will run for 1 day. Nick Mathewson 2004-11-10 19:32:44 +00:00
  • 9df631f621 When we think we have no bandwidth, guess that we will run for 1 day. Nick Mathewson 2004-11-10 19:32:44 +00:00
  • 9c22b428bf Clarify a warning about /.tor Nick Mathewson 2004-11-10 14:29:18 +00:00
  • 1b0ed386db Clarify a warning about /.tor Nick Mathewson 2004-11-10 14:29:18 +00:00
  • a43db78e8d Resolve FIXME items: make the kill-unattached-AP timeout symbolic Nick Mathewson 2004-11-10 14:28:47 +00:00
  • 2c3f2da563 Resolve FIXME items: make the kill-unattached-AP timeout symbolic Nick Mathewson 2004-11-10 14:28:47 +00:00
  • c9af37d1ba Resolve FIXME items: make circuit_free_cpath_node static Nick Mathewson 2004-11-10 14:28:04 +00:00
  • 5ac419fb39 Resolve FIXME items: make circuit_free_cpath_node static Nick Mathewson 2004-11-10 14:28:04 +00:00
  • fde4129ac3 Resolve FIXME items: clarify two XXXX comments for 009 Nick Mathewson 2004-11-10 14:27:26 +00:00
  • c4b8c28b91 Resolve FIXME items: clarify two XXXX comments for 009 Nick Mathewson 2004-11-10 14:27:26 +00:00
  • aa1c0c4d67 Resolve FIXME items: fix assert failure on malformed socks4a qreuests. (bug reported by Anna Shubina wrt old Netscapes) Nick Mathewson 2004-11-10 14:26:34 +00:00
  • 571e0e481c Resolve FIXME items: fix assert failure on malformed socks4a qreuests. (bug reported by Anna Shubina wrt old Netscapes) Nick Mathewson 2004-11-10 14:26:34 +00:00
  • 8de9cfe184 Resolve FIXME items: make expand_filename handle ~ and ~username Nick Mathewson 2004-11-10 14:23:31 +00:00
  • 785307fa8b Resolve FIXME items: make expand_filename handle ~ and ~username Nick Mathewson 2004-11-10 14:23:31 +00:00
  • 987cb2b93a when you cast MAX_UINT to an int it confuses the users Roger Dingledine 2004-11-10 09:09:15 +00:00
  • d93a93de1b when you cast MAX_UINT to an int it confuses the users Roger Dingledine 2004-11-10 09:09:15 +00:00
  • 23a69fde8e bump us to 0.0.9pre6-cvs Roger Dingledine 2004-11-10 09:02:07 +00:00
  • d922f8d6d1 bump us to 0.0.9pre6-cvs Roger Dingledine 2004-11-10 09:02:07 +00:00
  • c1bf171ed8 Fix a few bugs in accounting: parse bw_accounting correctly; set end time of continued interval; record used bandwidth on state change. tor-0.0.9pre5 Nick Mathewson 2004-11-10 04:19:53 +00:00
  • 321b8b898f This commit was manufactured by cvs2svn to create tag 'tor-0_0_9pre5'. (no author) 2004-11-10 04:19:53 +00:00
  • 96c6d2d9fb Fix a few bugs in accounting: parse bw_accounting correctly; set end time of continued interval; record used bandwidth on state change. Nick Mathewson 2004-11-10 04:19:53 +00:00
  • df671e09cc don't install tor-control.py, just ship it Roger Dingledine 2004-11-10 04:06:24 +00:00
  • a6f709030a don't install tor-control.py, just ship it Roger Dingledine 2004-11-10 04:06:24 +00:00
  • 646903542a make nick's config patch build Roger Dingledine 2004-11-10 03:48:38 +00:00
  • bbc2d0c90e make nick's config patch build Roger Dingledine 2004-11-10 03:48:38 +00:00
  • 84d5206400 Log at level notice of higher, not warn or higher. Thanks arma Peter Palfrader 2004-11-10 03:46:06 +00:00
  • 40f463ec9f Log at level notice of higher, not warn or higher. Thanks arma debian-version-0.0.8+0.0.9pre5-1 Peter Palfrader 2004-11-10 03:46:06 +00:00
  • c916aae356 This commit was manufactured by cvs2svn to create tag 'debian_version_0_0_8+0_0_9pre5-1'. (no author) 2004-11-10 03:46:06 +00:00
  • 87a880a21b Log at level notice of higher, not warn or higher. Thanks arma Peter Palfrader 2004-11-10 03:46:06 +00:00
  • 5e31c6fd03 Change the description slightly, to say "don't rely on the current Tor network if you really need strong anonymity", instead of "Tor will not provide anonymity currently". Peter Palfrader 2004-11-10 03:45:34 +00:00
  • bc932f555e Change the description slightly, to say "don't rely on the current Tor network if you really need strong anonymity", instead of "Tor will not provide anonymity currently". Peter Palfrader 2004-11-10 03:45:34 +00:00