Age | Commit message (Expand) | Author |
2005-03-24 | cleanup so connection_ap_handshake_attach_chosen_circuit() always | Roger Dingledine |
2005-03-24 | Bulletproof connection_ap_handshake_attach_chosen_circuit | Nick Mathewson |
2005-03-22 | clean up and refactor some more | Roger Dingledine |
2005-03-22 | Implement controller's "extendcircuit" directive. | Roger Dingledine |
2005-03-19 | Turn addr_policy_compare from a tristate to a quadstate; this should help add... | Nick Mathewson |
2005-03-19 | make hidden services more likely to work from the server-side | Roger Dingledine |
2005-03-17 | Commit fixes for several pending tor core tasks: document all DOCDOCed functi... | Nick Mathewson |
2005-03-15 | re-enable reachability testing stuff. | Roger Dingledine |
2005-03-14 | Renormalize whitespace | Nick Mathewson |
2005-03-12 | Implement the common case of ATTACHSTREAM. | Nick Mathewson |
2005-02-27 | Checkpoint in-progress fixes: | Roger Dingledine |
2005-02-22 | Add a new AddressMap directive to rewrite incoming socks addresses. | Roger Dingledine |
2005-02-02 | bugfix: tor-resolve requests were ignoring .exit if there was | Roger Dingledine |
2005-02-01 | define TOR_FRAGILE if you want tor to give you a core when | Roger Dingledine |
2005-01-20 | The crowning hidden-service patch: prefer non-internal circuits | Roger Dingledine |
2005-01-19 | Handle unavailable hidden services better. We try each intro point | Roger Dingledine |
2005-01-19 | bugfix for cvs: we were needing a rendezvous circ, so we cannibalized | Roger Dingledine |
2005-01-17 | remove some extra-verbose logs | Roger Dingledine |
2005-01-17 | Introduce a notion of 'internal' circs, which are chosen without regard | Roger Dingledine |
2005-01-13 | get rid of 0.0.8 backwards compatibility | Roger Dingledine |
2005-01-13 | when deciding if a port is handled and the port demands uptime, don't | Roger Dingledine |
2005-01-12 | Annotate circuits w/ whether they aim to contain high uptime nodes and/or | Roger Dingledine |
2005-01-07 | when we haven't fetched a directory yet, or the last time we | Roger Dingledine |
2004-12-13 | clean up logging, | Roger Dingledine |
2004-12-07 | I'm a bad person. | Roger Dingledine |
2004-12-07 | Renormalize whitespace | Nick Mathewson |
2004-12-05 | New circuit building strategy: keep a list of ports that we've used in ... | Roger Dingledine |
2004-12-04 | React to eof immediately on non-open edge connections. | Roger Dingledine |
2004-12-04 | bugfix: When we were checking to see if an ap_conn should time out | Roger Dingledine |
2004-12-01 | Spell-check strings and comments | Nick Mathewson |
2004-11-30 | Let resolve conns retry/expire also, rather than sticking around forever. | Roger Dingledine |
2004-11-30 | Enforce coding style. | Nick Mathewson |
2004-11-29 | Suggestion from weasel: Make tor --version --version dump the cvs Id of every... | Nick Mathewson |
2004-11-29 | put in initial support for ".nickname.exit" addresses, to let alice | Roger Dingledine |
2004-11-28 | wrong is ok, and right is fine, but in between is apparently | Roger Dingledine |
2004-11-28 | Normalize space: add one between every control keyword and control clause. | Nick Mathewson |
2004-11-26 | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine |
2004-11-16 | minor fixes | Roger Dingledine |
2004-11-10 | Resolve FIXME items: make the kill-unattached-AP timeout symbolic | Nick Mathewson |
2004-11-07 | Clean up copyrights. | Roger Dingledine |
2004-11-06 | Make options no longer a global variable. | Roger Dingledine |
2004-11-03 | - Implement all of control interface except authentication, setconfig, | Nick Mathewson |
2004-10-27 | Use strlcpy, not strcpy. | Nick Mathewson |
2004-10-17 | start the process of making 0.0.7* obsolete | Roger Dingledine |
2004-10-16 | don't assert multiple things in the same tor_assert() | Roger Dingledine |
2004-10-11 | fix paul gardner's assert bug. | Roger Dingledine |
2004-10-11 | fix the stale pointer assert bug reported by joe magic | Roger Dingledine |
2004-10-03 | use only 0.0.9pre1 and later servers for resolve cells | Roger Dingledine |
2004-09-27 | checking only 0.0.7 and 0.0.8 didn't work, because some dirservers | Roger Dingledine |
2004-09-23 | cleanup: use strcmpstart() in more places | Roger Dingledine |