index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
util_bug.h
Age
Commit message (
Expand
)
Author
2017-09-15
Run our #else/#endif annotator on our source code.
Nick Mathewson
2017-09-07
Add a module comment to util_bug.h
Nick Mathewson
2017-07-28
Coverity deadcode shenanigans on BUG() macro.
Nick Mathewson
2017-07-26
Merge branch 'maint-0.3.0' into maint-0.3.1
Nick Mathewson
2017-07-26
Fix build warnings from Coverity related to our BUG macro
Nick Mathewson
2017-03-15
Run the copyright update script.
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