aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
Commit message (Expand)AuthorAge
* add circuit-level sendme relay cellsRoger Dingledine2003-05-20
* 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
* terminology shift: data->relay, topic->relay, topic->streamRoger Dingledine2003-05-01
* Adjust straggling users of payload fieldNick Mathewson2003-04-17
* 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
* Introduce a few unit tests (from older code), refactor compression setup/tear...Nick Mathewson2003-04-15
* refactored some duplicate code into connection_edge.cRoger Dingledine2003-04-11
* bugfix: make onion proxies actually obey their requested bandwidthRoger Dingledine2003-04-08
* Add magic to end of C files to make emacs happy; split test invocation into s...Nick Mathewson2003-04-07
* get rid of those nasty tabsRoger Dingledine2003-03-24
* fix rare race conditionRoger Dingledine2003-03-24
* Be loud when decompressingNick Mathewson2003-03-19
* fix arg bug; reduce confusion in package_raw_inbufRoger 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
* Do not uncompress from z_outbuf to outbuf unless outbuf is less than maximal...Nick Mathewson2003-03-17
* Add code for end-to-end zlib compression. Still needs flow-controlNick Mathewson2003-03-17
* respond to nick's question about link paddingRoger Dingledine2003-03-12
* Make ACI anti-collision logic work; make sure that cells are filled with 0s.Nick Mathewson2003-03-11
* lazy (just in time) directory rebuildingRoger Dingledine2003-03-11
* minor code cleanupRoger Dingledine2003-03-05
* when we had multiple conns on a circuit, we'd tell the wrongRoger Dingledine2003-02-28
* 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
* cell now has a network appearance and an internal (struct) appearanceRoger Dingledine2002-10-02
* all listeners listen on 0.0.0.0 except AP which listens on 127.0.0.1Roger Dingledine2002-10-02
* introduced a periodic keepalive padding cellRoger Dingledine2002-10-01
* more robust http(ish) handlingRoger Dingledine2002-09-28
* cleanupRoger Dingledine2002-09-28
* directory servers in and functionalRoger Dingledine2002-09-26
* laying the groundwork for dynamic router listsRoger Dingledine2002-09-24
* onion proxy now speaks socks4aRoger Dingledine2002-09-22
* kill -USR1 the or and it will dump conn/circuit stats to stdoutRoger Dingledine2002-09-21
* added 'connected' cell typeRoger Dingledine2002-09-17
* minor race conditionRoger Dingledine2002-09-09
* onion proxies now work (i think)Roger Dingledine2002-09-04
* resolve warningsRoger Dingledine2002-09-03
* enforce maxconn; bugfix to not tear down the parent when we hit maxconnRoger Dingledine2002-09-03
* more debugging info, to track down bruce's IP problemsRoger Dingledine2002-08-27
* we now encrypt the entire cell on the link, not just the headerRoger Dingledine2002-08-24
* port is now kept in host order except in sin_portRoger Dingledine2002-08-24
* cleaned up new_route()Roger Dingledine2002-08-23
* Changed crypto calls to go through common/crypto.[hc] instead of calling Open...Matej Pjafjar2002-08-22