aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* dfc caught a SIGXFSZ error when his debugfile reached 2GB.Roger Dingledine2004-11-12
| | | | | | | | | so if they exist, catch them and ignore them. write() will fail normally and we'll look at errno like normal human beings. svn:r2804
* clean torrc sampleRoger Dingledine2004-11-12
| | | | | | | | change log files to end in .log for logrotate to notice mention that address doesn't need to be defined svn:r2803
* mention that Address doesn't need to be setRoger Dingledine2004-11-12
| | | | svn:r2802
* move datadirectory to the 'general' section,Roger Dingledine2004-11-12
| | | | | | | move contactinfo to the 'server' section svn:r2801
* when clients do --list-fingerprint, it's misleading toRoger Dingledine2004-11-11
| | | | | | | give them one, because it will never be the same again svn:r2800
* apply patch from Andre Eisenbach: include event code with events, as ↵Nick Mathewson2004-11-11
| | | | | | required by control-spec.txt svn:r2799
* Remove XXXX009 comment telling us to do the last (circID-related) fixNick Mathewson2004-11-10
| | | | svn:r2798
* Resolve a FIXME: use identity comparison, not nickname comparison, toNick Mathewson2004-11-10
| | | | | | | | | | | | | | | 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. For backward compatibility, we notice when the other router chooses the same circuit ID type as us (because it's running an old version), and switch our type to be polite. svn:r2797
* Note a pre6 itemNick Mathewson2004-11-10
| | | | svn:r2796
* When we think we have no bandwidth, guess that we will run for 1 day.Nick Mathewson2004-11-10
| | | | svn:r2795
* Clarify a warning about /.torNick Mathewson2004-11-10
| | | | svn:r2794
* Resolve FIXME items: make the kill-unattached-AP timeout symbolicNick Mathewson2004-11-10
| | | | svn:r2793
* Resolve FIXME items: make circuit_free_cpath_node staticNick Mathewson2004-11-10
| | | | svn:r2792
* Resolve FIXME items: clarify two XXXX comments for 009Nick Mathewson2004-11-10
| | | | svn:r2791
* Resolve FIXME items: fix assert failure on malformed socks4a qreuests. (bug ↵Nick Mathewson2004-11-10
| | | | | | reported by Anna Shubina wrt old Netscapes) svn:r2790
* Resolve FIXME items: make expand_filename handle ~ and ~usernameNick Mathewson2004-11-10
| | | | svn:r2789
* when you cast MAX_UINT to an int it confuses the usersRoger Dingledine2004-11-10
| | | | svn:r2788
* bump us to 0.0.9pre6-cvsRoger Dingledine2004-11-10
| | | | svn:r2787
* Fix a few bugs in accounting: parse bw_accounting correctly; set end time of ↵Nick Mathewson2004-11-10
| | | | | | continued interval; record used bandwidth on state change. svn:r2785
* don't install tor-control.py, just ship itRoger Dingledine2004-11-10
| | | | svn:r2784
* make nick's config patch buildRoger Dingledine2004-11-10
| | | | svn:r2783
* Log at level notice of higher, not warn or higher. Thanks armaPeter Palfrader2004-11-10
| | | | svn:r2781
* Change the description slightly, to say "don't rely on the current Tor networkPeter Palfrader2004-11-10
| | | | | | | | if you really need strong anonymity", instead of "Tor will not provide anonymity currently". svn:r2780
* No longer use --pidfile, --logfile, and --runasdaemon command line options. ↵Peter Palfrader2004-11-10
| | | | | | Set them in the configfile instead. svn:r2779
* Validate log options during options_validate(). Reject unrecognized log ↵Nick Mathewson2004-11-10
| | | | | | types like "Log notice magic-twanger". Also, make sure User and Group stay the same, and do not crash when somebody tries to change PidFile to NULL. svn:r2778
* hack the tor.sh so it uses the new log format even on the command-lineRoger Dingledine2004-11-10
| | | | svn:r2777
* Make sure all patches apply cleanlyPeter Palfrader2004-11-10
| | | | svn:r2776
* 04_fix_test can be backed out again, it was a backport from cvs to the packagePeter Palfrader2004-11-10
| | | | svn:r2775
* Prepare for a new upstream releasePeter Palfrader2004-11-10
| | | | svn:r2774
* make abbreviations case-insensitive (thanks weasel)Roger Dingledine2004-11-10
| | | | svn:r2773
* make it more obvious that we have just told them their new torrc log line.Roger Dingledine2004-11-10
| | | | svn:r2772
* weaken our anonymity warning a little bit moreRoger Dingledine2004-11-10
| | | | svn:r2771
* ship the tarball with a minimal cflags, since gcc's vary so muchRoger Dingledine2004-11-10
| | | | svn:r2770
* Remvove an XXXNick Mathewson2004-11-10
| | | | svn:r2769
* More whitespace normalizationNick Mathewson2004-11-10
| | | | svn:r2768
* fix more typos in man pageRoger Dingledine2004-11-10
| | | | svn:r2767
* clarify that nodefamily is only need when the server doesn'tRoger Dingledine2004-11-10
| | | | | | | use myfamily svn:r2766
* remove extraneous variableRoger Dingledine2004-11-10
| | | | svn:r2765
* DirFetchPostPeriod is not a sub-element of AllowUnverifiedNodesRoger Dingledine2004-11-10
| | | | svn:r2764
* fix copyright in the licenseRoger Dingledine2004-11-10
| | | | svn:r2763
* don't ship with the default dirservers listed explicitly. leave themRoger Dingledine2004-11-10
| | | | | | | unlisted so we can change the default later. svn:r2762
* check off last 0.0.9pre5 todo itemsRoger Dingledine2004-11-10
| | | | svn:r2761
* separate out the cflags that cause spurious warnings, soRoger Dingledine2004-11-10
| | | | | | | | we don't ship those in the tarball also, bump us to 0.0.9pre5 svn:r2760
* don't check permissions on our datadirectory until we switch uid/gidRoger Dingledine2004-11-10
| | | | svn:r2759
* Normalize whitespace; add a "tell me about all the unnormalized whitespace" ↵Nick Mathewson2004-11-09
| | | | | | target; fix a braino in dirserv.c svn:r2758
* Clean windows a littleNick Mathewson2004-11-09
| | | | svn:r2757
* Fix windows build for VC6; centralize newline-fiasco-damage-control logicNick Mathewson2004-11-09
| | | | svn:r2756
* Resolve many XXXs and all DOCDOCsNick Mathewson2004-11-09
| | | | svn:r2755
* Change interface to config_trial_assign even more; have it use get_options() ↵Nick Mathewson2004-11-09
| | | | | | instead svn:r2754
* Add some documentation to routerlistNick Mathewson2004-11-09
| | | | svn:r2753