Age | Commit message (Expand) | Author |
2005-01-29 | if we fetch the dir from a mirror that has a wildly skewed | Roger Dingledine |
2005-01-06 | Fix a fun bug: do not rewrite a cached directory back to the cache; otherwise... | Nick Mathewson |
2005-01-04 | Nothing actually _uses_ socks_port, so why publish it? For backward compatibi... | Nick Mathewson |
2005-01-03 | Resolve task 42: find where 19-char nicknames were getting truncated when rea... | Nick Mathewson |
2005-01-02 | fix the assert bug reported by bassclef@163.com | Roger Dingledine |
2004-12-04 | whoops | Roger Dingledine |
2004-12-04 | Add function to check that addr_policy_t is okay; change struct addr_policy_t... | Nick Mathewson |
2004-12-04 | make circuit building and router parsing less noisy | Roger Dingledine |
2004-12-01 | Spell-check strings and comments | Nick Mathewson |
2004-11-30 | Make version parsing tests pass | Nick Mathewson |
2004-11-29 | Implement new version format for post 0.1. | 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 | when warning that a version is too new, don't use the confusing | 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-14 | Make running-routers fetch (apparently) work | Nick Mathewson |
2004-11-12 | Rename exit_policy to addr_policy, since it gets used for SOCKS and directory... | 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 | only non-authdirservers cache the dir they just fetched | Roger Dingledine |
2004-11-09 | when rejecting an old-style router descriptor, tell us its nickname | Roger Dingledine |
2004-11-07 | Clean up copyrights. | Roger Dingledine |
2004-11-06 | Make options no longer a global variable. | Roger Dingledine |
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 | Tricksy compiler warnings! We hates them, hates them forever, my precious! | Nick Mathewson |
2004-10-27 | Use tor_snprintf, not snprintf | Nick Mathewson |
2004-10-27 | Avoid strcat; use snprintf or strlcat instead | Nick Mathewson |
2004-10-27 | Add and document router-status line using new unified liveness/verifiedness f... | Nick Mathewson |
2004-10-19 | Remove routerinfo_t->is_trusted_dir, and all the twisted machinery used to | Nick Mathewson |
2004-10-17 | start the process of making 0.0.7* obsolete | Roger Dingledine |
2004-10-16 | don't assert multiple things in the same tor_assert() | Roger Dingledine |
2004-10-16 | Fix unit tests, make it compile | Nick Mathewson |
2004-10-16 | Make unit tests pass; refactor most of exit policy parfsing out into new func... | Nick Mathewson |
2004-10-16 | fix memory leak in router.c; start relying on NULL==(zero bytes) | Nick Mathewson |
2004-10-15 | Implement "families" of coadministered nodes; prevent them all from appearing... | Nick Mathewson |
2004-10-14 | Improve warnings for old-style directories. | Nick Mathewson |
2004-10-14 | Compile without warnings on windows | Nick Mathewson |
2004-10-14 | and another one | Roger Dingledine |
2004-10-14 | more int to size_t conversions, fixing one or more amd64 bugs | Roger Dingledine |
2004-10-13 | Make directories get generated properly again; debug key lookup. Also, it is... | Nick Mathewson |
2004-10-12 | Appease overzealous gcc | Nick Mathewson |
2004-10-12 | Use tor_parse_long in more places | Nick Mathewson |