aboutsummaryrefslogtreecommitdiff
path: root/src/common/util_bug.c
AgeCommit message (Expand)Author
2018-06-22Move util_bug into libtor-logNick Mathewson
2018-06-22Remove util_bug dependency on compat.hNick Mathewson
2018-06-22Automated fixup of include paths after torlog.h movement.Nick Mathewson
2018-06-22Extract smartlist.h from container.hNick Mathewson
2018-06-22Remove bloom filters, order statistics, and bitarrays from container.hNick Mathewson
2018-06-22Rectify include paths after container split (automatic)Nick Mathewson
2018-06-21Simplify include structure of container.[ch]Nick Mathewson
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-07-28Coverity deadcode shenanigans on BUG() macro.Nick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2016-10-27Automated change to use smartlist_add_strdupovercaffeinated
2016-09-08Treat all nonfatal assertion failures as unit test failures.Nick Mathewson
2016-09-06Add facility to suppress/capture tor_bug_occurred_() messages in unit tests.Nick Mathewson
2016-04-14Add a BUG macro for usage in if checks.Nick Mathewson
2016-04-14Add new tor_assert_nonfatal*() macros.Nick Mathewson
2016-04-04Move tor_assert implementation into its own header/module.Nick Mathewson