Age | Commit message (Expand) | Author |
2003-05-20 | add circuit-level sendme relay cells | Roger Dingledine |
2003-05-09 | work on versioning; new log_fn function | Nick Mathewson |
2003-05-09 | removed obsolete version.h | Roger Dingledine |
2003-05-09 | Routerinfos are no longer linked | 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 | Tested backends for directory signing and checking. Directory parser complet... | Nick Mathewson |
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 | cpath is now a doubly linked list, not an array | Roger Dingledine |
2003-05-01 | terminology shift: data->relay, topic->relay, topic->stream | Roger Dingledine |
2003-04-17 | Choose correct abstraction for topic_foo. Abstract random-integer code | Nick Mathewson |
2003-04-16 | Factor out cell packing and unpacking | Nick Mathewson |
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 | 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 | put most of the remaining exit policy stuff in | Roger Dingledine |
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-03-24 | move cell size to 256. seems to work (?) | Roger Dingledine |
2003-03-24 | fix rare race condition | Roger Dingledine |
2003-03-19 | kludge because openssl and zlib both typedef free_func :( | Roger Dingledine |
2003-03-19 | Finish zlib and half-open; switch to 3des (ede/ofb) | Nick Mathewson |
2003-03-18 | greatly simplify this notion of 'roles': | Roger Dingledine |
2003-03-17 | Add code for end-to-end zlib compression. Still needs flow-control | Nick Mathewson |
2003-03-11 | lazy (just in time) directory rebuilding | Roger Dingledine |
2003-03-07 | clean out obsolete cell types | Roger Dingledine |
2003-03-05 | minor code cleanup | Roger Dingledine |
2003-02-18 | let up on the bandwidth constraints | Roger Dingledine |
2003-02-18 | Bugfixes and enhancements in sendmes and dns farm | Roger Dingledine |
2003-02-14 | rudimentary dns caching (of both resolves and resolve failures) | Roger Dingledine |
2003-02-06 | fix endian issues for topics -- they might work on bsd now | Roger Dingledine |
2003-02-06 | make reusing circuits work (and be the default) | Roger Dingledine |
2003-01-26 | major overhaul: dns slave subsystem, topics | Roger Dingledine |
2002-12-31 | use a rbtree for replay detection, rather than linear search | Roger Dingledine |
2002-12-03 | onions go on and off the network correctly now | Roger Dingledine |
2002-11-27 | create cells are now queued and processed only when idle | Roger Dingledine |
2002-11-24 | per-second cell statistics to help with profiling | Roger Dingledine |
2002-11-23 | added OnionsPerSecond to prevent create flooding | Roger Dingledine |
2002-11-23 | remove popt dependency, consolidate config stuff | Roger Dingledine |