Age | Commit message (Expand) | Author |
2003-05-09 | removed obsolete version.h | Roger Dingledine |
2003-05-09 | Routerinfos are no longer linked | Nick Mathewson |
2003-05-09 | We cant recognize ourself until we resolve all the routers. | Nick Mathewson |
2003-05-09 | more debugging on build_directory | Nick Mathewson |
2003-05-09 | more debugging on build_directory | Nick Mathewson |
2003-05-09 | Thats the letter I and the number 2. (Apologies to Negativland) | Nick Mathewson |
2003-05-08 | Get directories working. | Nick Mathewson |
2003-05-08 | (possibly incorrect) code to make routers get resolved when they're | Nick Mathewson |
2003-05-08 | Call the right signed-directory functions; try to describe the difference bet... | Nick Mathewson |
2003-05-07 | sign directories with the signing key | Roger Dingledine |
2003-05-07 | hints for nick on where to integrate | Roger Dingledine |
2003-05-07 | Do not replace old directory if new one is invalid | Nick Mathewson |
2003-05-07 | Tested backends for directory signing and checking. Directory parser complet... | Nick Mathewson |
2003-05-07 | fix double-semicolon parse error | Roger Dingledine |
2003-05-07 | Decrease DH group length to 1024. (Roger, you may want to read section 1 of ... | Nick Mathewson |
2003-05-07 | More work on directories. Signed directories not yet tested. No support for ... | Nick Mathewson |
2003-05-06 | Refactor directories; add unit tests; add router keyword | Nick Mathewson |
2003-05-06 | put some symbolic constants to the onion skin lengths | Roger Dingledine |
2003-05-05 | incremental path building in; uses ephemeral DH; onions are gone | Roger Dingledine |
2003-05-05 | Tests, headers, and debugging for onion skin backend | Nick Mathewson |
2003-05-02 | streams are now 8 bytes, and are recognized by intermediate hops | Roger Dingledine |
2003-05-01 | remove obsolete test code | Roger Dingledine |
2003-05-01 | cpath is now a doubly linked list, not an array | Roger Dingledine |
2003-05-01 | Implement core of onion-skin-based handshake | Nick Mathewson |
2003-05-01 | terminology shift: data->relay, topic->relay, topic->stream | Roger Dingledine |
2003-05-01 | Basic diffie-helman wrappers with fixed modulus and tests | Nick Mathewson |
2003-04-20 | bugfix: a circ can't be youngest if it's still connecting to the first hop | Roger Dingledine |
2003-04-20 | bugfix: refactor to always use circuit_remove | Roger Dingledine |
2003-04-19 | bugfix: don't segfault if there's no valid circuit open | Roger Dingledine |
2003-04-18 | bugfix: only close old circuits if they have no connections! | Roger Dingledine |
2003-04-17 | Adjust straggling users of payload field | Nick Mathewson |
2003-04-17 | Choose correct abstraction for topic_foo. Abstract random-integer code | Nick Mathewson |
2003-04-17 | Use cell.topic* fields in ap_handshake_send_begin | Nick Mathewson |
2003-04-17 | Rebuild or and test binaries when a libor.a changes but or/*.c does not. | Nick Mathewson |
2003-04-17 | 17 does not divide 1024, but it can stomp some interesting pointers and segfa... | Nick Mathewson |
2003-04-16 | further cleanup, test.c still has some bugs | Roger Dingledine |
2003-04-16 | Factor out cell packing and unpacking | Nick Mathewson |
2003-04-16 | Remove the last vestige of code that claims to know the inner structure of an... | Nick Mathewson |
2003-04-16 | bugfix: make onions work again | Roger Dingledine |
2003-04-16 | Factor out timeval-related functions. | Nick Mathewson |
2003-04-16 | Remove the notion of "onion ciphers"; make packing and unpacking separate fns | Nick Mathewson |
2003-04-16 | add missing prototype | Roger Dingledine |
2003-04-16 | Tests for crypto; more tests for buffers | Nick Mathewson |
2003-04-16 | divorce circuit building from user connections | Roger Dingledine |
2003-04-15 | Introduce a few unit tests (from older code), refactor compression setup/tear... | Nick Mathewson |
2003-04-11 | make it work (heh) | Roger Dingledine |
2003-04-11 | refactored some duplicate code into connection_edge.c | Roger Dingledine |
2003-04-08 | bugfix: make onion proxies actually obey their requested bandwidth | Roger Dingledine |
2003-04-08 | put most of the remaining exit policy stuff in | Roger Dingledine |
2003-04-07 | First test added | Nick Mathewson |