Age | Commit message (Expand) | Author |
2005-05-17 | allow the middle hop of the testing circuit to be running | Roger Dingledine |
2005-05-15 | clean up some log entries | Roger Dingledine |
2005-05-07 | Make Tor compile with no warnings with gcc4.0 on OSX | Nick Mathewson |
2005-05-03 | first iteration of scrubbing sensitive strings from logs. | Roger Dingledine |
2005-05-02 | Actually, dont send CREATE_FAST cells at all for now | Nick Mathewson |
2005-05-02 | New and frightening code to implement fast-path first-hop CREATE_FAST cells. ... | Nick Mathewson |
2005-04-26 | clean up this TOR_FRAGILE business | Roger Dingledine |
2005-04-25 | bugfix: stop trying to print a null pointer if an OR conn fails | Roger Dingledine |
2005-04-07 | Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor... | Nick Mathewson |
2005-04-06 | Fix bug in last commit when no circid can be found | Nick Mathewson |
2005-04-06 | Hopefully, this will make ORs much faster, and not break them: keep a big spl... | Nick Mathewson |
2005-04-02 | Give better warnings if connection_close_unattached_ap gets called twice or c... | Nick Mathewson |
2005-04-01 | update copyright notices. | Nick Mathewson |
2005-04-01 | require exactly 0.0.9.7 for middle hops of testing circs, for now | Roger Dingledine |
2005-04-01 | when building testing circuits, always use middle hops | Roger Dingledine |
2005-04-01 | fix some log spacing problems | Roger Dingledine |
2005-03-31 | still publish your descriptor if orport is reachable but dirport isn't | Roger Dingledine |
2005-03-31 | ...and use it to make sure we only conclude reachability if | Roger Dingledine |
2005-03-27 | forward-port the fixing of the crash bug. | Roger Dingledine |
2005-03-27 | stop most cases of hanging up on a socks connection without sending | Roger Dingledine |
2005-03-26 | try harder to establish reachability, in the first 20 minutes | Roger Dingledine |
2005-03-26 | make it clearer to the human that his server is testing | Roger Dingledine |
2005-03-23 | Add a magic value to cpath_layer_t to make sure that we can tell valid cpaths... | Nick Mathewson |
2005-03-22 | remove a duplicate circuit_mark_for_close() when picking | Roger Dingledine |
2005-03-22 | clean up and refactor some more | Roger Dingledine |
2005-03-22 | Implement controller's "extendcircuit" directive. | Roger Dingledine |
2005-03-19 | if our clock jumps forward by 100 seconds or more, assume something | Roger Dingledine |
2005-03-19 | stop logging at -l notice every single time a create cell successfully | Roger Dingledine |
2005-03-19 | Turn addr_policy_compare from a tristate to a quadstate; this should help add... | Nick Mathewson |
2005-03-15 | re-enable reachability testing stuff. | Roger Dingledine |
2005-03-14 | Renormalize whitespace | Nick Mathewson |
2005-02-27 | Checkpoint in-progress fixes: | Roger Dingledine |
2005-02-22 | Change from inet_ntoa to a threadproof tor_inet_ntoa. | Nick Mathewson |
2005-02-16 | remove unused code | Roger Dingledine |
2005-02-01 | define TOR_FRAGILE if you want tor to give you a core when | Roger Dingledine |
2005-01-19 | fix another bug where general exit circs were looking at rendezvous | 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-12 | Annotate circuits w/ whether they aim to contain high uptime nodes and/or | Roger Dingledine |
2004-12-17 | When listing circuits that are pending on an opening OR connection, | Roger Dingledine |
2004-12-13 | clean up logging, | Roger Dingledine |
2004-12-07 | I'm a bad person. | Roger Dingledine |
2004-12-07 | were we on crack?? | Roger Dingledine |
2004-12-07 | and bust another memory leak | Roger Dingledine |
2004-12-07 | Fix some memory leaks and unlikely segfaults | Nick Mathewson |
2004-12-05 | fix a minor leak in my recent commit | Roger Dingledine |
2004-12-05 | New circuit building strategy: keep a list of ports that we've used in ... | Roger Dingledine |
2004-12-04 | bugfix: When we were checking to see if an ap_conn should time out | Roger Dingledine |
2004-12-04 | make circuit building and router parsing less noisy | Roger Dingledine |
2004-11-30 | clean obsolete circuit_log_path code | Roger Dingledine |