Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-18 | Remove changes that are already merged in 0.3.5.x releases | Nick Mathewson | |
2018-11-02 | Avoid a race condition in test_rebind.py | teor | |
If tor terminates due to SIGNAL HALT before test_rebind.py calls tor_process.terminate(), an OSError 3 (no such process) is thrown. Fixes part of bug 27968 on 0.3.5.1-alpha. |