Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-26 | Remove changes files that appeared in tor 0.4.4.1-alpha. | Nick Mathewson | |
2020-04-29 | log/util_bug: Make IF_BUG_ONCE() support ALL_BUGS_ARE_FATAL | teor | |
... and DISABLE_ASSERTS_IN_UNIT_TESTS. Make all of tor's assertion macros support the ALL_BUGS_ARE_FATAL and DISABLE_ASSERTS_IN_UNIT_TESTS debugging modes. Implements these modes for IF_BUG_ONCE(). (It used to log a non-fatal warning, regardless of the debugging mode.) Fixes bug 33917; bugfix on 0.2.9.1-alpha. |