summaryrefslogtreecommitdiff
path: root/src/or/connection_ap.c
AgeCommit message (Expand)Author
2003-09-12reshuffle functions for cleaner organizationRoger Dingledine
2003-09-08tls infrastructure now in place, give or takeRoger Dingledine
2003-06-25simplify fetch_from_buf; cull idle dnsworkers.Roger Dingledine
2003-06-17Change many files to new log_fn formatNick Mathewson
2003-06-12implement truncate and truncated (untested)Roger Dingledine
2003-05-27fix design bug: circ->n_conn is shared among circs, so it can'tRoger Dingledine
2003-05-20add circuit-level sendme relay cellsRoger Dingledine
2003-05-02streams are now 8 bytes, and are recognized by intermediate hopsRoger Dingledine
2003-05-01cpath is now a doubly linked list, not an arrayRoger Dingledine
2003-05-01terminology shift: data->relay, topic->relay, topic->streamRoger Dingledine
2003-04-19bugfix: don't segfault if there's no valid circuit openRoger Dingledine
2003-04-17Choose correct abstraction for topic_foo. Abstract random-integer codeNick Mathewson
2003-04-17Use cell.topic* fields in ap_handshake_send_beginNick Mathewson
2003-04-16divorce circuit building from user connectionsRoger Dingledine
2003-04-11refactored some duplicate code into connection_edge.cRoger Dingledine
2003-04-07Add magic to end of C files to make emacs happy; split test invocation into s...Nick Mathewson
2003-04-05begin cells are now address:port, not address,portRoger Dingledine
2003-03-19Add other side of half-open-connection logic (still disabledNick Mathewson
2003-03-19Be clear about whether we are using half-open connectionsNick Mathewson
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-17Add code for end-to-end zlib compression. Still needs flow-controlNick Mathewson
2003-03-11Make ACI anti-collision logic work; make sure that cells are filled with 0s.Nick Mathewson
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-09-28cleanupRoger Dingledine
2002-09-27mozilla actually cares about the reply versionRoger Dingledine
2002-09-27support socks4 tooRoger Dingledine
2002-09-26another bugfix on the proxy sideRoger Dingledine
2002-09-24laying the groundwork for dynamic router listsRoger Dingledine
2002-09-23more robust when only some of the socks info has arrivedRoger Dingledine
2002-09-22onion proxy now speaks socks4aRoger Dingledine
2002-09-19synchronize to the version i've been giving people to testRoger Dingledine
2002-09-17added 'connected' cell typeRoger Dingledine
2002-09-09minor race conditionRoger Dingledine
2002-08-24port is now kept in host order except in sin_portRoger Dingledine
2002-08-22Changed crypto calls to go through common/crypto.[hc] instead of calling Open...Matej Pjafjar
2002-07-22Code cleaned up to be less noisyRoger Dingledine
2002-07-18Implemented router twinsRoger Dingledine
2002-07-18Implemented congestion controlRoger Dingledine
2002-07-16Implemented link padding and receiver token bucketsRoger Dingledine
2002-07-08put in the support for 'router twins'Roger Dingledine
2002-07-05general cleanupRoger Dingledine
2002-07-02Integrated onion proxy into or/Roger Dingledine