summaryrefslogtreecommitdiff
path: root/changes/exitnodes_reliable
AgeCommit message (Collapse)Author
2011-04-29Remove changes files that were merged to changelogs of 0.2.2.25-alpha or earlierNick Mathewson
2011-04-26Do not automatically ignore Fast/Stable for exits when ExitNodes is setNick 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.)