| Commit message (Expand) | Author | Age |
* | set rend exit connection state _before_ calling rend_service_set_connection_a... | Nick Mathewson | 2004-04-09 |
* | circuit-level sendmes weren't working, because the exit | Roger Dingledine | 2004-04-08 |
* | don't try to circuit_log_path if you're at the exit edge of a circ | Roger Dingledine | 2004-04-08 |
* | Use CIRCUIT_IS_ORIGIN in favor of boolean circ->cpath | Nick Mathewson | 2004-04-08 |
* | Set rend_query on exiting streams | Nick Mathewson | 2004-04-08 |
* | if the rend desc cache entry was fetched more than 15 mins ago, | Roger Dingledine | 2004-04-07 |
* | Remember when we received which service desc. | Nick Mathewson | 2004-04-07 |
* | Delete trailing whitespace and expand tabs; remove unused aes decrypt code | Nick Mathewson | 2004-04-07 |
* | mark a rend circ dirty when you attach to it | Roger Dingledine | 2004-04-07 |
* | Set routerinfo->addr properly for own routerinfo; do casei routerinfo compare | Nick Mathewson | 2004-04-06 |
* | Set correct address and port mappings on outgoing rendezvous connections | Nick Mathewson | 2004-04-06 |
* | alice just fetched bob's hidden webpage. | Roger Dingledine | 2004-04-06 |
* | checkpoint commit: rend closer to working, still not there yet | Roger Dingledine | 2004-04-06 |
* | don't detach-and-retry rendezvous streams | Roger Dingledine | 2004-04-05 |
* | oaep uses 42 more bytes -- stop clobbering buffers | Roger Dingledine | 2004-04-05 |
* | strdup the intro point when you pick it, so you | Roger Dingledine | 2004-04-05 |
* | complain early if we get an unrecognized nickname from | Roger Dingledine | 2004-04-05 |
* | if a rend stream has already been attached to a rend circ, | Roger Dingledine | 2004-04-05 |
* | more alice-side infrastructure | Roger Dingledine | 2004-04-05 |
* | alice can now look up bob's service descriptor, | Roger Dingledine | 2004-04-05 |
* | Implement acks | Nick Mathewson | 2004-04-03 |
* | Handle rendezvous relay cells | Nick Mathewson | 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 |
* | alice can intercept y.onion requests, do a lookup on them via tor, | Roger Dingledine | 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 |
* | 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 |
* | alice chooses her rendezvous node from all running routers | Roger Dingledine | 2004-04-01 |
* | let the circuit-launcher choose the exit node (if he wants) | Roger Dingledine | 2004-04-01 |
* | let alice recognize a y.onion address and, uhm, do something | 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 |
* | Add an ap_bridge function to do a socketpair and skip socks. | Roger Dingledine | 2004-03-31 |
* | work around a tsocks bug | Roger Dingledine | 2004-03-27 |
* | 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 |
* | Use strmap code for client DNS. | Nick Mathewson | 2004-03-20 |
* | Make tor build on windows again. More work still needed | Nick Mathewson | 2004-03-09 |
* | re-try streams at most 4 times | Roger Dingledine | 2004-03-07 |
* | if a stream times out after 15s without a connected cell, | Roger Dingledine | 2004-03-06 |
* | holding until flush was borked | Roger Dingledine | 2004-03-03 |
* | don't mark_for_close again when the destroy arrives after the end cell | Roger Dingledine | 2004-03-03 |
* | use conn->hold_open_until_flushed for streams | Roger Dingledine | 2004-03-03 |
* | make socks5 not give a spurious warning | Roger Dingledine | 2004-03-03 |
* | Split out mark_for_close with circuits. Seems to work for me. | Nick Mathewson | 2004-03-02 |
* | Fix assertion failure spotted by arma. | Nick Mathewson | 2004-03-02 |
* | note an assert trigger bug | Roger Dingledine | 2004-03-01 |