| Commit message (Expand) | Author | Age |
* | 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 |
* | Refactor the heck out of crypto interface: admit that we will stick with one ... | Nick Mathewson | 2004-04-03 |
* | alice can intercept y.onion requests, do a lookup on them via tor, | Roger Dingledine | 2004-04-03 |
* | Hide smartlist internals | Nick Mathewson | 2004-04-03 |
* | fix some bugs; more remain | Roger Dingledine | 2004-04-03 |
* | AP conns use conn->rend_query now too | Roger Dingledine | 2004-04-02 |
* | Finish renaming rend_service field | Nick Mathewson | 2004-04-02 |
* | break out circ->rend_service | Roger Dingledine | 2004-04-02 |
* | refactor; start adding debugging logs to midpoint rend stuff | Nick Mathewson | 2004-04-02 |
* | now circuit_get_newest returns an appropriate circ for your purpose | Roger Dingledine | 2004-04-02 |
* | Implement midpoint functionality for rendezvous points. | Nick Mathewson | 2004-04-02 |
* | For hidden services: handle INTRODUCE2, send ESTABLISH_INTRO, RENDEZVOUS1. | Nick Mathewson | 2004-04-01 |
* | alice chooses her rendezvous node from all running routers | Roger Dingledine | 2004-04-01 |
* | Finish implementing what-bob-does-on-INTRODUCE2 | Nick Mathewson | 2004-04-01 |
* | let the circuit-launcher choose the exit node (if he wants) | Roger Dingledine | 2004-04-01 |
* | outline what bob does to initialize his hidden services | Roger Dingledine | 2004-04-01 |
* | put in hooks for alice and bob logic when circuits finish/fail | Roger Dingledine | 2004-04-01 |
* | allow conns to demand to be attached to a clean circuit | Roger Dingledine | 2004-03-31 |
* | Make smartlist Do What Arma Expects. | Nick Mathewson | 2004-03-30 |
* | Add rendezvous-related metadata and code to circuits. Initially, we | Nick Mathewson | 2004-03-30 |
* | use 'notice' loglevel for things the operator should hear | Roger Dingledine | 2004-03-30 |
* | Remove unused open circuits when there are too many, not when they are too old. | Nick Mathewson | 2004-03-21 |
* | Dont expire circuits we didnt originate. This may be redundant somehow, but ... | Nick Mathewson | 2004-03-21 |
* | Add a RunTesting option to try to learn link state by creating test circuits,... | Nick Mathewson | 2004-03-21 |
* | make servers not crash when they rep-hist-note circuits that don't start at them | Roger Dingledine | 2004-03-20 |
* | deal with hardware word alignment | Roger Dingledine | 2004-03-20 |
* | Integrate the new "rephist" [rep(utation) hist(ory)] module to trace | Nick Mathewson | 2004-03-20 |
* | clean up some presentation and comments | Roger Dingledine | 2004-03-18 |