aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuit.c
Commit message (Expand)AuthorAge
* bugfix: only close old circuits if they have no connections!Roger Dingledine2003-04-18
* Choose correct abstraction for topic_foo. Abstract random-integer codeNick Mathewson2003-04-17
* further cleanup, test.c still has some bugsRoger Dingledine2003-04-16
* Remove the last vestige of code that claims to know the inner structure of an...Nick 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
* divorce circuit building from user connectionsRoger Dingledine2003-04-16
* refactored some duplicate code into connection_edge.cRoger Dingledine2003-04-11
* Add magic to end of C files to make emacs happy; split test invocation into s...Nick Mathewson2003-04-07
* Make ACI anti-collision logic work; make sure that cells are filled with 0s.Nick Mathewson2003-03-11
* be less noisy at -l info, now that flow control bug is solvedRoger Dingledine2003-03-10
* minor code cleanupRoger Dingledine2003-03-05
* Bugfixes and enhancements in sendmes and dns farmRoger Dingledine2003-02-18
* 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
* give us more aci-spaceRoger Dingledine2002-12-30
* bugfix: couldn't send two creates, two datas, and the destroy all at onceRoger Dingledine2002-12-23
* onions go on and off the network correctly nowRoger Dingledine2002-12-03
* two more rare race conditionsRoger Dingledine2002-11-28
* create cells are now queued and processed only when idleRoger Dingledine2002-11-27
* Add convenience functions to wrap create and init for symmetric ciphers; clea...Nick Mathewson2002-10-02
* laying the groundwork for dynamic router listsRoger Dingledine2002-09-24
* kill -USR1 the or and it will dump conn/circuit stats to stdoutRoger Dingledine2002-09-21
* port is now kept in host order except in sin_portRoger Dingledine2002-08-24
* cleanup: don't use size_t when you mean intRoger Dingledine2002-08-24
* Changed crypto calls to go through common/crypto.[hc] instead of calling Open...Matej Pjafjar2002-08-22
* Code cleaned up to be less noisyRoger Dingledine2002-07-22
* Implemented router twinsRoger Dingledine2002-07-18
* Implemented congestion controlRoger Dingledine2002-07-18
* Implemented link padding and receiver token bucketsRoger Dingledine2002-07-16
* put in the support for 'router twins'Roger Dingledine2002-07-08
* general cleanupRoger Dingledine2002-07-05
* Integrated onion proxy into or/Roger Dingledine2002-07-02
* made 'app' connection be 'exit' connectionRoger Dingledine2002-06-30
* Initial revisionRoger Dingledine2002-06-26