Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-15 | use sortChanges to begin an 0.3.4.1-alpha changelog | Nick Mathewson | |
2018-04-26 | Bug 25733: Avoid assert failure if all circuits time out. | Mike Perry | |
Prior to #23100, we were not counting HS circuit build times in our calculation of the timeout. This could lead to a condition where our timeout was set too low, based on non HS circuit build times, and then we would abandon all HS circuits, storing no valid timeouts in the histogram. This commit avoids the assert. |