aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
Commit message (Expand)AuthorAge
* 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
* fix endian issues for topics -- they might work on bsd nowRoger Dingledine2003-02-06
* make reusing circuits work (and be the default)Roger Dingledine2003-02-06
* major overhaul: dns slave subsystem, topicsRoger Dingledine2003-01-26
* use a rbtree for replay detection, rather than linear searchRoger Dingledine2002-12-31
* onions go on and off the network correctly nowRoger Dingledine2002-12-03
* create cells are now queued and processed only when idleRoger Dingledine2002-11-27
* per-second cell statistics to help with profilingRoger Dingledine2002-11-24
* added OnionsPerSecond to prevent create floodingRoger Dingledine2002-11-23
* remove popt dependency, consolidate config stuffRoger Dingledine2002-11-23
* cleanup and a variety of bugfixesRoger Dingledine2002-10-02
* Add convenience functions to wrap create and init for symmetric ciphers; clea...Nick Mathewson2002-10-02
* cell now has a network appearance and an internal (struct) appearanceRoger Dingledine2002-10-02
* introduced a periodic keepalive padding cellRoger Dingledine2002-10-01
* more robust http(ish) handlingRoger Dingledine2002-09-28
* catch hup to reload directory/router listRoger Dingledine2002-09-28
* cleanupRoger Dingledine2002-09-28
* dirserver should include itself in the directoryRoger Dingledine2002-09-26
* directory servers in and functionalRoger Dingledine2002-09-26
* laying the groundwork for dynamic router listsRoger Dingledine2002-09-24
* more robust when only some of the socks info has arrivedRoger Dingledine2002-09-23
* onion proxy now speaks socks4aRoger Dingledine2002-09-22
* kill -USR1 the or and it will dump conn/circuit stats to stdoutRoger Dingledine2002-09-21
* synchronize to the version i've been giving people to testRoger Dingledine2002-09-19
* added 'connected' cell typeRoger Dingledine2002-09-17