aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
Commit message (Expand)AuthorAge
...
* bugfixesRoger Dingledine2003-11-16
* change when circuits are built and expiredRoger Dingledine2003-11-16
* initial patches on patchesRoger Dingledine2003-11-16
* Finish implementing the rest of the exitpolicy stuff, except for automaticall...Nick Mathewson2003-11-16
* Improved exit policy syntax; basic client-side DNS caching.Nick Mathewson2003-11-14
* connection_ap_handshake_send_begin always succeedsRoger Dingledine2003-11-12
* Make crypto_pseudo_rand* never fail.Nick Mathewson2003-11-12
* point out bugRoger Dingledine2003-11-11
* leave conn->socks_request around after the beginRoger Dingledine2003-11-11
* conn->socks_version is obsoleteRoger Dingledine2003-11-11
* respond to nick's questionsRoger Dingledine2003-11-11
* Rename aci to circ_id throughout.Nick Mathewson2003-11-11
* Make AP connections wait for a circuit if none exists.Nick Mathewson2003-11-11
* client now survives going offline betterRoger Dingledine2003-11-10
* play with connection_edge_send_commandRoger Dingledine2003-10-22
* make end relay cells have payloadsRoger Dingledine2003-10-22
* send the end cell when we realize we're going to end,Roger Dingledine2003-10-21
* clean up logging, allow user to specify log filesRoger Dingledine2003-10-15
* i'm a little teapot, short and stoutRoger Dingledine2003-10-14
* fix segfault (connecting to dirserver when network is down)Roger Dingledine2003-10-13
* change WARNING to WARNRoger Dingledine2003-10-10
* Refactor, rename, and clarifyNick Mathewson2003-10-09
* 0.0.2pre11, new licenseRoger Dingledine2003-10-08
* Update LICENSE and copyright dates.Nick Mathewson2003-10-08
* no need to trigger an assert if socks handshake is malformedRoger Dingledine2003-10-06
* refactor around connection_edge_send_command()Roger Dingledine2003-10-04
* wrap strdup; prefer time() to gettimeofday()Roger Dingledine2003-10-04
* refactor so connection_write_to_buf() never failsRoger Dingledine2003-10-04
* socks5 now worksRoger Dingledine2003-10-04
* Add new cell fullness and bandwidth stats.Nick Mathewson2003-10-02
* clean up receiver buckets; prepare for payloads in relay_end; note a few bugsRoger Dingledine2003-09-27
* connection_new() can't ever failRoger Dingledine2003-09-27
* first pass: obey log conventionRoger Dingledine2003-09-26
* Refactor buffers; implement descriptors.Nick Mathewson2003-09-25
* bugfixes and note missing featuresRoger Dingledine2003-09-21
* leave the socks handshake on the inbuf until it's completeRoger Dingledine2003-09-18
* bugfixes and refactoringsRoger Dingledine2003-09-16
* clean up exported api'sRoger Dingledine2003-09-16
* refactor connects into connection_connect()Roger Dingledine2003-09-16
* bugfix: onion pending queue now worksRoger Dingledine2003-09-14
* reshuffle functions for cleaner organizationRoger Dingledine2003-09-12
* Attempt to make sockets code work right on windows.Nick Mathewson2003-08-14
* Start of port to win32. Missing are:Nick Mathewson2003-08-12
* fix many bugs in package_window handlingRoger Dingledine2003-07-03
* bugfix: a connection-level sendme cell would cause a connection to startRoger Dingledine2003-06-28
* if stream ends before resolve finishes, inform resolverRoger Dingledine2003-06-27
* Change many files to new log_fn formatNick Mathewson2003-06-17
* remove on-the-fly compression featureRoger Dingledine2003-06-13
* implement truncate and truncated (untested)Roger Dingledine2003-06-12
* add circuit-level sendme relay cellsRoger Dingledine2003-05-20