aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuit.c
Commit message (Expand)AuthorAge
* 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
* bugfix: address that strcat vulnerability in circuit.cRoger Dingledine2004-03-14
* Make tor build on windows again. More work still neededNick Mathewson2004-03-09
* reenable part of assert_circuit_ok, leave some still disabledRoger Dingledine2004-03-03
* Fix (maybe) assert_circuit_ok. leave it disabled till arma confirmsNick Mathewson2004-03-03
* Nth time is the charm on list manip.Nick Mathewson2004-03-03
* fix a pair of lurking segfaultsRoger Dingledine2004-03-02
* Split out mark_for_close with circuits. Seems to work for me.Nick Mathewson2004-03-02
* print a statement when the first circ is finished,Roger Dingledine2004-02-29
* create a separate connection_edge_destroy() functionRoger Dingledine2004-02-29
* clean up some log messages and severitiesRoger Dingledine2004-02-28
* if a relay cell is unrecognized at the end of the circuit,Roger Dingledine2004-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
* clean up an ia64 warningRoger Dingledine2004-02-27
* Basic RAM poisoning and magic-checking to notice connection and circuitNick Mathewson2004-02-25
* adding the reattach-after-timeout feature wasn't so easy after all.Roger Dingledine2004-02-18
* Propagate yes/no/maybe a little farther forward.Nick Mathewson2004-02-17
* turn some knobs, add more debuggingRoger Dingledine2004-01-30
* add an ap_conn connecting state; report connecting delayRoger Dingledine2004-01-20
* fix endian issue: rh.integrity was getting sent wrongRoger Dingledine2004-01-02
* make loglevel info less noisyRoger Dingledine2003-12-30
* randomize the initial circ_id and stream_id, so an adversary whoRoger Dingledine2003-12-28