| Commit message (Expand) | Author | Age |
* | Appease verbose gcc warning: make dirserv_compute_stable_uptime() static. | Nick Mathewson | 2006-01-11 |
* | 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-10 |
* | 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-08 |
* | 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-04 |
* | when we choose not to use a server descriptor from our cache, don't | Roger Dingledine | 2006-01-03 |
* | make the "stable" flag in network-status be the median of the uptimes | Roger Dingledine | 2006-01-02 |
* | 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-15 |
* | Bite the bullet and limit all our source lines to 80 characters, the way IBM ... | Nick Mathewson | 2005-12-14 |
* | Have dirctory authorites note which servers make good V2 directory caches in ... | Nick Mathewson | 2005-12-12 |
* | 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-10 |
* | 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-09 |
* | Fix bug 212: Directory authorities should not try to download server descript... | Nick Mathewson | 2005-12-06 |
* | Rename connection_get_by_identity_digest to reflect that it is OR-only. Make... | Nick Mathewson | 2005-11-30 |
* | 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-29 |
* | Ancient gcc does not like you when you declare variables in the middle of a b... | Peter Palfrader | 2005-11-20 |
* | 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-19 |
* | On directory servers, old_routers was wasting hundreds of bytes per supersede... | Nick Mathewson | 2005-11-05 |
* | more doc cleanups and reorganizing | Roger Dingledine | 2005-11-01 |
* | Free the v2 directory networkstatus on exit. (Not a leak.) | Nick Mathewson | 2005-10-29 |
* | aaand another leak. Oops, I guess I lied to weasel when I told him there was... | Nick Mathewson | 2005-10-28 |
* | Start making directory caches retain old routerinfo_t. The code to remove ol... | Nick Mathewson | 2005-10-27 |
* | 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-25 |
* | When warning about a networkstatus fp, we need to put it in hex. | Nick Mathewson | 2005-10-24 |
* | 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-18 |
* | Downgrade a few INFO level logs to DEBUG again. Also add two or three new | Peter Palfrader | 2005-10-17 |
* | Enable trivial "download by descriptor digest" functionality. | Nick Mathewson | 2005-10-14 |
* | authorities do not replace server descriptors where nothing semantically rele... | Nick Mathewson | 2005-10-12 |
* | Insert a newline between all router descriptors when generating (old style) s... | Nick Mathewson | 2005-10-08 |
* | Make doxygen marginally happier | Nick Mathewson | 2005-10-06 |
* | Check for named servers when looking them up by nickname; | Nick Mathewson | 2005-10-04 |
* | switch semantics of authdirinvalid/reject | Nick Mathewson | 2005-10-04 |
* | Reformat inconsistent function declarations. | Nick Mathewson | 2005-09-30 |
* | Add a bunch more warnings to out warning suite; resolve them; pack structs a ... | Nick Mathewson | 2005-09-29 |