summaryrefslogtreecommitdiff
path: root/src/or/connection.c
AgeCommit message (Expand)Author
2003-08-23remove duplicate packagewindow-checking code,Roger Dingledine
2003-08-20implemented cpuworkersRoger Dingledine
2003-08-14Attempt to make sockets code work right on windows.Nick Mathewson
2003-08-12Start of port to win32. Missing are:Nick Mathewson
2003-07-30src/orNick Mathewson
2003-07-05implemented total read rate limitingRoger Dingledine
2003-07-03fix many bugs in package_window handlingRoger Dingledine
2003-06-25simplify fetch_from_buf; cull idle dnsworkers.Roger Dingledine
2003-06-24clean out some old commentsRoger Dingledine
2003-06-17Change many files to new log_fn formatNick Mathewson
2003-06-17overhaul the dns farm: cut its size in halfRoger Dingledine
2003-06-13remove on-the-fly compression featureRoger Dingledine
2003-06-13improve portability: inet_aton is missing on solarisRoger Dingledine
2003-06-12implement truncate and truncated (untested)Roger Dingledine
2003-05-28OPport is gone. So is conn type OP.Roger Dingledine
2003-05-20add circuit-level sendme relay cellsRoger Dingledine
2003-05-05incremental path building in; uses ephemeral DH; onions are goneRoger Dingledine
2003-05-02streams are now 8 bytes, and are recognized by intermediate hopsRoger Dingledine
2003-05-01terminology shift: data->relay, topic->relay, topic->streamRoger Dingledine
2003-04-17Adjust straggling users of payload fieldNick Mathewson
2003-04-17Choose correct abstraction for topic_foo. Abstract random-integer codeNick Mathewson
2003-04-16Factor out cell packing and unpackingNick Mathewson
2003-04-16Factor out timeval-related functions.Nick Mathewson
2003-04-15Introduce a few unit tests (from older code), refactor compression setup/tear...Nick Mathewson
2003-04-11refactored some duplicate code into connection_edge.cRoger Dingledine
2003-04-08bugfix: make onion proxies actually obey their requested bandwidthRoger Dingledine
2003-04-07Add magic to end of C files to make emacs happy; split test invocation into s...Nick Mathewson
2003-03-24get rid of those nasty tabsRoger Dingledine
2003-03-24fix rare race conditionRoger Dingledine
2003-03-19Be loud when decompressingNick Mathewson
2003-03-19fix arg bug; reduce confusion in package_raw_inbufRoger Dingledine
2003-03-19Finish zlib and half-open; switch to 3des (ede/ofb)Nick Mathewson
2003-03-18greatly simplify this notion of 'roles':Roger Dingledine
2003-03-17Do not uncompress from z_outbuf to outbuf unless outbuf is less than maximal...Nick Mathewson
2003-03-17Add code for end-to-end zlib compression. Still needs flow-controlNick Mathewson
2003-03-12respond to nick's question about link paddingRoger Dingledine
2003-03-11Make ACI anti-collision logic work; make sure that cells are filled with 0s.Nick Mathewson
2003-03-11lazy (just in time) directory rebuildingRoger Dingledine
2003-03-05minor code cleanupRoger Dingledine
2003-02-28when we had multiple conns on a circuit, we'd tell the wrongRoger Dingledine
2003-02-18Bugfixes and enhancements in sendmes and dns farmRoger Dingledine
2003-02-06fix endian issues for topics -- they might work on bsd nowRoger Dingledine
2003-02-06make reusing circuits work (and be the default)Roger Dingledine
2003-01-26major overhaul: dns slave subsystem, topicsRoger Dingledine
2002-10-13expire unfinished handshakes tooRoger Dingledine
2002-10-02cleanup and a variety of bugfixesRoger Dingledine
2002-10-02cell now has a network appearance and an internal (struct) appearanceRoger Dingledine
2002-10-02all listeners listen on 0.0.0.0 except AP which listens on 127.0.0.1Roger Dingledine
2002-10-01introduced a periodic keepalive padding cellRoger Dingledine
2002-09-28more robust http(ish) handlingRoger Dingledine