| Commit message (Expand) | Author | Age |
* | Refactor the heck out of crypto interface: admit that we will stick with one ... | Nick Mathewson | 2004-04-03 |
* | it's HiddenServiceDir | Roger Dingledine | 2004-04-03 |
* | tabs | Roger Dingledine | 2004-04-03 |
* | alice can intercept y.onion requests, do a lookup on them via tor, | Roger Dingledine | 2004-04-03 |
* | no underscores in nicknames | Roger Dingledine | 2004-04-03 |
* | Add examples for hidden services | Nick Mathewson | 2004-04-03 |
* | Startup without crashing. | Nick Mathewson | 2004-04-03 |
* | Hide smartlist internals | Nick Mathewson | 2004-04-03 |
* | fix some bugs; more remain | Roger Dingledine | 2004-04-03 |
* | remember to lower-case the y in y.onion | 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 |
* | Finish missing comment :p | 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 |
* | Make preferred/excluded intro points configurable | Nick Mathewson | 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 |
* | refactor to use new digest/checksig wrapper, add emacs magic, untabify | Nick Mathewson | 2004-04-01 |
* | Add new functions to wrap digest and sign/checksig. | Nick Mathewson | 2004-04-01 |
* | Clarify handdshake digest logic | 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 |
* | Separate "generate-DH-key" from "get-DH-key" without breaking old interface | Nick Mathewson | 2004-04-01 |
* | teach alice to recognize y.onion addresses | Roger Dingledine | 2004-04-01 |
* | Add some hooks to handle rendezvous-related cells at ORs | Nick Mathewson | 2004-04-01 |
* | let the circuit-launcher choose the exit node (if he wants) | Roger Dingledine | 2004-04-01 |
* | Make it compile. | Nick Mathewson | 2004-04-01 |
* | Add a (also fragmentary) function to handle introduction requests | Nick Mathewson | 2004-04-01 |
* | Use padding with intro requests | Nick Mathewson | 2004-04-01 |
* | outline what bob does to initialize his hidden services | Roger Dingledine | 2004-04-01 |
* | Add helpful hybrid encryption functions | Nick Mathewson | 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 |
* | Bob needs the hash of his PK in order to know which hidden service to be. | Nick Mathewson | 2004-04-01 |
* | Add relay command types for rendezvous | Nick Mathewson | 2004-04-01 |
* | Add documentation for hidden server cfg | Nick Mathewson | 2004-04-01 |
* | allow conns to demand to be attached to a clean circuit | Roger Dingledine | 2004-03-31 |
* | specify that alice and bob can use dirty circuits when | Roger Dingledine | 2004-03-31 |
* | make changes that ben laurie suggested | Roger Dingledine | 2004-03-31 |
* | a few more todo items done | Roger Dingledine | 2004-03-31 |
* | tweak rend spec | Roger Dingledine | 2004-03-31 |
* | Add an ap_bridge function to do a socketpair and skip socks. | Roger Dingledine | 2004-03-31 |
* | Add missing file | Nick Mathewson | 2004-03-31 |
* | Add code to configure hidden services, parse configuration, generate keys and... | Nick Mathewson | 2004-03-31 |
* | Fix warning | Nick Mathewson | 2004-03-31 |