aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuit.c
Commit message (Expand)AuthorAge
* bugfix: onion pending queue now worksRoger Dingledine2003-09-14
* Attempt to track down bug in conn->package_windowNick Mathewson2003-08-25
* better log output for debuggingRoger Dingledine2003-08-11
* Fix typo: ports are 16 bits.Nick Mathewson2003-08-11
* src/orNick Mathewson2003-07-30
* fix many bugs in package_window handlingRoger Dingledine2003-07-03
* slightly happier on 64-bit archsRoger Dingledine2003-06-24
* Remove false warnings from printf checksNick Mathewson2003-06-21
* Change many files to new log_fn formatNick Mathewson2003-06-17
* relay queues are obsolete (woo!)Roger Dingledine2003-06-13
* implement truncate and truncated (untested)Roger Dingledine2003-06-12
* bugfix: it was expiring circuits that still had active connectionsRoger Dingledine2003-06-01
* OPport is gone. So is conn type OP.Roger Dingledine2003-05-28
* bugfixRoger 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
* 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
* 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
* 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: 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