aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
Commit message (Expand)AuthorAge
* 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
* Fix some compiler warningsNick Mathewson2005-09-23
* I love the smell of C in the morning. Make router-download rules smarter (do...Nick Mathewson2005-09-22
* clean up misleading comment on authdir_wants_to_reject_router()Roger Dingledine2005-09-21
* Implement new version handling code.Nick Mathewson2005-09-21
* make router_is_general_exit match its documentationRoger Dingledine2005-09-20
* Move to new base64 digest functions. Switch to new router digest calculation...Nick Mathewson2005-09-18
* Unify our "figure out which fingerprints we were downloading" code.Nick Mathewson2005-09-16
* fix braino in dirserv.Nick Mathewson2005-09-15
* Make authdirs smarter. Reject/invalidate by key and IP. Remember that not ev...Nick Mathewson2005-09-15
* And some documentation before bed.Nick Mathewson2005-09-15
* Stop downloading directories and download routers instead. This still needs ...Nick Mathewson2005-09-15
* separate validation from naming in authoritative directory servers; simplify ...Nick Mathewson2005-09-15
* Oops. directory_set_dirty() needs to mark networkstatus as dirty too.Nick Mathewson2005-09-14
* Clean up a few warnings that make gcc twig out a bit.Nick Mathewson2005-09-14
* add docs, fix whitespace, and make ANY rule in routerparse a little tighter.Nick Mathewson2005-09-13
* fix a seg fault if we ask an authdirserver for a descriptor byRoger Dingledine2005-09-13
* make the patch less likely to bite us laterRoger Dingledine2005-09-12
* Maybe I should pay more attention to return values and less to clever comment...Nick Mathewson2005-09-12
* Versions should be sorted by version. Lexical sorting should be used only as ...Nick Mathewson2005-09-12
* when writing the recommended*versions lines, sort them first.Roger Dingledine2005-09-12
* Numerous changes to move towards client-side v2 directories.Nick Mathewson2005-09-12
* downgrade warning to infoNick Mathewson2005-09-09
* Warn in more detail when network-status serving and fetching fails. Also, fix...Nick Mathewson2005-09-09
* Iteration is happier when you stop.Nick Mathewson2005-09-08
* Resolve some XXXs. Add some others.Nick Mathewson2005-09-08