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