aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
Commit message (Expand)AuthorAge
* more futzing towards tlsRoger Dingledine2003-09-07
* clean read_to_buf moreRoger Dingledine2003-09-05
* general cleanup and reabstraction, to prepare for tlsRoger Dingledine2003-09-05
* make the conn->package_window bug go away.Roger Dingledine2003-08-25
* Attempt to track down bug in conn->package_windowNick Mathewson2003-08-25
* remove duplicate packagewindow-checking code,Roger Dingledine2003-08-23
* implemented cpuworkersRoger Dingledine2003-08-20
* Attempt to make sockets code work right on windows.Nick Mathewson2003-08-14
* Start of port to win32. Missing are:Nick Mathewson2003-08-12
* src/orNick Mathewson2003-07-30
* implemented total read rate limitingRoger Dingledine2003-07-05
* fix many bugs in package_window handlingRoger Dingledine2003-07-03
* simplify fetch_from_buf; cull idle dnsworkers.Roger Dingledine2003-06-25
* clean out some old commentsRoger Dingledine2003-06-24
* Change many files to new log_fn formatNick Mathewson2003-06-17
* overhaul the dns farm: cut its size in halfRoger Dingledine2003-06-17
* remove on-the-fly compression featureRoger Dingledine2003-06-13
* improve portability: inet_aton is missing on solarisRoger Dingledine2003-06-13
* implement truncate and truncated (untested)Roger Dingledine2003-06-12
* OPport is gone. So is conn type OP.Roger Dingledine2003-05-28
* 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