aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
Commit message (Expand)AuthorAge
...
* Clean fake_status a bit. Switch from has_fetched_directory to have_minimum_d...Nick Mathewson2005-12-15
* implement weasel's suggestion to fix the bug that newly bootstrappedRoger Dingledine2005-12-15
* When we mark a router as down, also mark its local_routerstatus as not runnin...Nick Mathewson2005-12-14
* Choose directory servers from routerstatus list, not from routerinfo list. T...Nick Mathewson2005-12-14
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson2005-12-14
* Make directory authorities ignore router uploads that have only cosmetic diff...Nick Mathewson2005-12-12
* when we changed from log_fn to debug/info/notice/warn/err,Roger Dingledine2005-12-10
* crank the max line limit down to 150 chars.Roger Dingledine2005-12-10
* In my private little universe, terminals are still 80 columns. Impose a 160-...Nick Mathewson2005-12-09
* Fix bug 212: Directory authorities should not try to download server descript...Nick Mathewson2005-12-06
* remove some functions that are not used; #if0 out some files that are not lik...Nick Mathewson2005-11-30
* Rename connection_get_by_identity_digest to reflect that it is OR-only. Make...Nick Mathewson2005-11-30
* Avoid a segfault in routerlist_reset_warnings()Nick Mathewson2005-11-28
* comment that scary-looking function.Roger Dingledine2005-11-23
* Fix dumb logic error that kept some old descripttors from getting the axe.Nick Mathewson2005-11-23
* Make dropping very old descriptors faster (remove old correctness check). Tra...Nick Mathewson2005-11-23
* e more aggressive about calling routerlist_remove_old_routers()Nick Mathewson2005-11-23
* Dump bytes held to store descriptors.Nick Mathewson2005-11-23
* Track how many bytes we have in signed descriptors. Try to make sure we are t...Nick Mathewson2005-11-23
* Avoid spurious re-launch of first pending requested descriptorNick Mathewson2005-11-22
* be less eager to decide that the entire network is downRoger Dingledine2005-11-19
* and another instance where i was trying to be too sneakyRoger Dingledine2005-11-19
* Start obeying our firewall options more rigorously:Roger Dingledine2005-11-19
* Recover better from TCP connections to Tor servers that are broken butRoger Dingledine2005-11-19
* Leave options->DirServers alone -- if the user didn't specify any,Roger Dingledine2005-11-18
* and another oneRoger Dingledine2005-11-17
* comment out some really popular log linesRoger Dingledine2005-11-17
* make it even more clear that i didn't screw up the logicRoger Dingledine2005-11-15
* fix logic error: not unnamed is good.Roger Dingledine2005-11-15
* Make new logging stuff work on windows; fix a couple of windows typos.Nick Mathewson2005-11-15
* fix function commentRoger Dingledine2005-11-11
* fix a harmless warn and mark two points where we shouldRoger Dingledine2005-11-11
* On directory servers, old_routers was wasting hundreds of bytes per supersede...Nick Mathewson2005-11-05
* Fix bugs in routerlist_remove_old_cached_routers_with_id()Nick Mathewson2005-11-04
* enable code to remove members of old_routers when it gets big.Nick Mathewson2005-11-01
* remove redundant checking for . and .. now thatRoger Dingledine2005-11-01
* more doc cleanups and reorganizingRoger Dingledine2005-11-01
* fix typoRoger Dingledine2005-10-29
* router_add_to_routerlist() really needs to free not-added routers.Nick Mathewson2005-10-28
* Fix an annoying rep violation bugNick Mathewson2005-10-27
* Start making directory caches retain old routerinfo_t. The code to remove ol...Nick Mathewson2005-10-27
* remove some commented-out code that may tempt us to do illNick Mathewson2005-10-25
* Remove last vestiges of old logging interface.Nick Mathewson2005-10-25
* Use LD_BUG as appropriate; convert rend* and router* to new logging interface...Nick Mathewson2005-10-24
* Oct 19 13:27:24.391 [info] router_reload_networkstatus(): Skipping cached-sta...Roger Dingledine2005-10-20
* Crank down the frequency for replacing unchanged descriptorsNick Mathewson2005-10-19
* Make it compile. appease roger and his thirst for documentation.Nick Mathewson2005-10-19
* We need a routerlist_replace as well. This should do something about those an...Nick Mathewson2005-10-19
* Start dividing log messages into logging domains. No, LD_ is not the best of...Nick Mathewson2005-10-18
* I think nick meant to compare r2->platform the second timePeter Palfrader2005-10-18