Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-29 | Remove changes files that were merged to changelogs of 0.2.2.25-alpha or earlier | Nick Mathewson | |
2011-04-26 | Do not automatically ignore Fast/Stable for exits when ExitNodes is set | Nick Mathewson | |
This once maybe made sense when ExitNodes meant "Here are 3 exits; use them all", but now it more typically means "Here are 3 countries; exit from there." Using non-Fast/Stable exits created a potential partitioning opportunity and an annoying stability problem. (Don't worry about the case where all of our ExitNodes are non-Fast or non-Stable: we handle that later in the function by retrying with need_capacity and need_uptime set to 0.) |