summaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
AgeCommit message (Expand)Author
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
2005-10-06Make doxygen marginally happierNick Mathewson
2005-10-04Check for named servers when looking them up by nickname;Nick Mathewson
2005-10-04switch semantics of authdirinvalid/rejectNick Mathewson
2005-09-30Reformat inconsistent function declarations.Nick Mathewson
2005-09-29Add a bunch more warnings to out warning suite; resolve them; pack structs a ...Nick Mathewson
2005-09-23Fix some compiler warningsNick Mathewson
2005-09-22I love the smell of C in the morning. Make router-download rules smarter (do...Nick Mathewson
2005-09-21clean up misleading comment on authdir_wants_to_reject_router()Roger Dingledine
2005-09-21Implement new version handling code.Nick Mathewson
2005-09-20make router_is_general_exit match its documentationRoger Dingledine
2005-09-18Move to new base64 digest functions. Switch to new router digest calculation...Nick Mathewson
2005-09-16Unify our "figure out which fingerprints we were downloading" code.Nick Mathewson
2005-09-15fix braino in dirserv.Nick Mathewson
2005-09-15Make authdirs smarter. Reject/invalidate by key and IP. Remember that not ev...Nick Mathewson
2005-09-15And some documentation before bed.Nick Mathewson
2005-09-15Stop downloading directories and download routers instead. This still needs ...Nick Mathewson
2005-09-15separate validation from naming in authoritative directory servers; simplify ...Nick Mathewson
2005-09-14Oops. directory_set_dirty() needs to mark networkstatus as dirty too.Nick Mathewson
2005-09-14Clean up a few warnings that make gcc twig out a bit.Nick Mathewson