aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
Commit message (Expand)AuthorAge
* adding the reattach-after-timeout feature wasn't so easy after all.Roger Dingledine2004-02-18
* retry streams where the connected cell hasn't arrived in 15 secondsRoger Dingledine2004-02-17
* Propagate yes/no/maybe a little farther forward.Nick Mathewson2004-02-17
* Let AP edges receive 'end' relay cells while waiting for 'connected'Roger Dingledine2004-01-20
* add an ap_conn connecting state; report connecting delayRoger Dingledine2004-01-20
* fix assert trigger in serverRoger Dingledine2004-01-19
* split the token bucket into 'rate' and 'burst' paramsRoger Dingledine2004-01-10
* fix endian issue: rh.integrity was getting sent wrongRoger Dingledine2004-01-02
* stop a bug that straycat may have foundRoger Dingledine2004-01-01
* checkpoint: revamp relay cell packaging and handlingRoger Dingledine2003-12-23
* make sure there's no conflict when generating stream_idsRoger Dingledine2003-12-19
* make a relay_header_t struct and pack/unpack funcsRoger Dingledine2003-12-19
* remove trailing whitespaceRoger Dingledine2003-12-17
* infrastructure for integrity-checks in relay cellsRoger Dingledine2003-12-16
* move cell size to 512 bytesRoger Dingledine2003-12-16
* Resolve format warnings on MacOS X 10.3Nick Mathewson2003-12-16
* Make compile warning-free on cygwinNick Mathewson2003-12-15
* start tracking the 'It appears I've already sent the end' warningRoger Dingledine2003-12-14
* document aborted attempt to merge client dns cache with server dns cacheRoger Dingledine2003-12-14
* change dns notation from question/answer to address/addrRoger Dingledine2003-12-14
* start to track the 'unexpected relay cell' warningRoger Dingledine2003-12-14
* general cleanupsRoger Dingledine2003-12-07
* fix vicious bug in connection_ap_attach_pending that caused it toRoger Dingledine2003-12-03
* bugfix in exit node choice: we used to find the perfect exit node but ...Roger Dingledine2003-12-03
* start tracking a rare bug: package_raw_inbuf gets called with package_window 0Roger Dingledine2003-11-30
* stop complaining as loudly when a dns resolve failsRoger Dingledine2003-11-30
* Fix a few bugs in sending and receiving DNS resultsNick Mathewson2003-11-23
* Separate failure-count tracking from circuit-launching.Nick Mathewson2003-11-19
* use the tor_malloc_zero wrapperRoger Dingledine2003-11-18
* stop client_dns_clean from calling malloc(0)Roger Dingledine2003-11-18
* Fix bytesex issues on in.s_addrNick Mathewson2003-11-17
* continue the circuit_deliver_relay_cell forward-failure bughuntRoger Dingledine2003-11-17
* Fix a segfault caused by a weird logic error and masked by another.Nick Mathewson2003-11-17
* recognize in-progress circs and don't start redundant onesRoger Dingledine2003-11-17
* 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