aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuit.c
Commit message (Expand)AuthorAge
* stop the circuit_receive_relay_cell warningRoger Dingledine2004-05-02
* Remove IVs from cipher code, since AES-ctr has none.Nick Mathewson2004-04-28
* Make Tor build on win32 with VC6 without warnings.Nick Mathewson2004-04-28
* make my assumption explicitRoger Dingledine2004-04-27
* it was the second bug that was nailing us.Roger Dingledine2004-04-27
* don't expire joined-rend circs that have an exit connection attachedRoger Dingledine2004-04-27
* Refactor crypto error handling to be more like TLS error handling:Nick Mathewson2004-04-26
* since we don't support truncateds much, don't bother sending them;Roger Dingledine2004-04-26
* fix a bug that's been lurking since 27 may 03 (!)Roger Dingledine2004-04-26
* use tor_assertRoger Dingledine2004-04-25
* Remove onion_pkey from connection, since onion keys can change more often tha...Nick Mathewson2004-04-25
* tmp patch to also expire old clean rend_ready circs for nowRoger Dingledine2004-04-18
* if an intro circ waiting for an ack dies before getting one, thenRoger Dingledine2004-04-18
* log n_circ_ids when attaching rend streamsRoger Dingledine2004-04-17
* a ! goes a long way toward more helpful debug messagesRoger Dingledine2004-04-17
* more debugging to hunt for a bugRoger Dingledine2004-04-17
* i was wrong about one of my invariantsRoger Dingledine2004-04-16
* make unattached rend streams expire after a while (60s)Roger Dingledine2004-04-15
* prune abandoned circs betterRoger Dingledine2004-04-14
* Retry non-final-hop rendezvous failuresNick Mathewson2004-04-14
* call circuit_build_failed() even when the failure is immediateRoger Dingledine2004-04-14
* let introcircs receive acks. rend streams now deal correctly again.Roger Dingledine2004-04-13
* Separate "start-establishing-introduction" from "upload descriptors"; only up...Nick Mathewson2004-04-13
* clean up circuit rebuilding some; fix some bugs we hadn't hit yetRoger Dingledine2004-04-13
* Get the rest of intro-ack/nak handling in ... except for the tricky "pick a n...Nick Mathewson2004-04-13
* break circuit_build_needed_circs into its own funcRoger Dingledine2004-04-12
* expire old CIRCUIT_PURPOSE_C_REND_READY circs tooRoger Dingledine2004-04-09
* 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