| Commit message (Expand) | Author | Age |
* | 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-11-02 |
* | Tweaks to prevent obsolete restarting tors from hammering the dirservers. (1)... | Nick Mathewson | 2004-10-28 |
* | 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-27 |
* | Remove routerinfo_t->is_trusted_dir, and all the twisted machinery used to | Nick Mathewson | 2004-10-19 |
* | start the process of making 0.0.7* obsolete | Roger Dingledine | 2004-10-17 |
* | 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-16 |
* | Implement "families" of coadministered nodes; prevent them all from appearing... | Nick Mathewson | 2004-10-15 |
* | 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-14 |
* | Make directories get generated properly again; debug key lookup. Also, it is... | Nick Mathewson | 2004-10-13 |
* | Appease overzealous gcc | Nick Mathewson | 2004-10-12 |
* | Use tor_parse_long in more places | Nick Mathewson | 2004-10-12 |
* | Better bounds checking on parsed ints | Nick Mathewson | 2004-10-12 |
* | fix a signed/unsigned comparison | Roger Dingledine | 2004-10-12 |
* | Add an implementation of trusted_dir_server logic to switch towards simply re... | Nick Mathewson | 2004-10-12 |
* | Include a dir-signing-key token in directories to tell the parsing entity whi... | Nick Mathewson | 2004-10-07 |
* | Fix a couple of typos, one of which conceals a bug in parsing opt keywords wi... | Nick Mathewson | 2004-10-06 |
* | Only check versions against downloaded directories, not cached directories. | Nick Mathewson | 2004-10-03 |
* | prefer tor_free to free | Roger Dingledine | 2004-09-29 |
* | Fix messages for _UNRECOGNIZED tokens | Nick Mathewson | 2004-09-28 |
* | the tor clients in cvs can't speak to the current tor authdirservers for | Roger Dingledine | 2004-09-28 |
* | checking only 0.0.7 and 0.0.8 didn't work, because some dirservers | Roger Dingledine | 2004-09-27 |
* | cleanup: use strcmpstart() in more places | Roger Dingledine | 2004-09-23 |
* | Use new split function and strcmpstart correctly | Nick Mathewson | 2004-09-02 |
* | make the compile work (and not complain) on sunos 5.9 | Roger Dingledine | 2004-08-25 |
* | Fix some DOCDOCs | Nick Mathewson | 2004-08-18 |
* | Functions to test nickname validity | Nick Mathewson | 2004-08-18 |
* | Clean up last patch; implement (mostly) proper handling for verified/unverifi... | Nick Mathewson | 2004-08-17 |
* | Parse uptime into routerinfo | Nick Mathewson | 2004-08-17 |
* | o clients choose nodes proportional to advertised bandwidth | Roger Dingledine | 2004-08-15 |
* | fix a race condition in 008pre2: don't try to extend onto a connection | Roger Dingledine | 2004-08-08 |
* | Don't warn about being unverified if you're not in the running-routers | Roger Dingledine | 2004-08-07 |
* | Only warn about version newness once | Nick Mathewson | 2004-08-07 |
* | Remove obsolete link-key keyword | Nick Mathewson | 2004-08-07 |
* | router_get_hash_impl would fail when end_str started with \n. Now it works. | Nick Mathewson | 2004-08-07 |
* | Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename for... | Nick Mathewson | 2004-08-07 |
* | untwisting the logic, it would seem the pkey is always defined? | Roger Dingledine | 2004-08-07 |
* | Comment about n_args<1 is correct, since all directory servers are running po... | Nick Mathewson | 2004-08-07 |
* | print the name of the dirserver that told us we were unverified | Roger Dingledine | 2004-08-07 |
* | There is no space after network-status; make router_get_hash_impl more bullet... | Nick Mathewson | 2004-08-06 |
* | Bugfix: "Okay, I just shut down like you told me. Now let me verify your sig... | Nick Mathewson | 2004-08-04 |