summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2003-05-09removed obsolete version.hRoger Dingledine
2003-05-09Routerinfos are no longer linkedNick Mathewson
2003-05-09We cant recognize ourself until we resolve all the routers.Nick Mathewson
2003-05-09more debugging on build_directoryNick Mathewson
2003-05-09more debugging on build_directoryNick Mathewson
2003-05-09Thats the letter I and the number 2. (Apologies to Negativland)Nick Mathewson
2003-05-08Get directories working.Nick Mathewson
2003-05-08(possibly incorrect) code to make routers get resolved when they'reNick Mathewson
2003-05-08Call the right signed-directory functions; try to describe the difference bet...Nick Mathewson
2003-05-07sign directories with the signing keyRoger Dingledine
2003-05-07hints for nick on where to integrateRoger Dingledine
2003-05-07Do not replace old directory if new one is invalidNick Mathewson
2003-05-07Tested backends for directory signing and checking. Directory parser complet...Nick Mathewson
2003-05-07fix double-semicolon parse errorRoger Dingledine
2003-05-07Decrease DH group length to 1024. (Roger, you may want to read section 1 of ...Nick Mathewson
2003-05-07More work on directories. Signed directories not yet tested. No support for ...Nick Mathewson
2003-05-06Refactor directories; add unit tests; add router keywordNick Mathewson
2003-05-06put some symbolic constants to the onion skin lengthsRoger Dingledine
2003-05-05incremental path building in; uses ephemeral DH; onions are goneRoger Dingledine
2003-05-05Tests, headers, and debugging for onion skin backendNick Mathewson
2003-05-02streams are now 8 bytes, and are recognized by intermediate hopsRoger Dingledine
2003-05-01remove obsolete test codeRoger Dingledine
2003-05-01cpath is now a doubly linked list, not an arrayRoger Dingledine
2003-05-01Implement core of onion-skin-based handshakeNick Mathewson
2003-05-01terminology shift: data->relay, topic->relay, topic->streamRoger Dingledine
2003-05-01Basic diffie-helman wrappers with fixed modulus and testsNick Mathewson
2003-04-20bugfix: a circ can't be youngest if it's still connecting to the first hopRoger Dingledine
2003-04-20bugfix: refactor to always use circuit_removeRoger Dingledine
2003-04-19bugfix: don't segfault if there's no valid circuit openRoger Dingledine
2003-04-18bugfix: only close old circuits if they have no connections!Roger Dingledine
2003-04-17Adjust straggling users of payload fieldNick Mathewson
2003-04-17Choose correct abstraction for topic_foo. Abstract random-integer codeNick Mathewson
2003-04-17Use cell.topic* fields in ap_handshake_send_beginNick Mathewson
2003-04-17Rebuild or and test binaries when a libor.a changes but or/*.c does not.Nick Mathewson
2003-04-1717 does not divide 1024, but it can stomp some interesting pointers and segfa...Nick Mathewson
2003-04-16further cleanup, test.c still has some bugsRoger Dingledine
2003-04-16Factor out cell packing and unpackingNick Mathewson
2003-04-16Remove the last vestige of code that claims to know the inner structure of an...Nick Mathewson
2003-04-16bugfix: make onions work againRoger Dingledine
2003-04-16Factor out timeval-related functions.Nick Mathewson
2003-04-16Remove the notion of "onion ciphers"; make packing and unpacking separate fnsNick Mathewson
2003-04-16add missing prototypeRoger Dingledine
2003-04-16Tests for crypto; more tests for buffersNick Mathewson
2003-04-16divorce circuit building from user connectionsRoger Dingledine
2003-04-15Introduce a few unit tests (from older code), refactor compression setup/tear...Nick Mathewson
2003-04-11make it work (heh)Roger Dingledine
2003-04-11refactored some duplicate code into connection_edge.cRoger Dingledine
2003-04-08bugfix: make onion proxies actually obey their requested bandwidthRoger Dingledine
2003-04-08put most of the remaining exit policy stuff inRoger Dingledine
2003-04-07First test addedNick Mathewson