Age | Commit message (Expand) | Author |
2010-06-29 | Fix bugs with assuming time_t can be implicitly cast to long | Nick Mathewson |
2010-06-16 | Mention the purpose field for leaked circuits. | Mike Perry |
2010-06-15 | Be more proactive about closing unused circuits. | Mike Perry |
2010-06-15 | Split the circuit timeout and close codepaths. | Mike Perry |
2010-06-15 | Fix initialization and reset issues with close_ms. | Mike Perry |
2010-06-09 | Keep circuits open until the greater of 95th CDF percentile or 60s. | Mike Perry |
2010-05-10 | Bug 1245: Ignore negative and large timeouts. | Mike Perry |
2010-04-23 | Merge branch 'maint-0.2.1' | Roger Dingledine |
2010-04-23 | close idle dir-fetch circs early | Roger Dingledine |
2010-02-27 | Merge remote branch 'origin/maint-0.2.1' | Nick Mathewson |
2010-02-27 | Update Tor Project copyright years | Nick Mathewson |
2009-12-21 | Be more willing to use an unsuitable circuit for exit. | Roger Dingledine |
2009-12-15 | Merge branch 'safelogging2' | Nick Mathewson |
2009-12-15 | Refactor the safe_str_*() API to make more sense. | Nick Mathewson |
2009-12-12 | Now that FOO_free(NULL) always works, remove checks before calling it. | Nick Mathewson |
2009-09-20 | Fix typos and comments, plus two bugs | Roger Dingledine |
2009-09-20 | Implement and document new network liveness algorithm. | Mike Perry |
2009-09-20 | Fix some precision-related asserts in unit tests. | Mike Perry |
2009-09-17 | Choose early circuit idle timeout better. | Roger Dingledine |
2009-09-16 | Fix issues found by arma in review. | Mike Perry |
2009-09-16 | space/indent cleanups, plus point out three bugs | Roger Dingledine |
2009-09-16 | Use our variable directly for timeout. | Mike Perry |
2009-09-16 | Fix the math.h log() conflict. | Mike Perry |
2009-09-16 | Recover from changing network connections. | Mike Perry |
2009-09-16 | Implement the pareto fitting and timeout calculating bits. | Mike Perry |
2009-08-31 | Merge branch 'maint-0.2.1' | Roger Dingledine |
2009-08-31 | Only send reachability status events on overall success/failure | Roger Dingledine |
2009-05-28 | Merge commit 'origin/maint-0.2.1' | Nick Mathewson |
2009-05-28 | Fixes to spelling fixes. Thanks, Roger! | Nick Mathewson |
2009-05-27 | Merge commit 'origin/maint-0.2.1' | Nick Mathewson |
2009-05-27 | Spell-check Tor. | Nick Mathewson |
2009-05-04 | Clients do not request version 0 hidserv descs anymore. | Karsten Loesing |
2009-05-04 | Update copyright to 2009. | Karsten Loesing |
2009-05-02 | Update copyright to 2009. | Karsten Loesing |
2009-02-09 | Retry circuits if the exit node is optional and nonexistant. | Nick Mathewson |
2009-02-04 | If we're using bridges and our network goes away, be more willing | Roger Dingledine |
2009-01-22 | Support 64-bit time_t. Patch from Matthias Drochner. Partial backport candid... | Nick Mathewson |
2009-01-07 | actually find the right identity_digest to blame when we get | Roger Dingledine |
2009-01-06 | well, that was a disaster. this time for sure. | Roger Dingledine |
2009-01-06 | no actual changes besides a seg fault on startup, i meant | Roger Dingledine |
2009-01-06 | simplify. no actual changes i think. ;) | Roger Dingledine |
2009-01-06 | When our circuit fails at the first hop (e.g. we get a destroy | Roger Dingledine |
2009-01-04 | Remove svn $Id$s from our source, and remove tor --version --version. | Nick Mathewson |
2008-12-29 | Downgrade some xxx021s, comment more on others, etc | Nick Mathewson |
2008-12-24 | Checkpoint my big bug-891 patch. | Nick Mathewson |
2008-12-22 | Fix all of the doxygen warnings not pertaining to missing documentation. | Nick Mathewson |
2008-12-18 | Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this p... | Nick Mathewson |
2008-12-18 | Remove fixed xxx020s; downgrade unfixed ones. | Nick Mathewson |
2008-12-17 | Move edge-only flags from connection_t to edge_connection_t. | Nick Mathewson |
2008-12-17 | Rename or_is_obsolete and move it to or_connection_t where it belongs. | Nick Mathewson |