Age | Commit message (Expand) | Author |
2005-01-03 | bugfix: if a server uploads a descriptor that's unapproved, actually | Roger Dingledine |
2004-12-24 | remove sentence-fragment comment refering to a design that never happened. | Nick Mathewson |
2004-12-24 | Remove length restriction when generating directories. | Nick Mathewson |
2004-12-24 | Fix for running-routers length bug | Nick Mathewson |
2004-12-13 | clean up logging, | Roger Dingledine |
2004-12-01 | Spell-check strings and comments | Nick Mathewson |
2004-11-29 | Suggestion from weasel: Make tor --version --version dump the cvs Id of every... | Nick Mathewson |
2004-11-28 | wrong is ok, and right is fine, but in between is apparently | Roger Dingledine |
2004-11-28 | Normalize space: add one between every control keyword and control clause. | Nick Mathewson |
2004-11-26 | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine |
2004-11-25 | Clarify a bunch of log messages | Nick Mathewson |
2004-11-22 | Normalize a few more kinds of whitespace. We now dislike: | Nick Mathewson |
2004-11-15 | Tweak on patch to make authoritative directory servers cache | Nick Mathewson |
2004-11-15 | Authoritative dirservers now also cache the directory, since | Roger Dingledine |
2004-11-15 | Cache running-routers; compress running-routers; serve compressed running-rou... | Nick Mathewson |
2004-11-09 | Normalize whitespace; add a "tell me about all the unnormalized whitespace" t... | Nick Mathewson |
2004-11-09 | Resolve many XXXs and all DOCDOCs | Nick Mathewson |
2004-11-09 | When listing router status, include ourself if we are awake | Nick Mathewson |
2004-11-09 | only non-authdirservers cache the dir they just fetched | Roger Dingledine |
2004-11-09 | once normalized, DataDirectory is always defined | Roger Dingledine |
2004-11-09 | Stop using the wrong DataDirectory when we're validating. | Roger Dingledine |
2004-11-07 | Clean up copyrights. | Roger Dingledine |
2004-11-06 | Make options no longer a global variable. | Roger Dingledine |
2004-11-03 | - Implement all of control interface except authentication, setconfig, | Nick Mathewson |
2004-11-02 | Use a stricter set of warnings; make them all pass. | Nick Mathewson |
2004-11-02 | canonicalize "src" and "dest" arg order in crypto.c (and others) | Roger Dingledine |
2004-10-28 | Tweaks to prevent obsolete restarting tors from hammering the dirservers. (1)... | Nick Mathewson |
2004-10-27 | Fix windows build | Nick Mathewson |
2004-10-27 | stop freeing arbitrary memory | Roger Dingledine |
2004-10-27 | Use strlcpy, not strcpy. | Nick Mathewson |
2004-10-27 | Use tor_snprintf, not snprintf | Nick Mathewson |
2004-10-27 | Use strlcpy, not strncpy | Nick Mathewson |
2004-10-27 | Replace sprintf with snprintf | Nick Mathewson |
2004-10-27 | Add and document router-status line using new unified liveness/verifiedness f... | Nick Mathewson |
2004-10-15 | Make RecommendedVersions a CONFIG_TYPE_LINELIST option, and have it tolerate ... | Nick Mathewson |
2004-10-14 | more int to size_t conversions, fixing one or more amd64 bugs | Roger Dingledine |
2004-10-13 | Fix comment in dirserv.c | Nick Mathewson |
2004-10-13 | stop trying to print a NULL | Roger Dingledine |
2004-10-13 | hex-to-hex compare makes more sense than hex-to-bin. | Nick Mathewson |
2004-10-13 | fix const char * vs char * issue | Roger Dingledine |
2004-10-13 | Check fingerprint list before generating running-routers lists; also add as-y... | Nick Mathewson |
2004-10-12 | Add long-term format for dir-signing-key fields (commented out) | Nick Mathewson |
2004-10-07 | Include a dir-signing-key token in directories to tell the parsing entity whi... | Nick Mathewson |
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 |