aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
Commit message (Expand)AuthorAge
* Interim fix for 272: Only warn that we are not named if we have status docs f...Nick Mathewson2006-03-15
* if we as a directory mirror don't know of any v1 directoryRoger Dingledine2006-03-15
* change INET_NTOA_BUF_LEN+1 to INET_NTOA_BUF_LENPeter Palfrader2006-03-14
* More cleanups noticed by weasel; also, remove macros that nobody uses.Nick Mathewson2006-03-12
* Cleanup on time-relaqted constants. New conventions:Nick Mathewson2006-03-12
* huge warning sign for esc_router_info()Roger Dingledine2006-03-11
* Use escaped() for remaining cases.Nick Mathewson2006-03-11
* Possible bug 265 fix: authorities must be more strict than clients about age ...Nick Mathewson2006-03-08
* i missed the other half of that grammar fixRoger Dingledine2006-02-21
* Improve the "we have been waiting for 1140377851 seconds" logPeter Palfrader2006-02-19
* don't warn when we get a server descriptor from the controllerRoger Dingledine2006-02-15
* Split ReachableAddresses into ReachableDirAddresses and ReachableORAddressesPeter Palfrader2006-02-13
* the last of the log convention conversion. finally.Roger Dingledine2006-02-13
* bugfix: we were ignoring the IS_FAST flag in the directoryRoger Dingledine2006-02-13
* Clients now honor the "guard" flag in the router status whenRoger Dingledine2006-02-12
* get our grammar right when complaining about un-recommended versionsRoger Dingledine2006-02-09
* Happy new year!Roger Dingledine2006-02-09
* Move "sort list of versions" logic into routerparse.c; make version-checking ...Nick Mathewson2006-02-06
* more typos and nitsRoger Dingledine2006-02-05
* Stupid cut-and-paste bug.Nick Mathewson2006-02-05
* cosmetic fixRoger Dingledine2006-02-05
* clean up tabs and wide-lines from weasel's commitRoger Dingledine2006-02-05
* fix bug: we were caching the newest descriptor for each server,Roger Dingledine2006-02-05
* Try to make tor work better through squid: Limit number of descriptors we fetchPeter Palfrader2006-02-03
* Add a new config option ExitPolicyRejectPrivate which defaults to 1.Roger Dingledine2006-02-01
* Try to fix policy_includes_addr_mask_implicitly()Peter Palfrader2006-02-01
* Also catch 0/8 in exit_policy_implicitly_allows_local_networks()Peter Palfrader2006-02-01
* make it louder when we're running an unrecommended version.Roger Dingledine2006-01-24
* Make dirservers generate a separate "guard" flag to mean, "would make a good ...Nick Mathewson2006-01-24
* remove unused codeRoger Dingledine2006-01-20
* add another assert to make sure we're not scribbling on the stack.Roger Dingledine2006-01-17
* Clients should not download descriptors for non-running descriptors.Nick Mathewson2006-01-16
* Indirect access to the signed_descriptor field to make it easier to keep them...Nick Mathewson2006-01-12
* When the controller was submitting a descriptor, we were checking to makeRoger Dingledine2006-01-12
* Fix memory leak in routerlist_remove_old_routers().Nick Mathewson2006-01-11
* entry nodes are now entry guards.Roger Dingledine2006-01-10
* Be more aggressive about throwing away expired router descriptors: they are o...Nick Mathewson2006-01-10
* When picking a random directory, prefer non-authorities if any are known.Nick Mathewson2006-01-09
* Fix bug 236: caches should cache up to 16 unrecognized network-status docs.Nick Mathewson2006-01-08
* Dont call directory_get_from_dirserver when you have a particular dirserver i...Nick Mathewson2006-01-06
* short-circuit half the cost of node-picking in the general case.Roger Dingledine2006-01-05
* cleanups, and remove some unreachable code.Roger Dingledine2006-01-04
* authdirs now stop whining so loudly about bad descriptors that they fetchRoger Dingledine2006-01-04
* oh, it was supposed to compile?Roger Dingledine2006-01-03
* don't try to build circuits until we have 3 running servers;Roger Dingledine2006-01-03
* when we choose not to use a server descriptor from our cache, don'tRoger Dingledine2006-01-03
* Finish implementing config's EntryNodes and StrictEntryNodes option.Roger Dingledine2005-12-31
* load balance a bit better by taking some load off the reallyRoger Dingledine2005-12-30
* fix a typoRoger Dingledine2005-12-30
* Appease some verbose GCC warnings.Nick Mathewson2005-12-29