summaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
AgeCommit message (Expand)Author
2005-10-20Oct 19 13:27:24.391 [info] router_reload_networkstatus(): Skipping cached-sta...Roger Dingledine
2005-10-19Crank down the frequency for replacing unchanged descriptorsNick Mathewson
2005-10-19Make it compile. appease roger and his thirst for documentation.Nick Mathewson
2005-10-19We need a routerlist_replace as well. This should do something about those an...Nick Mathewson
2005-10-18Start dividing log messages into logging domains. No, LD_ is not the best of...Nick Mathewson
2005-10-18I think nick meant to compare r2->platform the second timePeter Palfrader
2005-10-18Fix tor26's first segfaultPeter Palfrader
2005-10-18Use a digestmap_t to speed up router_get_by_digest, which was previously a bo...Nick Mathewson
2005-10-18Refactor routerlist access slightly: always use router_get_by_routerlist(); c...Nick Mathewson
2005-10-14Enable trivial "download by descriptor digest" functionality.Nick Mathewson
2005-10-12When no descriptors changed, do not send a NEWDESC event.Nick Mathewson
2005-10-12authorities do not replace server descriptors where nothing semantically rele...Nick Mathewson
2005-10-12Funny. I could have sworn it compiled this morning when I checked it in.Nick Mathewson
2005-10-12More work towards a sane digest-based liveness testing.Nick Mathewson
2005-10-12Add an as-yet-unused "EXTENDED" flag to SETEVENTS to indicate that the client...Nick Mathewson
2005-10-11add some docs; if warn_if_unnamed is 0, really do not warn.Nick Mathewson
2005-10-07do not try to download a routerdesc if we would immediately reject it as obso...tor-0.1.1.8-alphaNick Mathewson
2005-10-06Using RAND_pseudo_bytes instead of RAND_bytes is an accident waiting to happe...Nick Mathewson
2005-10-05I *knew* something was wrong here. Flip some comparison operators and make d...Nick Mathewson
2005-10-05improve INFO-level logging for directory downloads. This is still too chatty...Nick Mathewson
2005-10-05replace former relaunches of directory downloads with reset of failure count ...Nick Mathewson
2005-10-05reset warning flags on SIGHUP. arma: is this everything?Nick Mathewson
2005-10-05Fix verbose compiler warnings, including one in routerlist.c that would have ...Nick Mathewson
2005-10-05resolve some directory-related XXXXs; downgrade naming conflict messages from...Nick Mathewson
2005-10-05Downgrade noisy log messages in preparation for an alpha release.Nick Mathewson
2005-10-04Check for named servers when looking them up by nickname;Nick Mathewson
2005-10-04link nicknames to trusted directory servers; log these nicknames when mention...Nick Mathewson
2005-10-04cosmetic fix: only have one local to hold smartlist_len(downloadable), not too.Nick Mathewson
2005-09-30remove a never-used smartlist in routerlist.cNick Mathewson
2005-09-30Try to hunt down a few more leaksNick Mathewson
2005-09-30fix a small filename leakNick Mathewson
2005-09-30fix a memory leak on exit in routerlist.cNick Mathewson
2005-09-30Resolve several DOCDOCs. Make non-mirrors only launch routerdesc downloads w...Nick Mathewson
2005-09-29fix typoRoger Dingledine
2005-09-23But, of course, mirrors should get the most up-to-date server in any case.Nick Mathewson
2005-09-23Log even less verbosely. Also, do not download old (frequently-updating) ser...Nick Mathewson
2005-09-23Oops. It looks like some old GCCs dislike #if inside a macro argument.Nick Mathewson
2005-09-23Fix logic error (people who ask authorities should never split; others should...Nick Mathewson
2005-09-23Re-enable autosplitting, but authorities and mirrors should not do it, and ma...Nick Mathewson
2005-09-23Fix at least one overzealous download bug. (tor_malloc_zero new local_routers...Nick Mathewson
2005-09-23Fix some compiler warningsNick Mathewson
2005-09-22get rid of a noisy debug logRoger Dingledine
2005-09-22I love the smell of C in the morning. Make router-download rules smarter (do...Nick Mathewson
2005-09-22Use a separate type for "local view of router status". Also, even though I to...Nick Mathewson
2005-09-21Only check versions from versioning authdirs.Nick Mathewson
2005-09-21Implement new version handling code.Nick Mathewson
2005-09-18remove some debugging garbageNick Mathewson
2005-09-18Make give-up-on-failure actually work: it seems the servers gave me a real te...Nick Mathewson
2005-09-18Prevent a "try forever to download an unobtainable descriptor" bug. Still re...Nick Mathewson
2005-09-18Refactor new directory code a bit. Keep a big list of rolled-up router statu...Nick Mathewson