aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
Commit message (Expand)AuthorAge
* let the circuit-launcher choose the exit node (if he wants)Roger Dingledine2004-04-01
* let alice recognize a y.onion address and, uhm, do somethingRoger Dingledine2004-04-01
* put in hooks for alice and bob logic when circuits finish/failRoger Dingledine2004-04-01
* allow conns to demand to be attached to a clean circuitRoger Dingledine2004-03-31
* Add an ap_bridge function to do a socketpair and skip socks.Roger Dingledine2004-03-31
* work around a tsocks bugRoger Dingledine2004-03-27
* deal with hardware word alignmentRoger Dingledine2004-03-20
* Integrate the new "rephist" [rep(utation) hist(ory)] module to traceNick Mathewson2004-03-20
* Use strmap code for client DNS.Nick Mathewson2004-03-20
* Make tor build on windows again. More work still neededNick Mathewson2004-03-09
* re-try streams at most 4 timesRoger Dingledine2004-03-07
* if a stream times out after 15s without a connected cell,Roger Dingledine2004-03-06
* holding until flush was borkedRoger Dingledine2004-03-03
* don't mark_for_close again when the destroy arrives after the end cellRoger Dingledine2004-03-03
* use conn->hold_open_until_flushed for streamsRoger Dingledine2004-03-03
* make socks5 not give a spurious warningRoger Dingledine2004-03-03
* Split out mark_for_close with circuits. Seems to work for me.Nick Mathewson2004-03-02
* Fix assertion failure spotted by arma.Nick Mathewson2004-03-02
* note an assert trigger bugRoger Dingledine2004-03-01
* fix duplicate call to connection_mark_for_closeRoger Dingledine2004-02-29
* bugfix: we were checking the wrong thing to see if 'reason'Roger Dingledine2004-02-29
* when a stream is 15s late, print out the circuit at -l warnRoger Dingledine2004-02-29
* create a separate connection_edge_destroy() functionRoger Dingledine2004-02-29
* bugfix: when we time out on a stream and detach, send an end firstRoger Dingledine2004-02-28
* clean up some log messages and severitiesRoger Dingledine2004-02-28
* some more small fixesRoger Dingledine2004-02-28
* Stop answering "end" with "end"Nick Mathewson2004-02-28
* Push responsibility for connection marking down as far as possible; have only...Nick Mathewson2004-02-28
* Make has_sent_end irrelevant: only try to send end if reason is nonzeroNick Mathewson2004-02-28
* patches/answers to nick's commitRoger Dingledine2004-02-27
* Refactor mark_for_close, connection_edge_end and friends. Now, everybodyNick Mathewson2004-02-27
* make 'connected' cells include the resolved IPRoger Dingledine2004-02-27
* 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