aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* obsolete, removedRoger Dingledine2003-05-09
* Routerinfos are no longer linkedNick Mathewson2003-05-09
* We cant recognize ourself until we resolve all the routers.Nick Mathewson2003-05-09
* more debugging on build_directoryNick Mathewson2003-05-09
* more debugging on build_directoryNick Mathewson2003-05-09
* Thats the letter I and the number 2. (Apologies to Negativland)Nick Mathewson2003-05-09
* Get directories working.Nick Mathewson2003-05-08
* (possibly incorrect) code to make routers get resolved when they'reNick Mathewson2003-05-08
* Call the right signed-directory functions; try to describe the difference bet...Nick Mathewson2003-05-08
* cheap hack so the dirservers have a signing keyRoger Dingledine2003-05-07
* sign directories with the signing keyRoger Dingledine2003-05-07
* hints for nick on where to integrateRoger Dingledine2003-05-07
* Do not replace old directory if new one is invalidNick Mathewson2003-05-07
* Tested backends for directory signing and checking. Directory parser complet...Nick Mathewson2003-05-07
* fix double-semicolon parse errorRoger Dingledine2003-05-07
* Decrease DH group length to 1024. (Roger, you may want to read section 1 of ...Nick Mathewson2003-05-07
* More work on directories. Signed directories not yet tested. No support for ...Nick Mathewson2003-05-07
* update the todoRoger 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
* remove obsolete test codeRoger Dingledine2003-05-01
* 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
* Basic diffie-helman wrappers with fixed modulus and testsNick Mathewson2003-05-01
* update based on discussions at discex iiiRoger Dingledine2003-04-25
* bugfix: a circ can't be youngest if it's still connecting to the first hopRoger Dingledine2003-04-20
* bugfix: refactor to always use circuit_removeRoger Dingledine2003-04-20
* bugfix: don't segfault if there's no valid circuit openRoger Dingledine2003-04-19
* update docs to reflect a bit more realityRoger Dingledine2003-04-18
* bugfix: only close old circuits if they have no connections!Roger Dingledine2003-04-18
* Adjust straggling users of payload fieldNick Mathewson2003-04-17
* Choose correct abstraction for topic_foo. Abstract random-integer codeNick Mathewson2003-04-17
* Use cell.topic* fields in ap_handshake_send_beginNick Mathewson2003-04-17
* Rebuild or and test binaries when a libor.a changes but or/*.c does not.Nick Mathewson2003-04-17
* Apply algebra; remove a conditionNick Mathewson2003-04-17
* tv_udiff: do not modify arguments, and compute results correctly.Nick Mathewson2003-04-17
* 17 does not divide 1024, but it can stomp some interesting pointers and segfa...Nick Mathewson2003-04-17
* Fix test.h to have once-only evalutation of argumentsNick Mathewson2003-04-17
* more cleanupRoger Dingledine2003-04-16
* further cleanup, test.c still has some bugsRoger Dingledine2003-04-16
* Factor out cell packing and unpackingNick Mathewson2003-04-16
* 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
* Factor out timeval-related functions.Nick Mathewson2003-04-16
* Remove the notion of "onion ciphers"; make packing and unpacking separate fnsNick Mathewson2003-04-16
* add missing prototypeRoger Dingledine2003-04-16