aboutsummaryrefslogtreecommitdiff
path: root/src/or/onion.c
Commit message (Expand)AuthorAge
* move closer to being able to reload config on HUPRoger Dingledine2003-10-21
* change WARNING to WARNRoger Dingledine2003-10-10
* Refactor, rename, and clarifyNick Mathewson2003-10-09
* Update LICENSE and copyright dates.Nick Mathewson2003-10-08
* minor fixes; bump to 0.0.2pre10Roger Dingledine2003-10-07
* refactor so connection_write_to_buf() never failsRoger Dingledine2003-10-04
* my_routerinfo, router_is_me, and learn_my_address are obsoleteRoger Dingledine2003-10-01
* getting closer to having dirserv workingRoger Dingledine2003-09-30
* first pass: obey log conventionRoger Dingledine2003-09-26
* Refactor buffers; implement descriptors.Nick Mathewson2003-09-25
* bugfixes and refactoringsRoger Dingledine2003-09-16
* clean up exported api'sRoger Dingledine2003-09-16
* bugfix: onion pending queue now worksRoger Dingledine2003-09-14
* fix the cpuworker circ-had-vanished bug (maybe)Roger Dingledine2003-09-14
* implemented cpuworkersRoger Dingledine2003-08-20
* start refactoring dnsworker so testing won't be so darn hardRoger Dingledine2003-08-14
* src/orNick Mathewson2003-07-30
* Remove false warnings from printf checksNick Mathewson2003-06-21
* When debugging, dump key materialNick Mathewson2003-06-14
* Fix the periodic bug that would make handshaking fail.Nick Mathewson2003-06-14
* Better test messages for onion skin bugNick Mathewson2003-06-13
* relay queues are obsolete (woo!)Roger Dingledine2003-06-13
* implement truncate and truncated (untested)Roger Dingledine2003-06-12
* Answer question about eliminating symmetric encryption from onion skinsNick Mathewson2003-06-02
* OPport is gone. So is conn type OP.Roger Dingledine2003-05-28
* correct the comments, plus a question for nickRoger Dingledine2003-05-26
* remove dead codeRoger Dingledine2003-05-20
* add circuit-level sendme relay cellsRoger Dingledine2003-05-20
* sign directories with the signing keyRoger Dingledine2003-05-07
* Refactor directories; add unit tests; add router keywordNick Mathewson2003-05-06
* put some symbolic constants to the onion skin lengthsRoger Dingledine2003-05-06
* incremental path building in; uses ephemeral DH; onions are goneRoger Dingledine2003-05-05
* Tests, headers, and debugging for onion skin backendNick Mathewson2003-05-05
* streams are now 8 bytes, and are recognized by intermediate hopsRoger Dingledine2003-05-02
* cpath is now a doubly linked list, not an arrayRoger Dingledine2003-05-01
* Implement core of onion-skin-based handshakeNick Mathewson2003-05-01
* terminology shift: data->relay, topic->relay, topic->streamRoger Dingledine2003-05-01
* Adjust straggling users of payload fieldNick Mathewson2003-04-17
* Choose correct abstraction for topic_foo. Abstract random-integer codeNick Mathewson2003-04-17
* Remove the last vestige of code that claims to know the inner structure of an...Nick Mathewson2003-04-16
* bugfix: make onions work againRoger Dingledine2003-04-16
* Remove the notion of "onion ciphers"; make packing and unpacking separate fnsNick Mathewson2003-04-16
* divorce circuit building from user connectionsRoger Dingledine2003-04-16
* put most of the remaining exit policy stuff inRoger Dingledine2003-04-08
* Add magic to end of C files to make emacs happy; split test invocation into s...Nick Mathewson2003-04-07
* Finish zlib and half-open; switch to 3des (ede/ofb)Nick Mathewson2003-03-19
* greatly simplify this notion of 'roles':Roger Dingledine2003-03-18
* Remove extraneous (and non-ansi) semisNick Mathewson2003-03-17
* rudimentary dns caching (of both resolves and resolve failures)Roger Dingledine2003-02-14
* major overhaul: dns slave subsystem, topicsRoger Dingledine2003-01-26