Age | Commit message (Expand) | Author |
2004-10-14 | 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-12 | 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-07 | 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-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-09-28 | Fix an evil bug: when we failed to write to our log, fputs() | Roger Dingledine |
2004-09-27 | checking only 0.0.7 and 0.0.8 didn't work, because some dirservers | Roger Dingledine |
2004-09-23 | cleanup: use strcmpstart() in more places | Roger Dingledine |
2004-09-02 | Add basic wrappers for zlib/gzip | Nick Mathewson |
2004-08-18 | Functions to test nickname validity | Nick Mathewson |
2004-08-17 | Move string-splitting into a separate function | Nick Mathewson |
2004-08-15 | o clients choose nodes proportional to advertised bandwidth | Roger Dingledine |
2004-08-11 | Clean up tempdir after finishing unittests; use tor_temp_$PID instead of tor_... | Nick Mathewson |
2004-08-09 | Make unittests pass | 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-04 | Add functions to format and parse RFC1123-style times, for HTTP protocol. | Nick Mathewson |
2004-07-22 | 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-20 | Split uptime into separate field | Nick Mathewson |
2004-07-16 | Change rule from "reject non-recommended versions" to "reject obsolete versio... | Nick Mathewson |
2004-07-15 | Fix warning | Nick Mathewson |
2004-07-13 | Code to parse tor version numbers so we can do an is-newer-than check. | Nick Mathewson |
2004-07-12 | make unit tests pass again | Roger Dingledine |
2004-07-12 | add 'advertisedbandwidth' to router descriptor | Roger Dingledine |
2004-07-02 | More digest/nickname fixes | Nick Mathewson |
2004-06-21 | Implement several 008pre1 items: needs more testing | Nick Mathewson |
2004-06-08 | Use intptr_t correctly in test.c; try to resolve ia64 warnings | Nick Mathewson |
2004-06-01 | Check recommended-software string *early*, before actually parsing the direct... | Nick Mathewson |
2004-05-12 | Not every RSA decrypt should warn on failure. | Nick Mathewson |
2004-05-10 | Split directory/router parsing functionality into separate file from routerli... | Nick Mathewson |
2004-05-05 | Use intptr_t when playing with void*s | Nick Mathewson |
2004-05-05 | Fix compilation warnings on 64-bit platforms | Nick Mathewson |
2004-05-02 | patches on patches | Roger Dingledine |
2004-05-01 | Documenmt buffers.c; remove function that nobody ever calls. | Nick Mathewson |
2004-05-01 | Handle windows socket errors correctly; comment most of common. | Nick Mathewson |
2004-04-28 | Remove IVs from cipher code, since AES-ctr has none. | Nick Mathewson |
2004-04-26 | Refactor crypto error handling to be more like TLS error handling: | Nick Mathewson |
2004-04-25 | use tor_assert | Roger Dingledine |
2004-04-24 | Merge flagday into main branch. | Nick Mathewson |
2004-04-14 | Never ever leave ri.platform unset. | Nick Mathewson |
2004-04-08 | remove a stray printf | Nick Mathewson |
2004-04-08 | Fix base32 implementation; make base32 implementation follow standard; add mo... | Nick Mathewson |