aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
Commit message (Expand)AuthorAge
* and get rid of an extra variableRoger Dingledine2006-04-10
* stop being so picky about when we can start building circuits.Roger Dingledine2006-04-10
* Change a dumb interface. Also, increment trusted_dir_server_t.n_networkstatu...Nick Mathewson2006-04-10
* quiet a bootstrapping messageRoger Dingledine2006-04-09
* Here is an attempted fix for directory mirrors that are frozenRoger Dingledine2006-04-09
* i like the name FetchUselessDescriptors better.Roger Dingledine2006-04-08
* add a new config option FetchUselessRouters, off by default, forRoger Dingledine2006-04-08
* If we think of ourselves as authoritative, even if we're notRoger Dingledine2006-04-08
* Break out the checks to see if a routerstatus is something weRoger Dingledine2006-04-08
* fix an infinite loop; answer a questionNick Mathewson2006-04-07
* Dont warn about our own status unless weve tried and failed 4 times (or succe...Nick Mathewson2006-04-07
* if there's more than one match for router-get-my-nickname,Roger Dingledine2006-04-04
* fix crash bug reported in flyspray 279.Roger Dingledine2006-04-04
* fix typo, remove extraneous variableRoger Dingledine2006-04-03
* one more edge case that could paralyze a client with fearRoger Dingledine2006-04-03
* phrase the threshold comparison in the way we've beenRoger Dingledine2006-04-03
* fix some xxxs.Nick Mathewson2006-04-03
* another point that needs more thinkingRoger Dingledine2006-04-03
* two more thresholds to look atRoger Dingledine2006-04-03
* nick: there *is* no MAX_SERVER_INTERVAL_WITHOUT_REQUEST. true?Roger Dingledine2006-04-03
* Change networkstatus dl logic: try to have all networkstatuses live; insist o...Nick Mathewson2006-04-02
* When deciding whether a router is Fast or Guard-worthy, considerRoger Dingledine2006-03-28
* Make the max number of old descriptors to hold rise with the number of author...Nick Mathewson2006-03-27
* re-order to avoid free-then-use. Thank goodness tor_free() zeroes things.Nick Mathewson2006-03-27
* Oops. We may not have a networkstatus list when we first parse the cached rou...Nick Mathewson2006-03-27
* Fix for "but need_to_mirror=1" annoyance; is bug 273 fixed?Nick Mathewson2006-03-27
* Refactor and consolidate addr/exit policies into a new policies.c.Roger Dingledine2006-03-27
* remove obsolete address policy codeRoger Dingledine2006-03-26
* fix a wordo, don't be so quick to yell at servers, and ask a question.Roger Dingledine2006-03-24
* Note a magic 2 that probably should be replaced now that we have more dirserversPeter Palfrader2006-03-23
* Note a vulnerability with our current recommended-version concensusRoger Dingledine2006-03-22
* Point out a potential DoS flaw in caching untrusted networkRoger Dingledine2006-03-21
* Finish the transition from the word 'verified' to the wordsRoger Dingledine2006-03-19
* authdirs shouldn't complain about unreachability when theyRoger Dingledine2006-03-18
* auth dir servers were only modifying a server's is_running fieldRoger Dingledine2006-03-18
* let an authdir that's not a naming authdir start evenRoger Dingledine2006-03-18
* Implement router purposes, and don't choose a non-generalRoger Dingledine2006-03-17
* Comments: cleanups and additions.Nick Mathewson2006-03-17
* Only warn about lack of name binding for self if we have tried downloading ev...Nick Mathewson2006-03-17
* 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