summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-09resolve a 64-bit warningRoger Dingledine
svn:r2750
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-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-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
2004-11-09once normalized, DataDirectory is always definedRoger Dingledine
svn:r2734
2004-11-09Make check_private_dir trimodal (check/create/ignore), not bimodal ↵Nick Mathewson
(create/ignore). svn:r2733
2004-11-09Stop using the wrong DataDirectory when we're validating.Roger Dingledine
Also validate/normalize the DataDirectory better. svn:r2732
2004-11-09Separate is-recognized-option from get-option-value, since NULL is ambiguous ↵Nick Mathewson
and returning "" misrepresents. svn:r2731
2004-11-09when rejecting an old-style router descriptor, tell us its nicknameRoger Dingledine
svn:r2730
2004-11-09During options_dup, don't copy LINELIST_S or OBSOLETE options.Roger Dingledine
And recognize obsolete options now in config_get_assigned_option(). svn:r2729
2004-11-09EntryNodess is not the plural of EntryNodesRoger Dingledine
svn:r2728
2004-11-09and anotherRoger Dingledine
svn:r2727
2004-11-09fix some dereferencesRoger Dingledine
svn:r2726
2004-11-09make datadirectory work againRoger Dingledine
svn:r2724
2004-11-09fix mistake in commentsRoger Dingledine
svn:r2723
2004-11-09Normalize DataDirectory in options_validate, making SIGHUP survivable.Nick Mathewson
svn:r2722
2004-11-09Document accountingNick Mathewson
svn:r2721
2004-11-09Stop DataDirectory from changing; also stop using new as an identifier?Nick Mathewson
svn:r2717
2004-11-09Make an options_act() where we do all the things a new options setRoger Dingledine
needs. Still needs more work. svn:r2716
2004-11-09stop breaking the get_options() abstraction in config.cRoger Dingledine
svn:r2715
2004-11-09fix comments in hibernate.cRoger Dingledine
svn:r2714
2004-11-09various fixesRoger Dingledine
svn:r2712
2004-11-08Separate validate from activate. Document undocumented stuff in config.c.Nick Mathewson
svn:r2711
2004-11-07while we hibernate, our declared bandwidth capacity is 0Roger Dingledine
svn:r2710
2004-11-07Document hibernate.c. Also fix handling of corner case where we hit the end ↵Nick Mathewson
of the interval while we are in HIBERNATE_STATE_LOWBANDWIDTH svn:r2709
2004-11-07Fix compile errorsNick Mathewson
svn:r2708
2004-11-07Make set-option functions distinguish between bad keys and bad values, in ↵Nick Mathewson
case the caller cares svn:r2707
2004-11-07Fix up error codesNick Mathewson
svn:r2706
2004-11-07More tests for splitNick Mathewson
svn:r2705
2004-11-07add saveconf control command.Roger Dingledine
allow authentication by localhost, but if tor demands more, require more. svn:r2704
2004-11-07Add missing dereference; stop throwing zeroes around.Nick Mathewson
svn:r2702
2004-11-07Document control.cNick Mathewson
svn:r2700
2004-11-07allow unauth control connections for nowRoger Dingledine
let control connections recognize eof svn:r2699
2004-11-07Clean up copyrights.Roger Dingledine
Break connection_consider_empty_buckets() out of connection_read_bucket_decrement(). svn:r2698
2004-11-06tor --list-fingerprint as a client shouldn't try to print nullRoger Dingledine
svn:r2697