aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_ap.c
Commit message (Expand)AuthorAge
* Change many files to new log_fn formatNick Mathewson2003-06-17
* implement truncate and truncated (untested)Roger Dingledine2003-06-12
* fix design bug: circ->n_conn is shared among circs, so it can'tRoger Dingledine2003-05-27
* add circuit-level sendme relay cellsRoger Dingledine2003-05-20
* 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: don't segfault if there's no valid circuit openRoger Dingledine2003-04-19
* Choose correct abstraction for topic_foo. Abstract random-integer codeNick Mathewson2003-04-17
* Use cell.topic* fields in ap_handshake_send_beginNick Mathewson2003-04-17
* 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
* begin cells are now address:port, not address,portRoger Dingledine2003-04-05
* Add other side of half-open-connection logic (still disabledNick Mathewson2003-03-19
* Be clear about whether we are using half-open connectionsNick Mathewson2003-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
* Make ACI anti-collision logic work; make sure that cells are filled with 0s.Nick Mathewson2003-03-11
* 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
* expire unfinished handshakes tooRoger Dingledine2002-10-13
* cleanup and a variety of bugfixesRoger Dingledine2002-10-02
* cleanupRoger Dingledine2002-09-28
* mozilla actually cares about the reply versionRoger Dingledine2002-09-27
* support socks4 tooRoger Dingledine2002-09-27
* another bugfix on the proxy sideRoger 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
* synchronize to the version i've been giving people to testRoger Dingledine2002-09-19
* added 'connected' cell typeRoger Dingledine2002-09-17
* minor race conditionRoger Dingledine2002-09-09
* port is now kept in host order except in sin_portRoger 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