aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* when clients do --list-fingerprint, it's misleading to•••give them one, because it will never be the same again svn:r2800 Roger Dingledine2004-11-11
* apply patch from Andre Eisenbach: include event code with events, as required...•••svn:r2799 Nick Mathewson2004-11-11
* Remove XXXX009 comment telling us to do the last (circID-related) fix•••svn:r2798 Nick Mathewson2004-11-10
* 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. 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 Nick Mathewson2004-11-10
* When we think we have no bandwidth, guess that we will run for 1 day.•••svn:r2795 Nick Mathewson2004-11-10
* Clarify a warning about /.tor•••svn:r2794 Nick Mathewson2004-11-10
* Resolve FIXME items: make the kill-unattached-AP timeout symbolic•••svn:r2793 Nick Mathewson2004-11-10
* Resolve FIXME items: make circuit_free_cpath_node static•••svn:r2792 Nick Mathewson2004-11-10
* Resolve FIXME items: clarify two XXXX comments for 009•••svn:r2791 Nick Mathewson2004-11-10
* Resolve FIXME items: fix assert failure on malformed socks4a qreuests. (bug r...•••svn:r2790 Nick Mathewson2004-11-10
* Resolve FIXME items: make expand_filename handle ~ and ~username•••svn:r2789 Nick Mathewson2004-11-10
* when you cast MAX_UINT to an int it confuses the users•••svn:r2788 Roger Dingledine2004-11-10
* Fix a few bugs in accounting: parse bw_accounting correctly; set end time of ...•••svn:r2785 Nick Mathewson2004-11-10
* make nick's config patch build•••svn:r2783 Roger Dingledine2004-11-10
* Validate log options during options_validate(). Reject unrecognized log type...•••svn:r2778 Nick Mathewson2004-11-10
* make abbreviations case-insensitive (thanks weasel)•••svn:r2773 Roger Dingledine2004-11-10
* make it more obvious that we have just told them their new torrc log line.•••svn:r2772 Roger Dingledine2004-11-10
* weaken our anonymity warning a little bit more•••svn:r2771 Roger Dingledine2004-11-10
* Remvove an XXX•••svn:r2769 Nick Mathewson2004-11-10
* remove extraneous variable•••svn:r2765 Roger Dingledine2004-11-10
* don't ship with the default dirservers listed explicitly. leave them•••unlisted so we can change the default later. svn:r2762 Roger Dingledine2004-11-10
* don't check permissions on our datadirectory until we switch uid/gid•••svn:r2759 Roger Dingledine2004-11-10
* Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...•••svn:r2758 Nick Mathewson2004-11-09
* Clean windows a little•••svn:r2757 Nick Mathewson2004-11-09
* Fix windows build for VC6; centralize newline-fiasco-damage-control logic•••svn:r2756 Nick Mathewson2004-11-09
* Resolve many XXXs and all DOCDOCs•••svn:r2755 Nick Mathewson2004-11-09
* Change interface to config_trial_assign even more; have it use get_options() ...•••svn:r2754 Nick Mathewson2004-11-09
* Add some documentation to routerlist•••svn:r2753 Nick Mathewson2004-11-09
* When listing router status, include ourself if we are awake•••svn:r2752 Nick Mathewson2004-11-09
* resolve a 64-bit warning•••svn:r2750 Roger Dingledine2004-11-09
* bugfix: ^c ought to work even while hibernating•••svn:r2748 Roger Dingledine2004-11-09
* only non-authdirservers cache the dir they just fetched•••svn:r2747 Roger Dingledine2004-11-09
* control event logs include loglevel notice•••svn:r2746 Roger Dingledine2004-11-09
* allow BandwidthRate and Burst to be abbrevs in the torrc too•••svn:r2744 Roger Dingledine2004-11-09
* raise your hand if you can spell•••svn:r2743 Roger Dingledine2004-11-09
* if you're going to ask it to use a body of length 0,•••don't give it a body. svn:r2742 Roger Dingledine2004-11-09
* fix a memory-squashing bug that was causing an infinite loop•••svn:r2741 Roger Dingledine2004-11-09
* mark_logs_temp() before init'ing new ones.•••we were seeing double, triple, etc each time we setconf'ed. svn:r2738 Roger Dingledine2004-11-09
* change the interface to config_trial_assign()•••svn:r2737 Roger Dingledine2004-11-09
* when you try a new set of options, and you like them, make sure they stick•••svn:r2736 Roger Dingledine2004-11-09
* stop wanting to split init_keys()•••svn:r2735 Roger Dingledine2004-11-09
* once normalized, DataDirectory is always defined•••svn:r2734 Roger Dingledine2004-11-09
* Make check_private_dir trimodal (check/create/ignore), not bimodal (create/ig...•••svn:r2733 Nick Mathewson2004-11-09
* Stop using the wrong DataDirectory when we're validating.•••Also validate/normalize the DataDirectory better. svn:r2732 Roger Dingledine2004-11-09
* Separate is-recognized-option from get-option-value, since NULL is ambiguous ...•••svn:r2731 Nick Mathewson2004-11-09
* when rejecting an old-style router descriptor, tell us its nickname•••svn:r2730 Roger Dingledine2004-11-09
* During options_dup, don't copy LINELIST_S or OBSOLETE options.•••And recognize obsolete options now in config_get_assigned_option(). svn:r2729 Roger Dingledine2004-11-09
* EntryNodess is not the plural of EntryNodes•••svn:r2728 Roger Dingledine2004-11-09
* and another•••svn:r2727 Roger Dingledine2004-11-09
* fix some dereferences•••svn:r2726 Roger Dingledine2004-11-09