aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
Commit message (Expand)AuthorAge
* Be consistent about preferring foo* to struct foo*Nick Mathewson2005-07-22
* Make "Couldnt add router to list" message more descriptive. Make messages co...Nick Mathewson2005-07-15
* the other half of the bugfix: tolerate a trusted dirserver claimingRoger Dingledine2005-07-15
* fix compile error (and likely a a crash bug in resolves)Roger Dingledine2005-07-01
* make the local and private network masks explicit when we complainRoger Dingledine2005-06-29
* overall cleanup and streamlining and doccingRoger Dingledine2005-06-20
* Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson2005-06-11
* flesh out the source file descriptions for doxygenRoger Dingledine2005-06-11
* Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson2005-06-09
* New whitespace normalization rule: no blank line at EOF.Nick Mathewson2005-06-09
* fix the assumption that uninitialized variables are 0Roger Dingledine2005-05-18
* fix seg faults when router_load_single_router failsRoger Dingledine2005-05-18
* doxygeny goodness from tyranixRoger Dingledine2005-05-17
* if router_resolve fails on the descriptor the controllerRoger Dingledine2005-05-14
* Append default exit policy before checking for implicit internal addresses: f...Nick Mathewson2005-05-14
* Patch for task 133Nick Mathewson2005-05-10
* fix massive memory leakRoger Dingledine2005-05-06
* Remove support for looking at old directory/routerdesc elements; mark non-new...Nick Mathewson2005-05-02
* be willing to load balance over up to 2mB, not 1mB, of advertised capacityRoger Dingledine2005-04-12
* when using preferred entry or exit nodes, ignore whetherRoger Dingledine2005-04-06
* Only warn once per nickname from add_nickname_list_to_smartlist per failure.Nick Mathewson2005-04-03
* Better messages when POSTDESCRIPTOR failsNick Mathewson2005-04-02
* update copyright notices.Nick Mathewson2005-04-01
* when building testing circuits, always use middle hopsRoger Dingledine2005-04-01
* Implement controller's "extendcircuit" directive.Roger Dingledine2005-03-22
* Turn addr_policy_compare from a tristate to a quadstate; this should help add...Nick Mathewson2005-03-19
* Commit fixes for several pending tor core tasks: document all DOCDOCed functi...Nick Mathewson2005-03-17
* Implement new controller events for changed descriptors and new (not-yet-atta...Nick Mathewson2005-03-02
* When copying routerinfo, copy descriptor too to prevent later double-free.Nick Mathewson2005-02-28
* Checkpoint in-progress fixes:Roger Dingledine2005-02-27
* Make sure that router_get_by_* can always return "me"Nick Mathewson2005-02-27
* Implement more control spec functionalityNick Mathewson2005-02-25
* fix a seg fault from tor_free_allRoger Dingledine2005-02-24
* Add more functions to free things to help dmalloc allong.Nick Mathewson2005-02-10
* stop picking unverified dir mirrors, ever.Roger Dingledine2005-02-10
* give a bit more load to servers that claim to be able toRoger Dingledine2005-02-01
* if we fetch the dir from a mirror that has a wildly skewedRoger Dingledine2005-01-29
* Log the offending policy, not the first policyNick Mathewson2005-01-20
* Warn when exit policy implicitly allows local addresses.Nick Mathewson2005-01-20
* get rid of 0.0.8 backwards compatibilityRoger Dingledine2005-01-13
* Annotate circuits w/ whether they aim to contain high uptime nodes and/orRoger Dingledine2005-01-12
* Fix a fun bug: do not rewrite a cached directory back to the cache; otherwise...Nick Mathewson2005-01-06
* Use correct logic to decide whether there are more directory servers to retry.Nick Mathewson2005-01-03
* Resolve task 42: find where 19-char nicknames were getting truncated when rea...Nick Mathewson2005-01-03
* require BandwidthRate to be at least 10kB/sRoger Dingledine2004-12-31
* plug another memory leakRoger Dingledine2004-12-07
* New circuit building strategy: keep a list of ports that we've used in ...Roger Dingledine2004-12-05
* plus add a comment re: the previous bugRoger Dingledine2004-12-04
* bugfix: router_exit_policy_rejects_all() was broken, so we wereRoger Dingledine2004-12-04
* Add function to check that addr_policy_t is okay; change struct addr_policy_t...Nick Mathewson2004-12-04