aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
AgeCommit message (Expand)Author
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
2004-09-28If we are an authoritative dirserver, check out the fingerprint list when set...Nick Mathewson
2004-09-27fix another bug with cached compressed directoriesRoger Dingledine
2004-09-27fix two bugs with cached directories:Roger Dingledine
2004-09-23protect dirservers from overzealous descriptor uploadingRoger Dingledine
2004-09-21clean up/bugfix deflate logic and log messagesNick Mathewson
2004-09-08Some platforms have weird translations when you open files in "test" mode; ma...Nick Mathewson
2004-09-08Flush more changes from sandboxNick Mathewson
2004-09-02Keep a deflated version of each directory so we can deliver it when requestedNick Mathewson
2004-08-08stop wasting cpu time on authdirserversRoger Dingledine
2004-08-07Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename for...Nick Mathewson
2004-08-06let purging routerinfos and descriptors take an age argumentRoger Dingledine
2004-08-06(size_t)-1 is never < 0; fix an XXXX008 by changing the interface for dirserv...Nick Mathewson
2004-08-06note a bug that adam foundRoger Dingledine
2004-08-03Fix all warnings on win32 buildNick Mathewson
2004-07-22clean whitespace and tabsRoger Dingledine
2004-07-22stop using atexit() to remove our pid, since it's calledRoger Dingledine
2004-07-22Add notion of "longest nickname-or-hex-digest-with-$"Nick Mathewson
2004-07-22getting an unknown descriptor is an info, not a warn, nowRoger Dingledine
2004-07-22clients shouldn't create datadir until we have something to put thereRoger Dingledine
2004-07-21make router_nickname_is_approved() do the right thingRoger Dingledine
2004-07-21if johnny has three fenceposts, and jill takes four away...Roger Dingledine
2004-07-21authdirservers accept the uploading of unverified descriptors.Roger Dingledine
2004-07-20a whole swath of fixesRoger Dingledine
2004-07-16Remove 1024-router limit in routerparse.c; unify handling of running-routers ...Nick Mathewson
2004-07-13Finish most pre2 items: make running-routers list work right; rename secret k...Nick Mathewson
2004-07-01running-routers now lists down routers too (with a ! before their name)Roger Dingledine
2004-06-30cleanups on 008pre1 itemsRoger Dingledine
2004-06-30Always use get_data_directory() instead of options.DataDirectory; fix a memor...Nick Mathewson
2004-06-25Remaining 008pre1 items done; deferred where more design is needed.Nick Mathewson
2004-06-21Implement several 008pre1 items: needs more testingNick Mathewson
2004-06-16router->is_trusted_dir implies router->dir_port>0Roger Dingledine
2004-05-20non-dirservers expire routerinfo's that are more than a day oldRoger Dingledine
2004-05-19fix compile error in dirservRoger Dingledine
2004-05-18remove upper limit on number of descriptors/directories in dirserver; use sma...Nick Mathewson
2004-05-18fix a seg fault, add another XXX for nick ;)Roger Dingledine
2004-05-18Resolve some XXXsNick Mathewson
2004-05-17Make directory functions update routerlist, not replace it. Add notion of OR...Nick Mathewson
2004-05-10Split directory/router parsing functionality into separate file from routerli...Nick Mathewson
2004-05-10More doxygenation.Nick Mathewson
2004-05-09more doxygen markupRoger Dingledine
2004-05-05Never list unapproved servers as recommendedNick Mathewson
2004-05-05More documentationNick Mathewson
2004-04-30note another bug to be fixed sometimeRoger Dingledine