Age | Commit message (Expand) | Author |
2004-10-07 | Make base-64-encoded DER work, including workaround for ugly openssl misfeatu... | Nick Mathewson |
2004-10-06 | Refactor fingerprint handling: remember hex digests (no spaces) instead of be... | Nick Mathewson |
2004-10-03 | Only check versions against downloaded directories, not cached directories.tor-0.0.9pre2 | Nick Mathewson |
2004-10-01 | use size_t rather than int for directory lengths in memory | Roger Dingledine |
2004-09-29 | prefer tor_free to free | Roger Dingledine |
2004-09-28 | if our local cached directory is new enough, go ahead and | Roger Dingledine |
2004-09-28 | fix some local buffer overflows | Roger Dingledine |
2004-09-28 | If we are an authoritative dirserver, check out the fingerprint list when set... | Nick Mathewson |
2004-09-27 | fix another bug with cached compressed directories | Roger Dingledine |
2004-09-27 | fix two bugs with cached directories: | Roger Dingledine |
2004-09-23 | protect dirservers from overzealous descriptor uploading | Roger Dingledine |
2004-09-21 | clean up/bugfix deflate logic and log messages | Nick Mathewson |
2004-09-08 | Some platforms have weird translations when you open files in "test" mode; ma... | Nick Mathewson |
2004-09-08 | Flush more changes from sandbox | Nick Mathewson |
2004-09-02 | Keep a deflated version of each directory so we can deliver it when requested | Nick Mathewson |
2004-08-08 | stop wasting cpu time on authdirservers | Roger Dingledine |
2004-08-07 | Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename for... | Nick Mathewson |
2004-08-06 | let purging routerinfos and descriptors take an age argument | Roger Dingledine |
2004-08-06 | (size_t)-1 is never < 0; fix an XXXX008 by changing the interface for dirserv... | Nick Mathewson |
2004-08-06 | note a bug that adam found | Roger Dingledine |
2004-08-03 | Fix all warnings on win32 build | Nick Mathewson |
2004-07-22 | clean whitespace and tabs | Roger Dingledine |
2004-07-22 | stop using atexit() to remove our pid, since it's called | Roger Dingledine |
2004-07-22 | Add notion of "longest nickname-or-hex-digest-with-$" | Nick Mathewson |
2004-07-22 | getting an unknown descriptor is an info, not a warn, now | Roger Dingledine |
2004-07-22 | clients shouldn't create datadir until we have something to put there | Roger Dingledine |
2004-07-21 | make router_nickname_is_approved() do the right thing | Roger Dingledine |
2004-07-21 | if johnny has three fenceposts, and jill takes four away... | Roger Dingledine |
2004-07-21 | authdirservers accept the uploading of unverified descriptors. | Roger Dingledine |
2004-07-20 | a whole swath of fixes | Roger Dingledine |
2004-07-16 | Remove 1024-router limit in routerparse.c; unify handling of running-routers ... | Nick Mathewson |
2004-07-13 | Finish most pre2 items: make running-routers list work right; rename secret k... | Nick Mathewson |
2004-07-01 | running-routers now lists down routers too (with a ! before their name) | Roger Dingledine |
2004-06-30 | cleanups on 008pre1 items | Roger Dingledine |
2004-06-30 | Always use get_data_directory() instead of options.DataDirectory; fix a memor... | Nick Mathewson |
2004-06-25 | Remaining 008pre1 items done; deferred where more design is needed. | Nick Mathewson |
2004-06-21 | Implement several 008pre1 items: needs more testing | Nick Mathewson |
2004-06-16 | router->is_trusted_dir implies router->dir_port>0 | Roger Dingledine |
2004-05-20 | non-dirservers expire routerinfo's that are more than a day old | Roger Dingledine |
2004-05-19 | fix compile error in dirserv | Roger Dingledine |
2004-05-18 | remove upper limit on number of descriptors/directories in dirserver; use sma... | Nick Mathewson |
2004-05-18 | fix a seg fault, add another XXX for nick ;) | Roger Dingledine |
2004-05-18 | Resolve some XXXs | Nick Mathewson |
2004-05-17 | Make directory functions update routerlist, not replace it. Add notion of OR... | Nick Mathewson |
2004-05-10 | Split directory/router parsing functionality into separate file from routerli... | Nick Mathewson |
2004-05-10 | More doxygenation. | Nick Mathewson |
2004-05-09 | more doxygen markup | Roger Dingledine |
2004-05-05 | Never list unapproved servers as recommended | Nick Mathewson |
2004-05-05 | More documentation | Nick Mathewson |
2004-04-30 | note another bug to be fixed sometime | Roger Dingledine |