aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
Commit message (Expand)AuthorAge
* - Implement all of control interface except authentication, setconfig,Nick Mathewson2004-11-03
* Use a stricter set of warnings; make them all pass.Nick Mathewson2004-11-02
* canonicalize "src" and "dest" arg order in crypto.c (and others)Roger Dingledine2004-11-02
* Tweaks to prevent obsolete restarting tors from hammering the dirservers. (1)...Nick Mathewson2004-10-28
* Fix windows buildNick Mathewson2004-10-27
* stop freeing arbitrary memoryRoger Dingledine2004-10-27
* Use strlcpy, not strcpy.Nick Mathewson2004-10-27
* Use tor_snprintf, not snprintfNick Mathewson2004-10-27
* Use strlcpy, not strncpyNick Mathewson2004-10-27
* Replace sprintf with snprintfNick Mathewson2004-10-27
* Add and document router-status line using new unified liveness/verifiedness f...Nick Mathewson2004-10-27
* Make RecommendedVersions a CONFIG_TYPE_LINELIST option, and have it tolerate ...Nick Mathewson2004-10-15
* more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine2004-10-14
* Fix comment in dirserv.cNick Mathewson2004-10-13
* stop trying to print a NULLRoger Dingledine2004-10-13
* hex-to-hex compare makes more sense than hex-to-bin.Nick Mathewson2004-10-13
* fix const char * vs char * issueRoger Dingledine2004-10-13
* Check fingerprint list before generating running-routers lists; also add as-y...Nick Mathewson2004-10-13
* Add long-term format for dir-signing-key fields (commented out)Nick Mathewson2004-10-12
* Include a dir-signing-key token in directories to tell the parsing entity whi...Nick Mathewson2004-10-07
* Make base-64-encoded DER work, including workaround for ugly openssl misfeatu...Nick Mathewson2004-10-07
* Refactor fingerprint handling: remember hex digests (no spaces) instead of be...Nick Mathewson2004-10-06
* Only check versions against downloaded directories, not cached directories.Nick Mathewson2004-10-03
* use size_t rather than int for directory lengths in memoryRoger Dingledine2004-10-01
* prefer tor_free to freeRoger Dingledine2004-09-29
* if our local cached directory is new enough, go ahead andRoger Dingledine2004-09-28
* fix some local buffer overflowsRoger Dingledine2004-09-28
* If we are an authoritative dirserver, check out the fingerprint list when set...Nick Mathewson2004-09-28
* fix another bug with cached compressed directoriesRoger Dingledine2004-09-27
* fix two bugs with cached directories:Roger Dingledine2004-09-27
* protect dirservers from overzealous descriptor uploadingRoger Dingledine2004-09-23
* clean up/bugfix deflate logic and log messagesNick Mathewson2004-09-21
* Some platforms have weird translations when you open files in "test" mode; ma...Nick Mathewson2004-09-08
* Flush more changes from sandboxNick Mathewson2004-09-08
* Keep a deflated version of each directory so we can deliver it when requestedNick Mathewson2004-09-02
* stop wasting cpu time on authdirserversRoger Dingledine2004-08-08
* Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename for...Nick Mathewson2004-08-07
* let purging routerinfos and descriptors take an age argumentRoger Dingledine2004-08-06
* (size_t)-1 is never < 0; fix an XXXX008 by changing the interface for dirserv...Nick Mathewson2004-08-06
* note a bug that adam foundRoger Dingledine2004-08-06
* Fix all warnings on win32 buildNick Mathewson2004-08-03
* clean whitespace and tabsRoger Dingledine2004-07-22
* stop using atexit() to remove our pid, since it's calledRoger Dingledine2004-07-22
* Add notion of "longest nickname-or-hex-digest-with-$"Nick Mathewson2004-07-22
* getting an unknown descriptor is an info, not a warn, nowRoger Dingledine2004-07-22
* clients shouldn't create datadir until we have something to put thereRoger Dingledine2004-07-22
* make router_nickname_is_approved() do the right thingRoger Dingledine2004-07-21
* if johnny has three fenceposts, and jill takes four away...Roger Dingledine2004-07-21
* authdirservers accept the uploading of unverified descriptors.Roger Dingledine2004-07-21
* a whole swath of fixesRoger Dingledine2004-07-20