| Commit message (Expand) | Author | Age |
* | pick nodes for a circuit only from those the directory says are up | Roger Dingledine | 2003-12-03 |
* | bugfix in exit node choice: we used to find the perfect exit node but ... | Roger Dingledine | 2003-12-03 |
* | simplify: options.OnionRouter==1 iff options.ORPort>0 | Roger Dingledine | 2003-11-20 |
* | Separate failure-count tracking from circuit-launching. | Nick Mathewson | 2003-11-19 |
* | bugfix: don't ask for ->next of an expired circuit | Roger Dingledine | 2003-11-18 |
* | don't build too many circs at once | Roger Dingledine | 2003-11-18 |
* | recognize in-progress circs and don't start redundant ones | Roger Dingledine | 2003-11-17 |
* | bugfixes | Roger Dingledine | 2003-11-16 |
* | change when circuits are built and expired | Roger Dingledine | 2003-11-16 |
* | initial patches on patches | Roger Dingledine | 2003-11-16 |
* | Finish implementing the rest of the exitpolicy stuff, except for automaticall... | Nick Mathewson | 2003-11-16 |
* | Improved exit policy syntax; basic client-side DNS caching. | Nick Mathewson | 2003-11-14 |
* | bump default pathlen to 3; clean up surrounding code | Roger Dingledine | 2003-11-13 |
* | let getconfig survive repeated calls. now we call it again when we hup. | Roger Dingledine | 2003-11-13 |
* | lay groundwork for EntryNodes and ExitNodes | Roger Dingledine | 2003-11-12 |
* | Remove dead code | Nick Mathewson | 2003-11-12 |
* | Compute paths as we build them. | Nick Mathewson | 2003-11-12 |
* | Refactor onion_generate_cpath to build cpaths one hop at a time. This | Nick Mathewson | 2003-11-12 |
* | conn->socks_version is obsolete | Roger Dingledine | 2003-11-11 |
* | Rename aci to circ_id throughout. | Nick Mathewson | 2003-11-11 |
* | Make AP connections wait for a circuit if none exists. | Nick Mathewson | 2003-11-11 |
* | client now survives going offline better | Roger Dingledine | 2003-11-10 |
* | add DirBindAddress, parse the BindAddress's when you bind | Roger Dingledine | 2003-10-25 |
* | play with connection_edge_send_command | Roger Dingledine | 2003-10-22 |
* | make end relay cells have payloads | Roger Dingledine | 2003-10-22 |
* | added User and Group options -- if you set them, tor will try to | Steven Hazel | 2003-10-22 |
* | move closer to being able to reload config on HUP | Roger Dingledine | 2003-10-21 |
* | send the end cell when we realize we're going to end, | Roger Dingledine | 2003-10-21 |
* | move to 0.0.2pre13 | Roger Dingledine | 2003-10-19 |
* | clean up logging, allow user to specify log files | Roger Dingledine | 2003-10-15 |
* | Make last commit build | Nick Mathewson | 2003-10-15 |
* | Make buffers grow and shrink as needed. | Nick Mathewson | 2003-10-14 |
* | put out 0.0.2pre12 | Roger Dingledine | 2003-10-12 |
* | Refactor, rename, and clarify | Nick Mathewson | 2003-10-09 |
* | add in basic support for pidfiles | Roger Dingledine | 2003-10-08 |
* | 0.0.2pre11, new license | Roger Dingledine | 2003-10-08 |
* | Update LICENSE and copyright dates. | Nick Mathewson | 2003-10-08 |
* | obey exit policies for addresses too | Roger Dingledine | 2003-10-07 |
* | some early bugfixes | Roger Dingledine | 2003-10-07 |
* | refactor around connection_edge_send_command() | Roger Dingledine | 2003-10-04 |
* | refactor so connection_write_to_buf() never fails | Roger Dingledine | 2003-10-04 |
* | socks5 now works | Roger Dingledine | 2003-10-04 |
* | Add new cell fullness and bandwidth stats. | Nick Mathewson | 2003-10-02 |
* | my_routerinfo, router_is_me, and learn_my_address are obsolete | Roger Dingledine | 2003-10-01 |
* | rebuild directory before uploading | Nick Mathewson | 2003-10-01 |
* | Move dirserv/routers code out of main.c | Nick Mathewson | 2003-10-01 |
* | ORs post descriptors periodically too | Roger Dingledine | 2003-09-30 |
* | mark all dirservers up at boot; mark a dirserver down if dir fetch fails | Roger Dingledine | 2003-09-30 |
* | Bugfixes in directory code: | Nick Mathewson | 2003-09-30 |
* | move connection_array accessors from main.c to connection.c | Roger Dingledine | 2003-09-30 |