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