Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-13 | Remove changes files for those items already merged in 0.3.2 | Nick Mathewson | |
2017-11-02 | sched: Use SCHED_BUG() macro in scheduler | David Goulet | |
When a BUG() occurs, this macro will print extra information about the state of the scheduler and the given channel if any. This will help us greatly to fix future bugs in the scheduler especially when they occur rarely. Fixes #23753 Signed-off-by: David Goulet <dgoulet@torproject.org> |