| Commit message (Expand) | Author | Age |
* | update unit tests to reflect changed interface | Roger Dingledine | 2004-11-23 |
* | Normalize a few more kinds of whitespace. We now dislike: | Nick Mathewson | 2004-11-22 |
* | Nobody was using the return values from smartlist_(set|del|del_keeporder), so... | Nick Mathewson | 2004-11-12 |
* | Rename exit_policy to addr_policy, since it gets used for SOCKS and directory... | Nick Mathewson | 2004-11-12 |
* | 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 |
* | More tests for split | Nick Mathewson | 2004-11-07 |
* | Clean up copyrights. | Roger Dingledine | 2004-11-07 |
* | Make options no longer a global variable. | Roger Dingledine | 2004-11-06 |
* | Add code to read configuration lines from a string as well as a file | Nick Mathewson | 2004-11-04 |
* | - Implement all of control interface except authentication, setconfig, | Nick Mathewson | 2004-11-03 |
* | 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 |
* | Pass with -Wstrict-prototypes | Nick Mathewson | 2004-10-27 |
* | Use tor_snprintf, not snprintf | Nick Mathewson | 2004-10-27 |
* | Replace sprintf with snprintf | Nick Mathewson | 2004-10-27 |
* | Check for low _MSC_VER, not high. On windows, always use winsock. | Nick Mathewson | 2004-10-20 |
* | Remove routerinfo_t->is_trusted_dir, and all the twisted machinery used to | Nick Mathewson | 2004-10-19 |
* | Fix segfault in unit tests. (Main program is unaffected) | Nick Mathewson | 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 |
* | Basic string-join functionality | Nick Mathewson | 2004-10-14 |
* | make it build on amd64 | Roger Dingledine | 2004-10-14 |
* | more int to size_t conversions, fixing one or more amd64 bugs | Roger Dingledine | 2004-10-14 |
* | Use tor_parse_long in more places | Nick Mathewson | 2004-10-12 |
* | Oops, missed one | Nick Mathewson | 2004-10-12 |
* | Note byte-order on result for parse_addr_port() | Nick Mathewson | 2004-10-12 |
* | Add functions to parse addr[:port] consistently | Nick Mathewson | 2004-10-12 |
* | Turn tor_strpartion into a swiss-army-knife function, so it can terminate or ... | 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-07 |
* | Refactor fingerprint handling: remember hex digests (no spaces) instead of be... | Nick Mathewson | 2004-10-06 |
* | Only check versions against downloaded directories, not cached directories. | Nick Mathewson | 2004-10-03 |
* | Fix an evil bug: when we failed to write to our log, fputs() | 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 |
* | Add basic wrappers for zlib/gzip | Nick Mathewson | 2004-09-02 |
* | Functions to test nickname validity | Nick Mathewson | 2004-08-18 |
* | Move string-splitting into a separate function | Nick Mathewson | 2004-08-17 |
* | o clients choose nodes proportional to advertised bandwidth | Roger Dingledine | 2004-08-15 |
* | Clean up tempdir after finishing unittests; use tor_temp_$PID instead of tor_... | Nick Mathewson | 2004-08-11 |
* | Make unittests pass | Nick Mathewson | 2004-08-09 |
* | Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename for... | Nick Mathewson | 2004-08-07 |
* | Add functions to format and parse RFC1123-style times, for HTTP protocol. | Nick Mathewson | 2004-08-04 |
* | stop using atexit() to remove our pid, since it's called | Roger Dingledine | 2004-07-22 |
* | Add fingerprint to router format in tests | Nick Mathewson | 2004-07-22 |
* | now base16_encode() and base32_encode() can't ever fail | Roger Dingledine | 2004-07-22 |
* | Split uptime into separate field | Nick Mathewson | 2004-07-20 |
* | Change rule from "reject non-recommended versions" to "reject obsolete versio... | Nick Mathewson | 2004-07-16 |
* | Fix warning | Nick Mathewson | 2004-07-15 |