aboutsummaryrefslogtreecommitdiff
path: root/src/lib/log/util_bug.c
AgeCommit message (Expand)Author
2020-03-09Merge branch 'tor-github/pr/1723'David Goulet
2020-02-13err/log: Stop closing stderr and stdout during shutdownteor
2020-02-06Remove senseless CHECK_PRINTF()s from util_bug.cNick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-09-30Re-run "make autostyle" with improved annotate_ifdef_directivesNick Mathewson
2019-09-12Merge branch 'tor-github/pr/1303'George Kadianakis
2019-09-09log: Close log and err file descriptors before abortingteor
2019-04-15Merge branch 'bug30189_035' into bug30189_041Nick Mathewson
2019-04-15Use a tor_abort_() wrapper in our util_bug.h macrosNick Mathewson
2019-03-30bug_occurred: a place where we assumed that "buf" was still a bufferNick Mathewson
2019-03-29Check for NULL in tor_assertf_nonfatal()rl1987
2019-03-29Refrain from using static buffer for assert failure message; call tor_asprint...rl1987
2019-03-29Silence compiler warningsrl1987
2019-03-05Also add tor_assertf_nonfatal()rl1987
2019-03-05Introduce tor_assertf() to allow logging extra error message on assert failurerl1987
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2018-07-20Remove over-cleverness from our coverity BUG() definition.Nick Mathewson
2018-07-10Rename torlog.[ch] to log.[ch]Nick Mathewson
2018-07-10Rename util_malloc to malloc.Nick Mathewson
2018-06-26Extract core part of smartlist code into its own library.Nick Mathewson
2018-06-22Two more small changes for CI.Nick Mathewson
2018-06-22Move util_bug into libtor-logNick Mathewson