summaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
AgeCommit message (Expand)Author
2005-01-03bugfix: if a server uploads a descriptor that's unapproved, actuallyRoger Dingledine
2004-12-24remove sentence-fragment comment refering to a design that never happened.Nick Mathewson
2004-12-24Remove length restriction when generating directories.Nick Mathewson
2004-12-24Fix for running-routers length bugNick Mathewson
2004-12-13clean up logging,Roger Dingledine
2004-12-01Spell-check strings and commentsNick Mathewson
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-28wrong is ok, and right is fine, but in between is apparentlyRoger Dingledine
2004-11-28Normalize space: add one between every control keyword and control clause.Nick Mathewson
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
2004-11-25Clarify a bunch of log messagesNick Mathewson
2004-11-22Normalize a few more kinds of whitespace. We now dislike:Nick Mathewson
2004-11-15Tweak on patch to make authoritative directory servers cacheNick Mathewson
2004-11-15Authoritative dirservers now also cache the directory, sinceRoger Dingledine
2004-11-15Cache running-routers; compress running-routers; serve compressed running-rou...Nick Mathewson
2004-11-09Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson
2004-11-09Resolve many XXXs and all DOCDOCsNick Mathewson
2004-11-09When listing router status, include ourself if we are awakeNick Mathewson
2004-11-09only non-authdirservers cache the dir they just fetchedRoger Dingledine
2004-11-09once normalized, DataDirectory is always definedRoger Dingledine
2004-11-09Stop using the wrong DataDirectory when we're validating.Roger Dingledine
2004-11-07Clean up copyrights.Roger Dingledine
2004-11-06Make options no longer a global variable.Roger Dingledine
2004-11-03- Implement all of control interface except authentication, setconfig,Nick Mathewson
2004-11-02Use a stricter set of warnings; make them all pass.Nick Mathewson
2004-11-02canonicalize "src" and "dest" arg order in crypto.c (and others)Roger Dingledine
2004-10-28Tweaks to prevent obsolete restarting tors from hammering the dirservers. (1)...Nick Mathewson
2004-10-27Fix windows buildNick Mathewson
2004-10-27stop freeing arbitrary memoryRoger Dingledine
2004-10-27Use strlcpy, not strcpy.Nick Mathewson
2004-10-27Use tor_snprintf, not snprintfNick Mathewson
2004-10-27Use strlcpy, not strncpyNick Mathewson
2004-10-27Replace sprintf with snprintfNick Mathewson
2004-10-27Add and document router-status line using new unified liveness/verifiedness f...Nick Mathewson
2004-10-15Make RecommendedVersions a CONFIG_TYPE_LINELIST option, and have it tolerate ...Nick Mathewson
2004-10-14more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine
2004-10-13Fix comment in dirserv.cNick Mathewson
2004-10-13stop trying to print a NULLRoger Dingledine
2004-10-13hex-to-hex compare makes more sense than hex-to-bin.Nick Mathewson
2004-10-13fix const char * vs char * issueRoger Dingledine
2004-10-13Check fingerprint list before generating running-routers lists; also add as-y...Nick Mathewson
2004-10-12Add long-term format for dir-signing-key fields (commented out)Nick Mathewson
2004-10-07Include a dir-signing-key token in directories to tell the parsing entity whi...Nick Mathewson
2004-10-07Make base-64-encoded DER work, including workaround for ugly openssl misfeatu...Nick Mathewson
2004-10-06Refactor fingerprint handling: remember hex digests (no spaces) instead of be...Nick Mathewson
2004-10-03Only check versions against downloaded directories, not cached directories.tor-0.0.9pre2Nick Mathewson
2004-10-01use size_t rather than int for directory lengths in memoryRoger Dingledine
2004-09-29prefer tor_free to freeRoger Dingledine
2004-09-28if our local cached directory is new enough, go ahead andRoger Dingledine
2004-09-28fix some local buffer overflowsRoger Dingledine