Age | Commit message (Expand) | Author |
2006-02-06 | Move "sort list of versions" logic into routerparse.c; make version-checking ... | Nick Mathewson |
2006-02-05 | when building v2 statuses or v1 running-routers, don't admit the | Roger Dingledine |
2006-01-24 | Add a missing printf arg | Nick Mathewson |
2006-01-24 | Make dirservers generate a separate "guard" flag to mean, "would make a good ... | Nick Mathewson |
2006-01-12 | Indirect access to the signed_descriptor field to make it easier to keep them... | Nick Mathewson |
2006-01-11 | Appease verbose gcc warning: make dirserv_compute_stable_uptime() static. | Nick Mathewson |
2006-01-10 | balance the reachability testing so a smidgen of it happens | Roger Dingledine |
2006-01-10 | Be more aggressive about throwing away expired router descriptors: they are o... | Nick Mathewson |
2006-01-08 | Fix bug in last commit. Also, fix bug 231: authorities should never treat the... | Nick Mathewson |
2006-01-08 | Fix bug 236: caches should cache up to 16 unrecognized network-status docs. | Nick Mathewson |
2006-01-04 | cleanups, and remove some unreachable code. | Roger Dingledine |
2006-01-04 | authdirs now stop whining so loudly about bad descriptors that they fetch | Roger Dingledine |
2006-01-03 | when we choose not to use a server descriptor from our cache, don't | Roger Dingledine |
2006-01-02 | make the "stable" flag in network-status be the median of the uptimes | Roger Dingledine |
2005-12-15 | Add "panic" option to reject all servers not in fingerprint list. | Nick Mathewson |
2005-12-15 | Make clients look at the fast and stable flags in networkstatus, not at the b... | Nick Mathewson |
2005-12-15 | Whitespace fixes; comments. | Nick Mathewson |
2005-12-14 | Bite the bullet and limit all our source lines to 80 characters, the way IBM ... | Nick Mathewson |
2005-12-12 | Have dirctory authorites note which servers make good V2 directory caches in ... | Nick Mathewson |
2005-12-10 | when we changed from log_fn to debug/info/notice/warn/err, | Roger Dingledine |
2005-12-10 | crank the max line limit down to 150 chars. | Roger Dingledine |
2005-12-09 | In my private little universe, terminals are still 80 columns. Impose a 160-... | Nick Mathewson |
2005-12-09 | let the user configure a sockslistenaddress on other private IPs | Roger Dingledine |
2005-12-06 | Fix bug 212: Directory authorities should not try to download server descript... | Nick Mathewson |
2005-11-30 | Rename connection_get_by_identity_digest to reflect that it is OR-only. Make... | Nick Mathewson |
2005-11-29 | Funny. I could have sworn that it compiled. | Nick Mathewson |
2005-11-29 | Fix a bug weasel found: when we are an authority and somebody requests "all" ... | Nick Mathewson |
2005-11-20 | Ancient gcc does not like you when you declare variables in the middle of a b... | Peter Palfrader |
2005-11-19 | Add a new controller event type that allows controllers to get all | Peter Palfrader |
2005-11-19 | Recover better from TCP connections to Tor servers that are broken but | Roger Dingledine |
2005-11-05 | On directory servers, old_routers was wasting hundreds of bytes per supersede... | Nick Mathewson |
2005-11-01 | more doc cleanups and reorganizing | Roger Dingledine |
2005-10-29 | Free the v2 directory networkstatus on exit. (Not a leak.) | Nick Mathewson |
2005-10-28 | aaand another leak. Oops, I guess I lied to weasel when I told him there was... | Nick Mathewson |
2005-10-27 | Start making directory caches retain old routerinfo_t. The code to remove ol... | Nick Mathewson |
2005-10-25 | fix a nasty corruption bug | Nick Mathewson |
2005-10-25 | Remove last vestiges of old logging interface. | Nick Mathewson |
2005-10-25 | Switch remaining files to new log interface. | Nick Mathewson |
2005-10-24 | When warning about a networkstatus fp, we need to put it in hex. | Nick Mathewson |
2005-10-18 | Use digestmap_t instead of strmap_t where appropriate. Do less hex en/decoding | Nick Mathewson |
2005-10-18 | Refactor routerlist access slightly: always use router_get_by_routerlist(); c... | Nick Mathewson |
2005-10-18 | Make dirserv_get_routerdescs() return better http 404 error messages instead ... | Peter Palfrader |
2005-10-18 | Fix download by SD digest | Peter Palfrader |
2005-10-18 | I wonder what a stautus is. | Peter Palfrader |
2005-10-18 | And close the double quote too | Peter Palfrader |
2005-10-18 | Fix documentation of dirserv_get_routerdescs: | Peter Palfrader |
2005-10-17 | Downgrade a few INFO level logs to DEBUG again. Also add two or three new | Peter Palfrader |
2005-10-14 | Enable trivial "download by descriptor digest" functionality. | Nick Mathewson |
2005-10-12 | authorities do not replace server descriptors where nothing semantically rele... | Nick Mathewson |
2005-10-08 | Insert a newline between all router descriptors when generating (old style) s... | Nick Mathewson |