aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
Commit message (Expand)AuthorAge
* 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
* Fix tor26's first segfaultPeter Palfrader2005-10-18
* Use a digestmap_t to speed up router_get_by_digest, which was previously a bo...Nick Mathewson2005-10-18
* Refactor routerlist access slightly: always use router_get_by_routerlist(); c...Nick Mathewson2005-10-18
* Enable trivial "download by descriptor digest" functionality.Nick Mathewson2005-10-14
* When no descriptors changed, do not send a NEWDESC event.Nick Mathewson2005-10-12
* authorities do not replace server descriptors where nothing semantically rele...Nick Mathewson2005-10-12
* Funny. I could have sworn it compiled this morning when I checked it in.Nick Mathewson2005-10-12
* More work towards a sane digest-based liveness testing.Nick Mathewson2005-10-12
* Add an as-yet-unused "EXTENDED" flag to SETEVENTS to indicate that the client...Nick Mathewson2005-10-12
* add some docs; if warn_if_unnamed is 0, really do not warn.Nick Mathewson2005-10-11
* do not try to download a routerdesc if we would immediately reject it as obso...Nick Mathewson2005-10-07
* Using RAND_pseudo_bytes instead of RAND_bytes is an accident waiting to happe...Nick Mathewson2005-10-06
* I *knew* something was wrong here. Flip some comparison operators and make d...Nick Mathewson2005-10-05
* improve INFO-level logging for directory downloads. This is still too chatty...Nick Mathewson2005-10-05
* replace former relaunches of directory downloads with reset of failure count ...Nick Mathewson2005-10-05
* reset warning flags on SIGHUP. arma: is this everything?Nick Mathewson2005-10-05
* Fix verbose compiler warnings, including one in routerlist.c that would have ...Nick Mathewson2005-10-05
* resolve some directory-related XXXXs; downgrade naming conflict messages from...Nick Mathewson2005-10-05
* Downgrade noisy log messages in preparation for an alpha release.Nick Mathewson2005-10-05
* Check for named servers when looking them up by nickname;Nick Mathewson2005-10-04
* link nicknames to trusted directory servers; log these nicknames when mention...Nick Mathewson2005-10-04
* cosmetic fix: only have one local to hold smartlist_len(downloadable), not too.Nick Mathewson2005-10-04
* remove a never-used smartlist in routerlist.cNick Mathewson2005-09-30
* Try to hunt down a few more leaksNick Mathewson2005-09-30
* fix a small filename leakNick Mathewson2005-09-30
* fix a memory leak on exit in routerlist.cNick Mathewson2005-09-30
* Resolve several DOCDOCs. Make non-mirrors only launch routerdesc downloads w...Nick Mathewson2005-09-30