summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-11-10Fix a few bugs in accounting: parse bw_accounting correctly; set end time of ↵tor-0.0.9pre5Nick Mathewson
continued interval; record used bandwidth on state change. svn:r2785
2004-11-10don't install tor-control.py, just ship itRoger Dingledine
svn:r2784
2004-11-10make nick's config patch buildRoger Dingledine
svn:r2783
2004-11-10Log at level notice of higher, not warn or higher. Thanks armadebian-version-0.0.8+0.0.9pre5-1Peter Palfrader
svn:r2781
2004-11-10Change the description slightly, to say "don't rely on the current Tor networkPeter Palfrader
if you really need strong anonymity", instead of "Tor will not provide anonymity currently". svn:r2780
2004-11-10No longer use --pidfile, --logfile, and --runasdaemon command line options. ↵Peter Palfrader
Set them in the configfile instead. svn:r2779
2004-11-10Validate log options during options_validate(). Reject unrecognized log ↵Nick Mathewson
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
2004-11-10hack the tor.sh so it uses the new log format even on the command-lineRoger Dingledine
svn:r2777
2004-11-10Make sure all patches apply cleanlyPeter Palfrader
svn:r2776
2004-11-1004_fix_test can be backed out again, it was a backport from cvs to the packagePeter Palfrader
svn:r2775
2004-11-10Prepare for a new upstream releasePeter Palfrader
svn:r2774
2004-11-10make abbreviations case-insensitive (thanks weasel)Roger Dingledine
svn:r2773
2004-11-10make it more obvious that we have just told them their new torrc log line.Roger Dingledine
svn:r2772
2004-11-10weaken our anonymity warning a little bit moreRoger Dingledine
svn:r2771
2004-11-10ship the tarball with a minimal cflags, since gcc's vary so muchRoger Dingledine
svn:r2770
2004-11-10Remvove an XXXNick Mathewson
svn:r2769
2004-11-10More whitespace normalizationNick Mathewson
svn:r2768
2004-11-10fix more typos in man pageRoger Dingledine
svn:r2767
2004-11-10clarify that nodefamily is only need when the server doesn'tRoger Dingledine
use myfamily svn:r2766
2004-11-10remove extraneous variableRoger Dingledine
svn:r2765
2004-11-10DirFetchPostPeriod is not a sub-element of AllowUnverifiedNodesRoger Dingledine
svn:r2764
2004-11-10fix copyright in the licenseRoger Dingledine
svn:r2763
2004-11-10don't ship with the default dirservers listed explicitly. leave themRoger Dingledine
unlisted so we can change the default later. svn:r2762
2004-11-10check off last 0.0.9pre5 todo itemsRoger Dingledine
svn:r2761
2004-11-10separate out the cflags that cause spurious warnings, soRoger Dingledine
we don't ship those in the tarball also, bump us to 0.0.9pre5 svn:r2760
2004-11-10don't check permissions on our datadirectory until we switch uid/gidRoger Dingledine
svn:r2759
2004-11-09Normalize whitespace; add a "tell me about all the unnormalized whitespace" ↵Nick Mathewson
target; fix a braino in dirserv.c svn:r2758
2004-11-09Clean windows a littleNick Mathewson
svn:r2757
2004-11-09Fix windows build for VC6; centralize newline-fiasco-damage-control logicNick Mathewson
svn:r2756
2004-11-09Resolve many XXXs and all DOCDOCsNick Mathewson
svn:r2755
2004-11-09Change interface to config_trial_assign even more; have it use get_options() ↵Nick Mathewson
instead svn:r2754
2004-11-09Add some documentation to routerlistNick Mathewson
svn:r2753
2004-11-09When listing router status, include ourself if we are awakeNick Mathewson
svn:r2752
2004-11-09mention doc/control-spec.txt in changelogRoger Dingledine
svn:r2751
2004-11-09resolve a 64-bit warningRoger Dingledine
svn:r2750
2004-11-09tweak the tor-control some moreRoger Dingledine
svn:r2749
2004-11-09bugfix: ^c ought to work even while hibernatingRoger Dingledine
svn:r2748
2004-11-09only non-authdirservers cache the dir they just fetchedRoger Dingledine
svn:r2747
2004-11-09control event logs include loglevel noticeRoger Dingledine
svn:r2746
2004-11-09our tor-doc.html has never once mentioned the authoritativedirectoryRoger Dingledine
config option. oops. svn:r2745
2004-11-09allow BandwidthRate and Burst to be abbrevs in the torrc tooRoger Dingledine
svn:r2744
2004-11-09raise your hand if you can spellRoger Dingledine
svn:r2743
2004-11-09if you're going to ask it to use a body of length 0,Roger Dingledine
don't give it a body. svn:r2742
2004-11-09fix a memory-squashing bug that was causing an infinite loopRoger Dingledine
svn:r2741
2004-11-09fix a tor-resolve bug that could not possibly have ever worked butRoger Dingledine
python is too braindead^Wflexible to be able to tell us svn:r2740
2004-11-09draft of a 0.0.9pre5 changelogRoger Dingledine
svn:r2739
2004-11-09mark_logs_temp() before init'ing new ones.Roger Dingledine
we were seeing double, triple, etc each time we setconf'ed. svn:r2738
2004-11-09change the interface to config_trial_assign()Roger Dingledine
svn:r2737
2004-11-09when you try a new set of options, and you like them, make sure they stickRoger Dingledine
svn:r2736
2004-11-09stop wanting to split init_keys()Roger Dingledine
svn:r2735