aboutsummaryrefslogtreecommitdiff
path: root/src/lib/log
AgeCommit message (Expand)Author
2020-06-29Merge remote-tracking branch 'tor-github/pr/1697/head' into maint-0.4.2Nick Mathewson
2020-06-29Merge remote-tracking branch 'tor-github/pr/1722/head' into maint-0.4.2Nick Mathewson
2020-02-12err/log: Stop closing stderr and stdout during shutdownteor
2020-01-30Do not set "once" when calling tor_bug_occurred_ from BUG().Nick Mathewson
2019-12-16Merge branch 'bug32765_041' into bug32771_042Nick Mathewson
2019-12-16Use CHECK_PRINTF() for printf-like functions in util_bug.hNick Mathewson
2019-10-22Merge remote-tracking branch 'tor-github/pr/1303' into maint-0.4.1Nick Mathewson
2019-10-22Merge remote-tracking branch 'tor-github/pr/1302' into maint-0.4.1Nick Mathewson
2019-10-03Merge branch 'tor-github/pr/1377'George Kadianakis
2019-10-02log: fix a typo in the function comment for log_fn_()teor
2019-09-30Re-run "make autostyle" with improved annotate_ifdef_directivesNick Mathewson
2019-09-30log: When initialising log domain masks, only set known log domainsteor
2019-09-30log: Define count, boundary, and all macros for domains and flagsteor
2019-09-30log: Remove duplicate code and an outdated commentteor
2019-09-30Merge branch 'tor-github/pr/1302'George Kadianakis
2019-09-30Merge branch 'tor-github/pr/1356'George Kadianakis
2019-09-30Merge branch 'tor-github/pr/1339'George Kadianakis
2019-09-26Run "make autostyle" with new "annotate_ifdef_directives"Nick Mathewson
2019-09-26log: explain why it is safe to leave the log mutex initializedteor
2019-09-25log: Move SEVERITY_MASK_IDX() to log.hteor
2019-09-24log: Improve the documentation for tor_log_update_sigsafe_err_fds()teor
2019-09-12Merge branch 'tor-github/pr/1303'George Kadianakis
2019-09-10Merge branch 'bug31615_041' into bug31615_masterteor
2019-09-10Merge branch 'bug31615_040' into bug31615_041teor
2019-09-09log: Close log and err file descriptors before abortingteor
2019-09-09log: Don't close file log fds that are being used by the err moduleteor
2019-09-06subsys: Make the subsystem init order match the module dependenciesteor
2019-08-19Fix 64-bit return issue in parse_log_domain()Nick Mathewson
2019-07-24Fix clang-detected errors related to log_domain_mask_tNick Mathewson
2019-07-19Extract the log_domain_t type to a lower-level headerNick Mathewson
2019-07-08Adjust log callback type to use log_domain_mask_tNick Mathewson
2019-07-08Add a compile-time assertion to prevent a recurrence of 31080.Nick Mathewson
2019-07-08Use a 64-bit mask for log domains, and fix a conflictNick Mathewson
2019-07-08Move declaration of LD_NO_MESG to make conflict more apparent.Nick Mathewson
2019-06-05Merge remote-tracking branch 'tor-github/pr/952' into maint-0.4.0Nick Mathewson
2019-06-05Run "make autostyle."Nick Mathewson
2019-05-23In coverage builds, avoid basic-block complexity in log_debugNick Mathewson
2019-05-03Merge branch 'tor-github/pr/954'David Goulet
2019-05-02Add comments to include.am files to note where new sources goNick Mathewson
2019-04-15Fix assertf() issues when ALL_BUGS_ARE_FATAL is defined.Nick Mathewson
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-29Merge branch 'ticket29662_squashed' into ticket29662_squashed_mergedNick 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-26Merge branch 'messaging_v3' into messaging_v3_mergedNick Mathewson
2019-03-25Add a new inline function to check whether debug logging is onNick Mathewson
2019-03-25Add MESG as a new log domain.Nick Mathewson