| Commit message (Expand) | Author | Age |
* | break out circ->rend_service | Roger Dingledine | 2004-04-02 |
* | refactor; start adding debugging logs to midpoint rend stuff | Nick Mathewson | 2004-04-02 |
* | Implement rennd_services_init | Nick Mathewson | 2004-04-02 |
* | router_choose_random_node can take a smartlist of nodes to exclude | Roger Dingledine | 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 |
* | teach directory servers to handle renddesc responses | Roger Dingledine | 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 |
* | 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 |
* | Add relay command types for rendezvous | Nick Mathewson | 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 |
* | Add code to configure hidden services, parse configuration, generate keys and... | Nick Mathewson | 2004-03-31 |
* | let fetch_from_buf_http tolerate nuls in the http body | Roger Dingledine | 2004-03-31 |
* | rename hidserv_xx | Nick Mathewson | 2004-03-31 |
* | Implement hidserv_XX functions; there is still an XXX in directory_handle_com... | Nick Mathewson | 2004-03-31 |
* | Parse and generate service descriptors | Nick Mathewson | 2004-03-31 |
* | Refactor directory servers | Roger Dingledine | 2004-03-30 |
* | Add rendezvous-related metadata and code to circuits. Initially, we | Nick Mathewson | 2004-03-30 |
* | first guess at a set of circuit purposes | Roger Dingledine | 2004-03-29 |
* | Remove descriptors that are older than 24 hours from the directory. Use strl... | Nick Mathewson | 2004-03-29 |
* | there is yet another dns-pending-conn-clobbering bug | Roger Dingledine | 2004-03-28 |
* | work around a tsocks bug | Roger Dingledine | 2004-03-27 |
* | Add a RunTesting option to try to learn link state by creating test circuits,... | Nick Mathewson | 2004-03-21 |
* | Integrate the new "rephist" [rep(utation) hist(ory)] module to trace | Nick Mathewson | 2004-03-20 |
* | Add initial history-tracking backend code for reputation module. Not called o... | Nick Mathewson | 2004-03-20 |
* | bugfix: decrement OR connections from global_bucket too | Roger Dingledine | 2004-03-14 |
* | refactor bandwidth-control token buckets | Roger Dingledine | 2004-03-14 |
* | Make OP work on windows! (Also misc logging tweaks) | Nick Mathewson | 2004-03-11 |
* | Get entropy in windows. | Nick Mathewson | 2004-03-11 |
* | 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 |
* | New, more flexible directory parsing backend. Uses a bit more RAM, but implem... | Nick Mathewson | 2004-03-05 |
* | Try to find out early if buffers get trashed or double-freed. | Nick Mathewson | 2004-03-03 |
* | Implement hold_open_until_flushed. I may have missed something important. | Nick Mathewson | 2004-03-03 |
* | make socks5 not give a spurious warning | Roger Dingledine | 2004-03-03 |
* | make circuit-building less noisy when a node in your exclude/exit/entrynodes ... | 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 |
* | create a separate connection_edge_destroy() function | Roger Dingledine | 2004-02-29 |
* | bugfix: when we time out on a stream and detach, send an end first | Roger Dingledine | 2004-02-28 |
* | Split dns_cancel_pending_resolve into dns_cancel_pending_resolve (kill a | Nick Mathewson | 2004-02-28 |
* | Stop trying to flush on broken sockets marked for close. | Nick Mathewson | 2004-02-28 |
* | rename ExcludedNodes config option to ExcludeNodes | Roger Dingledine | 2004-02-28 |
* | Push responsibility for connection marking down as far as possible; have only... | Nick Mathewson | 2004-02-28 |