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