Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-29 | Remove changes files from master for stuff that will be in 0.3.3.4-alpha | Nick Mathewson | |
2018-03-26 | When extending a circuit's path length, clear onehop_tunnel. | Nick Mathewson | |
There was a nonfatal assertion in pathbias_should_count that would trigger if onehop_tunnel was set, but the desired_path_length was greater than 1. This patch fixes that. Fixes bug 24903; bugfix on 0.2.5.2-alpha. |