aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* 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
* 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
* make nick's config patch buildRoger Dingledine2004-11-10
| | | | svn:r2783
* 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
* 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
* Remvove an XXXNick Mathewson2004-11-10
| | | | svn:r2769
* remove extraneous variableRoger Dingledine2004-11-10
| | | | svn:r2765
* don't ship with the default dirservers listed explicitly. leave themRoger Dingledine2004-11-10
| | | | | | | unlisted so we can change the default later. svn:r2762
* 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
* When listing router status, include ourself if we are awakeNick Mathewson2004-11-09
| | | | svn:r2752
* resolve a 64-bit warningRoger Dingledine2004-11-09
| | | | svn:r2750
* bugfix: ^c ought to work even while hibernatingRoger Dingledine2004-11-09
| | | | svn:r2748
* only non-authdirservers cache the dir they just fetchedRoger Dingledine2004-11-09
| | | | svn:r2747
* control event logs include loglevel noticeRoger Dingledine2004-11-09
| | | | svn:r2746
* allow BandwidthRate and Burst to be abbrevs in the torrc tooRoger Dingledine2004-11-09
| | | | svn:r2744
* raise your hand if you can spellRoger Dingledine2004-11-09
| | | | svn:r2743
* if you're going to ask it to use a body of length 0,Roger Dingledine2004-11-09
| | | | | | | don't give it a body. svn:r2742
* fix a memory-squashing bug that was causing an infinite loopRoger Dingledine2004-11-09
| | | | svn:r2741
* mark_logs_temp() before init'ing new ones.Roger Dingledine2004-11-09
| | | | | | | we were seeing double, triple, etc each time we setconf'ed. svn:r2738
* change the interface to config_trial_assign()Roger Dingledine2004-11-09
| | | | svn:r2737
* when you try a new set of options, and you like them, make sure they stickRoger Dingledine2004-11-09
| | | | svn:r2736
* stop wanting to split init_keys()Roger Dingledine2004-11-09
| | | | svn:r2735
* once normalized, DataDirectory is always definedRoger Dingledine2004-11-09
| | | | svn:r2734
* Make check_private_dir trimodal (check/create/ignore), not bimodal ↵Nick Mathewson2004-11-09
| | | | | | (create/ignore). svn:r2733
* Stop using the wrong DataDirectory when we're validating.Roger Dingledine2004-11-09
| | | | | | | Also validate/normalize the DataDirectory better. svn:r2732
* Separate is-recognized-option from get-option-value, since NULL is ambiguous ↵Nick Mathewson2004-11-09
| | | | | | and returning "" misrepresents. svn:r2731
* when rejecting an old-style router descriptor, tell us its nicknameRoger Dingledine2004-11-09
| | | | svn:r2730
* During options_dup, don't copy LINELIST_S or OBSOLETE options.Roger Dingledine2004-11-09
| | | | | | | And recognize obsolete options now in config_get_assigned_option(). svn:r2729
* EntryNodess is not the plural of EntryNodesRoger Dingledine2004-11-09
| | | | svn:r2728
* and anotherRoger Dingledine2004-11-09
| | | | svn:r2727
* fix some dereferencesRoger Dingledine2004-11-09
| | | | svn:r2726
* make datadirectory work againRoger Dingledine2004-11-09
| | | | svn:r2724
* fix mistake in commentsRoger Dingledine2004-11-09
| | | | svn:r2723
* Normalize DataDirectory in options_validate, making SIGHUP survivable.Nick Mathewson2004-11-09
| | | | svn:r2722
* Document accountingNick Mathewson2004-11-09
| | | | svn:r2721
* Stop DataDirectory from changing; also stop using new as an identifier?Nick Mathewson2004-11-09
| | | | svn:r2717
* Make an options_act() where we do all the things a new options setRoger Dingledine2004-11-09
| | | | | | | | needs. Still needs more work. svn:r2716
* stop breaking the get_options() abstraction in config.cRoger Dingledine2004-11-09
| | | | svn:r2715
* fix comments in hibernate.cRoger Dingledine2004-11-09
| | | | svn:r2714