aboutsummaryrefslogtreecommitdiff
path: root/src/lib/log/log.h
AgeCommit message (Expand)Author
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2020-09-23Remove support for old android "logcat" APINick Mathewson
2020-02-13err/log: Stop closing stderr and stdout during shutdownteor
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-10-22Re-run make autostyle.Nick Mathewson
2019-10-22Merge branch 'ticket31705_v2' into ticket31705_v2_mergedNick Mathewson
2019-10-22Apparently coccinelle can't handle multiline #errors.Nick Mathewson
2019-10-22Make a pair of add_*_log() functions mockable.Nick Mathewson
2019-10-17Replace add_temp_log() with add_default_log().Nick Mathewson
2019-10-03Merge branch 'tor-github/pr/1377'George Kadianakis
2019-09-30Re-run "make autostyle" with improved annotate_ifdef_directivesNick Mathewson
2019-09-30log: Define count, boundary, and all macros for domains and flagsteor
2019-09-25log: Move SEVERITY_MASK_IDX() to log.hteor
2019-09-12Merge branch 'tor-github/pr/1303'George Kadianakis
2019-09-09log: Close log and err file descriptors before abortingteor
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-05Run "make autostyle."Nick Mathewson
2019-05-23In coverage builds, avoid basic-block complexity in log_debugNick Mathewson
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
2019-03-12Fix all nonconformant headers' guard macros.Nick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-12-20Add LD_BTRACK log domain for bootstrap trackerTaylor Yu
2018-12-17Add "PT" log domain.Alexander Færøy
2018-11-27Add LD_PROCESS as log domain.Alexander Færøy
2018-07-10Rename torlog.[ch] to log.[ch]Nick Mathewson