summaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
AgeCommit message (Expand)Author
2004-04-07mark a rend circ dirty when you attach to itRoger Dingledine
2004-04-06Set routerinfo->addr properly for own routerinfo; do casei routerinfo compareNick Mathewson
2004-04-06Set correct address and port mappings on outgoing rendezvous connectionsNick Mathewson
2004-04-06alice just fetched bob's hidden webpage.Roger Dingledine
2004-04-06checkpoint commit: rend closer to working, still not there yetRoger Dingledine
2004-04-05don't detach-and-retry rendezvous streamsRoger Dingledine
2004-04-05oaep uses 42 more bytes -- stop clobbering buffersRoger Dingledine
2004-04-05strdup the intro point when you pick it, so youRoger Dingledine
2004-04-05complain early if we get an unrecognized nickname fromRoger Dingledine
2004-04-05if a rend stream has already been attached to a rend circ,Roger Dingledine
2004-04-05more alice-side infrastructureRoger Dingledine
2004-04-05alice can now look up bob's service descriptor,Roger Dingledine
2004-04-03Implement acksNick Mathewson
2004-04-03Handle rendezvous relay cellsNick Mathewson
2004-04-03Use (set|get)_uint(16|32) in lieu of memcpy where reasonable.Nick Mathewson
2004-04-03more progress on alice's sideRoger Dingledine
2004-04-03alice can intercept y.onion requests, do a lookup on them via tor,Roger Dingledine
2004-04-03fix some bugs; more remainRoger Dingledine
2004-04-02AP conns use conn->rend_query now tooRoger Dingledine
2004-04-02break out circ->rend_serviceRoger Dingledine
2004-04-02refactor; start adding debugging logs to midpoint rend stuffNick Mathewson
2004-04-02now circuit_get_newest returns an appropriate circ for your purposeRoger Dingledine
2004-04-01alice chooses her rendezvous node from all running routersRoger Dingledine
2004-04-01let the circuit-launcher choose the exit node (if he wants)Roger Dingledine
2004-04-01let alice recognize a y.onion address and, uhm, do somethingRoger Dingledine
2004-04-01put in hooks for alice and bob logic when circuits finish/failRoger Dingledine
2004-03-31allow conns to demand to be attached to a clean circuitRoger Dingledine
2004-03-31Add an ap_bridge function to do a socketpair and skip socks.Roger Dingledine
2004-03-27work around a tsocks bugRoger Dingledine
2004-03-20deal with hardware word alignmentRoger Dingledine
2004-03-20Integrate the new "rephist" [rep(utation) hist(ory)] module to traceNick Mathewson
2004-03-20Use strmap code for client DNS.Nick Mathewson
2004-03-09Make tor build on windows again. More work still neededNick Mathewson
2004-03-07re-try streams at most 4 timesRoger Dingledine
2004-03-06if a stream times out after 15s without a connected cell,Roger Dingledine
2004-03-03holding until flush was borkedRoger Dingledine
2004-03-03don't mark_for_close again when the destroy arrives after the end cellRoger Dingledine
2004-03-03use conn->hold_open_until_flushed for streamsRoger Dingledine
2004-03-03make socks5 not give a spurious warningRoger Dingledine
2004-03-02Split out mark_for_close with circuits. Seems to work for me.Nick Mathewson
2004-03-02Fix assertion failure spotted by arma.Nick Mathewson
2004-03-01note an assert trigger bugRoger Dingledine
2004-02-29fix duplicate call to connection_mark_for_closeRoger Dingledine
2004-02-29bugfix: we were checking the wrong thing to see if 'reason'Roger Dingledine
2004-02-29when a stream is 15s late, print out the circuit at -l warnRoger Dingledine
2004-02-29create a separate connection_edge_destroy() functionRoger Dingledine
2004-02-28bugfix: when we time out on a stream and detach, send an end firstRoger Dingledine
2004-02-28clean up some log messages and severitiesRoger Dingledine
2004-02-28some more small fixesRoger Dingledine
2004-02-28Stop answering "end" with "end"Nick Mathewson