aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
Commit message (Expand)AuthorAge
* Set routerinfo->addr properly for own routerinfo; do casei routerinfo compareNick Mathewson2004-04-06
* Set correct address and port mappings on outgoing rendezvous connectionsNick Mathewson2004-04-06
* alice just fetched bob's hidden webpage.Roger Dingledine2004-04-06
* checkpoint commit: rend closer to working, still not there yetRoger Dingledine2004-04-06
* don't detach-and-retry rendezvous streamsRoger Dingledine2004-04-05
* oaep uses 42 more bytes -- stop clobbering buffersRoger Dingledine2004-04-05
* strdup the intro point when you pick it, so youRoger Dingledine2004-04-05
* complain early if we get an unrecognized nickname fromRoger Dingledine2004-04-05
* if a rend stream has already been attached to a rend circ,Roger Dingledine2004-04-05
* more alice-side infrastructureRoger Dingledine2004-04-05
* alice can now look up bob's service descriptor,Roger Dingledine2004-04-05
* Implement acksNick Mathewson2004-04-03
* Handle rendezvous relay cellsNick Mathewson2004-04-03
* Use (set|get)_uint(16|32) in lieu of memcpy where reasonable.Nick Mathewson2004-04-03
* more progress on alice's sideRoger Dingledine2004-04-03
* alice can intercept y.onion requests, do a lookup on them via tor,Roger Dingledine2004-04-03
* fix some bugs; more remainRoger Dingledine2004-04-03
* AP conns use conn->rend_query now tooRoger Dingledine2004-04-02
* break out circ->rend_serviceRoger Dingledine2004-04-02
* refactor; start adding debugging logs to midpoint rend stuffNick Mathewson2004-04-02
* now circuit_get_newest returns an appropriate circ for your purposeRoger Dingledine2004-04-02
* alice chooses her rendezvous node from all running routersRoger Dingledine2004-04-01
* 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