summaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
AgeCommit message (Expand)Author
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
2005-09-13add docs, fix whitespace, and make ANY rule in routerparse a little tighter.Nick Mathewson
2005-09-13fix a seg fault if we ask an authdirserver for a descriptor byRoger Dingledine
2005-09-12make the patch less likely to bite us laterRoger Dingledine
2005-09-12Maybe I should pay more attention to return values and less to clever comment...Nick Mathewson
2005-09-12Versions should be sorted by version. Lexical sorting should be used only as ...Nick Mathewson
2005-09-12when writing the recommended*versions lines, sort them first.Roger Dingledine
2005-09-12Numerous changes to move towards client-side v2 directories.Nick Mathewson
2005-09-09downgrade warning to infoNick Mathewson
2005-09-09Warn in more detail when network-status serving and fetching fails. Also, fix...Nick Mathewson
2005-09-08Iteration is happier when you stop.Nick Mathewson
2005-09-08Resolve some XXXs. Add some others.Nick Mathewson
2005-09-08Do not generate more than 2 of each directory type per minute.Nick Mathewson
2005-09-08Fix an assert in directory.c. Check received network-status objects against ...Nick Mathewson
2005-09-08Only caches download network-status for now, and they use a different strateg...Nick Mathewson
2005-09-08Special-case for retrieving own networkstatus by fingerprint: regenerate if d...Nick Mathewson
2005-09-08Ensure case match, not mismatch.Nick Mathewson
2005-09-08Avoid assertion failureNick Mathewson
2005-09-08and fix grammarRoger Dingledine
2005-09-08Make GCC v4 happy with heavy warnings enabled.Nick Mathewson
2005-09-08clean up comments for router_is_general_exit()Roger Dingledine
2005-09-07More stuff for new directories.Nick Mathewson
2005-09-03remove redundant logs about unreachable serversRoger Dingledine
2005-09-03fix order of items in network-statusNick Mathewson
2005-09-02Add contact field to generated network-status objectsNick Mathewson
2005-09-01subtle change to avoid some false positives:Roger Dingledine
2005-08-31when we think a router is unreachable, pass the message back to theRoger Dingledine
2005-08-30don't whine about reachability if the guy is hibernating now.Roger Dingledine
2005-08-30refactor -- no actual changesRoger Dingledine
2005-08-30a bit of cleanupRoger Dingledine
2005-08-29Update routerinfo_t.is_running when generating network status on authdirserver.Nick Mathewson