aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
Commit message (Expand)AuthorAge
* Reorder connection_or and make unexported functions static. Partially conver...Nick Mathewson2003-06-21
* remove obsolete ss.hRoger Dingledine2003-06-18
* overhaul the dns farm: cut its size in halfRoger Dingledine2003-06-17
* remove on-the-fly compression featureRoger Dingledine2003-06-13
* relay queues are obsolete (woo!)Roger Dingledine2003-06-13
* implement truncate and truncated (untested)Roger Dingledine2003-06-12
* OPport is gone. So is conn type OP.Roger Dingledine2003-05-28
* fix design bug: circ->n_conn is shared among circs, so it can'tRoger Dingledine2003-05-27
* remove dead codeRoger Dingledine2003-05-20
* add circuit-level sendme relay cellsRoger Dingledine2003-05-20
* work on versioning; new log_fn functionNick Mathewson2003-05-09
* removed obsolete version.hRoger Dingledine2003-05-09
* Routerinfos are no longer linkedNick Mathewson2003-05-09
* (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
* sign directories with the signing keyRoger Dingledine2003-05-07
* Tested backends for directory signing and checking. Directory parser complet...Nick Mathewson2003-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
* 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
* terminology shift: data->relay, topic->relay, topic->streamRoger Dingledine2003-05-01
* Choose correct abstraction for topic_foo. Abstract random-integer codeNick Mathewson2003-04-17
* Factor out cell packing and unpackingNick Mathewson2003-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
* divorce circuit building from user connectionsRoger Dingledine2003-04-16
* Introduce a few unit tests (from older code), refactor compression setup/tear...Nick Mathewson2003-04-15
* make it work (heh)Roger Dingledine2003-04-11
* refactored some duplicate code into connection_edge.cRoger Dingledine2003-04-11
* put most of the remaining exit policy stuff inRoger Dingledine2003-04-08
* parse exit policy linesRoger Dingledine2003-04-07
* Add magic to end of C files to make emacs happy; split test invocation into s...Nick Mathewson2003-04-07
* move cell size to 256. seems to work (?)Roger Dingledine2003-03-24
* fix rare race conditionRoger Dingledine2003-03-24
* kludge because openssl and zlib both typedef free_func :(Roger Dingledine2003-03-19
* Finish zlib and half-open; switch to 3des (ede/ofb)Nick Mathewson2003-03-19
* greatly simplify this notion of 'roles':Roger Dingledine2003-03-18
* Add code for end-to-end zlib compression. Still needs flow-controlNick Mathewson2003-03-17
* lazy (just in time) directory rebuildingRoger Dingledine2003-03-11
* clean out obsolete cell typesRoger Dingledine2003-03-07
* minor code cleanupRoger Dingledine2003-03-05
* let up on the bandwidth constraintsRoger Dingledine2003-02-18
* Bugfixes and enhancements in sendmes and dns farmRoger Dingledine2003-02-18
* rudimentary dns caching (of both resolves and resolve failures)Roger Dingledine2003-02-14