aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuit.c
Commit message (Expand)AuthorAge
* circuit-level sendmes weren't working, because the exitRoger Dingledine2004-04-08
* Launch intro services after launching connections; allow ORs to build circuit...Nick Mathewson2004-04-08
* Nothing is good enough for you, is it?Nick Mathewson2004-04-08
* Use CIRCUIT_IS_ORIGIN in favor of boolean circ->cpathNick Mathewson2004-04-08
* only call circuit_build_failed when we're circ's originRoger Dingledine2004-04-08
* Split out major functionality of circuit_get_best; rephrase a few booleansNick Mathewson2004-04-08
* don't pick myself or my twins as hops when building circuitsRoger Dingledine2004-04-07
* Carefully increment failure counts when appropriateNick Mathewson2004-04-07
* expire open-but-not-yet-acked circs if they're too oldRoger Dingledine2004-04-07
* convince ourselves that circuit_failed doesn't have to be any smarterRoger Dingledine2004-04-07
* Delete trailing whitespace and expand tabs; remove unused aes decrypt codeNick Mathewson2004-04-07
* let alice reuse recent rendjoin circsRoger Dingledine2004-04-07
* when counting how many being-built circs will handle a stream,Roger Dingledine2004-04-07
* alice just fetched bob's hidden webpage.Roger Dingledine2004-04-06
* set the circ windows on the middle hop of the rend circsRoger Dingledine2004-04-06
* checkpoint commit: rend closer to working, still not there yetRoger Dingledine2004-04-06
* Continue attack on magic numbers; use new crypto wrappers where possibleNick Mathewson2004-04-06
* make rend apconn send to the right cpath layerRoger Dingledine2004-04-05
* Make init_cpath_crypto able to handle both sides of handshake, by adding a "r...Nick Mathewson2004-04-05
* alice can now look up bob's service descriptor,Roger Dingledine2004-04-05
* nick, can you make and send the rendezvous cookie?Roger Dingledine2004-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
* Refactor the heck out of crypto interface: admit that we will stick with one ...Nick Mathewson2004-04-03
* alice can intercept y.onion requests, do a lookup on them via tor,Roger Dingledine2004-04-03
* Hide smartlist internalsNick Mathewson2004-04-03
* fix some bugs; more remainRoger Dingledine2004-04-03
* AP conns use conn->rend_query now tooRoger Dingledine2004-04-02
* Finish renaming rend_service fieldNick Mathewson2004-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
* Implement midpoint functionality for rendezvous points.Nick Mathewson2004-04-02
* For hidden services: handle INTRODUCE2, send ESTABLISH_INTRO, RENDEZVOUS1.Nick Mathewson2004-04-01
* alice chooses her rendezvous node from all running routersRoger Dingledine2004-04-01
* Finish implementing what-bob-does-on-INTRODUCE2Nick Mathewson2004-04-01
* let the circuit-launcher choose the exit node (if he wants)Roger Dingledine2004-04-01
* outline what bob does to initialize his hidden servicesRoger 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
* Make smartlist Do What Arma Expects.Nick Mathewson2004-03-30
* Add rendezvous-related metadata and code to circuits. Initially, weNick Mathewson2004-03-30
* use 'notice' loglevel for things the operator should hearRoger Dingledine2004-03-30
* Remove unused open circuits when there are too many, not when they are too old.Nick Mathewson2004-03-21
* Dont expire circuits we didnt originate. This may be redundant somehow, but ...Nick Mathewson2004-03-21
* Add a RunTesting option to try to learn link state by creating test circuits,...Nick Mathewson2004-03-21
* make servers not crash when they rep-hist-note circuits that don't start at themRoger Dingledine2004-03-20
* deal with hardware word alignmentRoger Dingledine2004-03-20
* Integrate the new "rephist" [rep(utation) hist(ory)] module to traceNick Mathewson2004-03-20
* clean up some presentation and commentsRoger Dingledine2004-03-18