| Commit message (Expand) | Author | Age |
* | stop the circuit_receive_relay_cell warning | Roger Dingledine | 2004-05-02 |
* | Remove IVs from cipher code, since AES-ctr has none. | Nick Mathewson | 2004-04-28 |
* | Make Tor build on win32 with VC6 without warnings. | Nick Mathewson | 2004-04-28 |
* | make my assumption explicit | Roger Dingledine | 2004-04-27 |
* | it was the second bug that was nailing us. | Roger Dingledine | 2004-04-27 |
* | don't expire joined-rend circs that have an exit connection attached | Roger Dingledine | 2004-04-27 |
* | Refactor crypto error handling to be more like TLS error handling: | Nick Mathewson | 2004-04-26 |
* | since we don't support truncateds much, don't bother sending them; | Roger Dingledine | 2004-04-26 |
* | fix a bug that's been lurking since 27 may 03 (!) | Roger Dingledine | 2004-04-26 |
* | use tor_assert | Roger Dingledine | 2004-04-25 |
* | Remove onion_pkey from connection, since onion keys can change more often tha... | Nick Mathewson | 2004-04-25 |
* | tmp patch to also expire old clean rend_ready circs for now | Roger Dingledine | 2004-04-18 |
* | if an intro circ waiting for an ack dies before getting one, then | Roger Dingledine | 2004-04-18 |
* | log n_circ_ids when attaching rend streams | Roger Dingledine | 2004-04-17 |
* | a ! goes a long way toward more helpful debug messages | Roger Dingledine | 2004-04-17 |
* | more debugging to hunt for a bug | Roger Dingledine | 2004-04-17 |
* | i was wrong about one of my invariants | Roger Dingledine | 2004-04-16 |
* | make unattached rend streams expire after a while (60s) | Roger Dingledine | 2004-04-15 |
* | prune abandoned circs better | Roger Dingledine | 2004-04-14 |
* | Retry non-final-hop rendezvous failures | Nick Mathewson | 2004-04-14 |
* | call circuit_build_failed() even when the failure is immediate | Roger Dingledine | 2004-04-14 |
* | let introcircs receive acks. rend streams now deal correctly again. | Roger Dingledine | 2004-04-13 |
* | Separate "start-establishing-introduction" from "upload descriptors"; only up... | Nick Mathewson | 2004-04-13 |
* | clean up circuit rebuilding some; fix some bugs we hadn't hit yet | Roger Dingledine | 2004-04-13 |
* | Get the rest of intro-ack/nak handling in ... except for the tricky "pick a n... | Nick Mathewson | 2004-04-13 |
* | break circuit_build_needed_circs into its own func | Roger Dingledine | 2004-04-12 |
* | expire old CIRCUIT_PURPOSE_C_REND_READY circs too | Roger Dingledine | 2004-04-09 |
* | circuit-level sendmes weren't working, because the exit | Roger Dingledine | 2004-04-08 |
* | Launch intro services after launching connections; allow ORs to build circuit... | Nick Mathewson | 2004-04-08 |
* | Nothing is good enough for you, is it? | Nick Mathewson | 2004-04-08 |
* | Use CIRCUIT_IS_ORIGIN in favor of boolean circ->cpath | Nick Mathewson | 2004-04-08 |
* | only call circuit_build_failed when we're circ's origin | Roger Dingledine | 2004-04-08 |
* | Split out major functionality of circuit_get_best; rephrase a few booleans | Nick Mathewson | 2004-04-08 |
* | don't pick myself or my twins as hops when building circuits | Roger Dingledine | 2004-04-07 |
* | Carefully increment failure counts when appropriate | Nick Mathewson | 2004-04-07 |
* | expire open-but-not-yet-acked circs if they're too old | Roger Dingledine | 2004-04-07 |
* | convince ourselves that circuit_failed doesn't have to be any smarter | Roger Dingledine | 2004-04-07 |
* | Delete trailing whitespace and expand tabs; remove unused aes decrypt code | Nick Mathewson | 2004-04-07 |
* | let alice reuse recent rendjoin circs | Roger Dingledine | 2004-04-07 |
* | when counting how many being-built circs will handle a stream, | Roger Dingledine | 2004-04-07 |
* | alice just fetched bob's hidden webpage. | Roger Dingledine | 2004-04-06 |
* | set the circ windows on the middle hop of the rend circs | Roger Dingledine | 2004-04-06 |
* | checkpoint commit: rend closer to working, still not there yet | Roger Dingledine | 2004-04-06 |
* | Continue attack on magic numbers; use new crypto wrappers where possible | Nick Mathewson | 2004-04-06 |
* | make rend apconn send to the right cpath layer | Roger Dingledine | 2004-04-05 |
* | Make init_cpath_crypto able to handle both sides of handshake, by adding a "r... | Nick Mathewson | 2004-04-05 |
* | alice can now look up bob's service descriptor, | Roger Dingledine | 2004-04-05 |
* | nick, can you make and send the rendezvous cookie? | Roger Dingledine | 2004-04-03 |
* | Use (set|get)_uint(16|32) in lieu of memcpy where reasonable. | Nick Mathewson | 2004-04-03 |
* | more progress on alice's side | Roger Dingledine | 2004-04-03 |