Age | Commit message (Expand) | Author |
---|---|---|
2017-07-26 | Fix build warnings from Coverity related to our BUG macro | Nick Mathewson |
2016-09-14 | Remove an extraneous parenthesis in IF_BUG_OHNCE__ | Nick Mathewson |
2016-09-08 | Treat all nonfatal assertion failures as unit test failures. | Nick Mathewson |
2016-09-06 | Add facility to suppress/capture tor_bug_occurred_() messages in unit tests. | Nick Mathewson |
2016-09-06 | Add !(...) to BUG() log messages | Nick Mathewson |
2016-06-09 | Reduce make check-spaces noise | Andrea Shepard |
2016-04-15 | Add branch prediction to util_bug.h, and fix a bug. | Nick Mathewson |
2016-04-14 | Add an IF_BUG_ONCE macro, since that's a pretty common pattern too. | Nick Mathewson |
2016-04-14 | Add a BUG macro for usage in if checks. | Nick Mathewson |
2016-04-14 | Add new tor_assert_nonfatal*() macros. | Nick Mathewson |
2016-04-04 | Move tor_assert implementation into its own header/module. | Nick Mathewson |