aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
Commit message (Expand)AuthorAge
* Appease verbose gcc warning: make dirserv_compute_stable_uptime() static.Nick Mathewson2006-01-11
* balance the reachability testing so a smidgen of it happensRoger Dingledine2006-01-10
* Be more aggressive about throwing away expired router descriptors: they are o...Nick Mathewson2006-01-10
* Fix bug in last commit. Also, fix bug 231: authorities should never treat the...Nick Mathewson2006-01-08
* Fix bug 236: caches should cache up to 16 unrecognized network-status docs.Nick Mathewson2006-01-08
* cleanups, and remove some unreachable code.Roger Dingledine2006-01-04
* authdirs now stop whining so loudly about bad descriptors that they fetchRoger Dingledine2006-01-04
* when we choose not to use a server descriptor from our cache, don'tRoger Dingledine2006-01-03
* make the "stable" flag in network-status be the median of the uptimesRoger Dingledine2006-01-02
* Add "panic" option to reject all servers not in fingerprint list.Nick Mathewson2005-12-15
* Make clients look at the fast and stable flags in networkstatus, not at the b...Nick Mathewson2005-12-15
* Whitespace fixes; comments.Nick Mathewson2005-12-15
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson2005-12-14
* Have dirctory authorites note which servers make good V2 directory caches in ...Nick Mathewson2005-12-12
* when we changed from log_fn to debug/info/notice/warn/err,Roger Dingledine2005-12-10
* crank the max line limit down to 150 chars.Roger Dingledine2005-12-10
* In my private little universe, terminals are still 80 columns. Impose a 160-...Nick Mathewson2005-12-09
* let the user configure a sockslistenaddress on other private IPsRoger Dingledine2005-12-09
* Fix bug 212: Directory authorities should not try to download server descript...Nick Mathewson2005-12-06
* Rename connection_get_by_identity_digest to reflect that it is OR-only. Make...Nick Mathewson2005-11-30
* Funny. I could have sworn that it compiled.Nick Mathewson2005-11-29
* Fix a bug weasel found: when we are an authority and somebody requests "all" ...Nick Mathewson2005-11-29
* Ancient gcc does not like you when you declare variables in the middle of a b...Peter Palfrader2005-11-20
* Add a new controller event type that allows controllers to get allPeter Palfrader2005-11-19
* Recover better from TCP connections to Tor servers that are broken butRoger Dingledine2005-11-19
* On directory servers, old_routers was wasting hundreds of bytes per supersede...Nick Mathewson2005-11-05
* more doc cleanups and reorganizingRoger Dingledine2005-11-01
* Free the v2 directory networkstatus on exit. (Not a leak.)Nick Mathewson2005-10-29
* aaand another leak. Oops, I guess I lied to weasel when I told him there was...Nick Mathewson2005-10-28
* Start making directory caches retain old routerinfo_t. The code to remove ol...Nick Mathewson2005-10-27
* fix a nasty corruption bugNick Mathewson2005-10-25
* Remove last vestiges of old logging interface.Nick Mathewson2005-10-25
* Switch remaining files to new log interface.Nick Mathewson2005-10-25
* When warning about a networkstatus fp, we need to put it in hex.Nick Mathewson2005-10-24
* Use digestmap_t instead of strmap_t where appropriate. Do less hex en/decodingNick Mathewson2005-10-18
* Refactor routerlist access slightly: always use router_get_by_routerlist(); c...Nick Mathewson2005-10-18
* Make dirserv_get_routerdescs() return better http 404 error messages instead ...Peter Palfrader2005-10-18
* Fix download by SD digestPeter Palfrader2005-10-18
* I wonder what a stautus is.Peter Palfrader2005-10-18
* And close the double quote tooPeter Palfrader2005-10-18
* Fix documentation of dirserv_get_routerdescs:Peter Palfrader2005-10-18
* Downgrade a few INFO level logs to DEBUG again. Also add two or three newPeter Palfrader2005-10-17
* Enable trivial "download by descriptor digest" functionality.Nick Mathewson2005-10-14
* authorities do not replace server descriptors where nothing semantically rele...Nick Mathewson2005-10-12
* Insert a newline between all router descriptors when generating (old style) s...Nick Mathewson2005-10-08
* Make doxygen marginally happierNick Mathewson2005-10-06
* Check for named servers when looking them up by nickname;Nick Mathewson2005-10-04
* switch semantics of authdirinvalid/rejectNick Mathewson2005-10-04
* Reformat inconsistent function declarations.Nick Mathewson2005-09-30
* Add a bunch more warnings to out warning suite; resolve them; pack structs a ...Nick Mathewson2005-09-29