aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_exit.c
Commit message (Expand)AuthorAge
* Add empty statement to suppress gcc warning about label at end of compount st...Nick Mathewson2003-08-14
* Attempt to make sockets code work right on windows.Nick Mathewson2003-08-14
* start refactoring dnsworker so testing won't be so darn hardRoger Dingledine2003-08-14
* Start of port to win32. Missing are:Nick Mathewson2003-08-12
* Change many files to new log_fn formatNick Mathewson2003-06-17
* 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
* terminology shift: data->relay, topic->relay, topic->streamRoger Dingledine2003-05-01
* refactored some duplicate code into connection_edge.cRoger Dingledine2003-04-11
* put most of the remaining exit policy stuff inRoger Dingledine2003-04-08
* 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
* get rid of those nasty tabsRoger Dingledine2003-03-24
* Be loud when decompressingNick Mathewson2003-03-19
* 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
* Add code for end-to-end zlib compression. Still needs flow-controlNick Mathewson2003-03-17
* Bugfixes and enhancements in sendmes and dns farmRoger Dingledine2003-02-18
* rudimentary dns caching (of both resolves and resolve failures)Roger Dingledine2003-02-14
* minor fixRoger Dingledine2003-02-14
* 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
* fixed rare race conditionRoger Dingledine2002-11-24
* cleanup and a variety of bugfixesRoger Dingledine2002-10-02
* handle banners from the server sideRoger Dingledine2002-10-01
* directory servers in and functionalRoger Dingledine2002-09-26
* onion proxy now speaks socks4aRoger Dingledine2002-09-22
* added 'connected' cell typeRoger Dingledine2002-09-17
* port is now kept in host order except in sin_portRoger Dingledine2002-08-24
* Implemented congestion controlRoger Dingledine2002-07-18
* Implemented link padding and receiver token bucketsRoger Dingledine2002-07-16
* fixed the deadlock bugRoger Dingledine2002-07-10
* a patch for mat's patchRoger Dingledine2002-07-10
* Bugfix : connection_exit_process_data_cell() quit after receiving the SS, wit...Matej Pjafjar2002-07-10
* general cleanupRoger Dingledine2002-07-05
* Integrated onion proxy into or/Roger Dingledine2002-07-02
* made 'app' connection be 'exit' connectionRoger Dingledine2002-06-30