| Commit message (Expand) | Author | Age |
* | 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 |
* | Code to parse tor version numbers so we can do an is-newer-than check. | Nick Mathewson | 2004-07-13 |
* | make unit tests pass again | Roger Dingledine | 2004-07-12 |
* | add 'advertisedbandwidth' to router descriptor | Roger Dingledine | 2004-07-12 |
* | More digest/nickname fixes | Nick Mathewson | 2004-07-02 |
* | Implement several 008pre1 items: needs more testing | Nick Mathewson | 2004-06-21 |
* | Use intptr_t correctly in test.c; try to resolve ia64 warnings | Nick Mathewson | 2004-06-08 |
* | Check recommended-software string *early*, before actually parsing the direct... | Nick Mathewson | 2004-06-01 |
* | Not every RSA decrypt should warn on failure. | Nick Mathewson | 2004-05-12 |
* | Split directory/router parsing functionality into separate file from routerli... | Nick Mathewson | 2004-05-10 |
* | Use intptr_t when playing with void*s | Nick Mathewson | 2004-05-05 |
* | Fix compilation warnings on 64-bit platforms | Nick Mathewson | 2004-05-05 |
* | patches on patches | Roger Dingledine | 2004-05-02 |
* | 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-05-01 |
* | Remove IVs from cipher code, since AES-ctr has none. | Nick Mathewson | 2004-04-28 |
* | Refactor crypto error handling to be more like TLS error handling: | Nick Mathewson | 2004-04-26 |
* | use tor_assert | Roger Dingledine | 2004-04-25 |
* | Merge flagday into main branch. | Nick Mathewson | 2004-04-24 |
* | Never ever leave ri.platform unset. | Nick Mathewson | 2004-04-14 |
* | remove a stray printf | Nick Mathewson | 2004-04-08 |
* | Fix base32 implementation; make base32 implementation follow standard; add mo... | Nick Mathewson | 2004-04-08 |
* | Fix unit tests (now that platform code works differently) | Nick Mathewson | 2004-04-08 |
* | Delete trailing whitespace and expand tabs; remove unused aes decrypt code | Nick Mathewson | 2004-04-07 |
* | Put ourself in router list; act accordingly. | Nick Mathewson | 2004-04-07 |
* | Force hybrid encryption on for key negotiation | Nick Mathewson | 2004-04-06 |
* | Refactor the heck out of crypto interface: admit that we will stick with one ... | Nick Mathewson | 2004-04-03 |
* | alice can intercept y.onion requests, do a lookup on them via tor, | Roger Dingledine | 2004-04-03 |
* | Add new functions to wrap digest and sign/checksig. | Nick Mathewson | 2004-04-01 |
* | Add helpful hybrid encryption functions | Nick Mathewson | 2004-04-01 |
* | Parse and generate service descriptors | Nick Mathewson | 2004-03-31 |
* | Add more key manipulation functions, and base32 functions, to crypto | Nick Mathewson | 2004-03-30 |
* | clean up a few more bugs | Roger Dingledine | 2004-03-29 |
* | Re-enable unit tests for directory generation. | Nick Mathewson | 2004-03-29 |
* | there is yet another dns-pending-conn-clobbering bug | Roger Dingledine | 2004-03-28 |
* | Use strmap code for client DNS. | Nick Mathewson | 2004-03-20 |
* | Add some wrappers around SPLAY_* for the common map-from-string-to-X case. | Nick Mathewson | 2004-03-19 |
* | make directory format tests quiet again | Roger Dingledine | 2004-03-15 |
* | New, more flexible directory parsing backend. Uses a bit more RAM, but implem... | Nick Mathewson | 2004-03-05 |
* | make 'make test' exit(1) if a test fails. | Nick Mathewson | 2004-03-01 |