| Commit message (Expand) | Author | Age |
* | put some symbolic constants to the onion skin lengths | Roger Dingledine | 2003-05-06 |
* | 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-05 |
* | streams are now 8 bytes, and are recognized by intermediate hops | Roger Dingledine | 2003-05-02 |
* | 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-05-01 |
* | 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-20 |
* | bugfix: don't segfault if there's no valid circuit open | Roger Dingledine | 2003-04-19 |
* | bugfix: only close old circuits if they have no connections! | Roger Dingledine | 2003-04-18 |
* | 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-17 |
* | 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-16 |
* | Introduce a few unit tests (from older code), refactor compression setup/tear... | Nick Mathewson | 2003-04-15 |
* | make it work (heh) | Roger Dingledine | 2003-04-11 |
* | refactored some duplicate code into connection_edge.c | Roger Dingledine | 2003-04-11 |
* | 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-08 |
* | First test added | Nick Mathewson | 2003-04-07 |
* | parse exit policy lines | Roger Dingledine | 2003-04-07 |
* | Add magic to end of C files to make emacs happy; split test invocation into s... | Nick Mathewson | 2003-04-07 |
* | make servers tolerate the dns bug. | Roger Dingledine | 2003-04-05 |
* | begin cells are now address:port, not address,port | Roger Dingledine | 2003-04-05 |
* | move cell size to 256. seems to work (?) | Roger Dingledine | 2003-03-24 |
* | get rid of those nasty tabs | Roger Dingledine | 2003-03-24 |
* | fix rare race condition | Roger Dingledine | 2003-03-24 |
* | Fix message when decompressing | Nick Mathewson | 2003-03-19 |
* | Be loud when decompressing | Nick Mathewson | 2003-03-19 |
* | Make decompression loud. | Nick Mathewson | 2003-03-19 |
* | kludge because openssl and zlib both typedef free_func :( | Roger Dingledine | 2003-03-19 |
* | fix arg bug; reduce confusion in package_raw_inbuf | Roger Dingledine | 2003-03-19 |
* | Add other side of half-open-connection logic (still disabled | Nick Mathewson | 2003-03-19 |
* | cleaner errors | Roger Dingledine | 2003-03-19 |
* | Be clear about whether we are using half-open connections | Nick Mathewson | 2003-03-19 |
* | Fix bug in client_send_auth | Nick Mathewson | 2003-03-19 |
* | Fix client_process_auth | Nick Mathewson | 2003-03-19 |