aboutsummaryrefslogtreecommitdiff
path: root/src/lib/log/log.c
AgeCommit message (Expand)Author
2024-04-13also consider LD_BUG logs when counting bug reachedtrinity-1686a
2023-09-12add metrics counter for BUG() reachedtrinity-1686a
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2020-11-12Fix typos.Samanta Navarro
2020-09-23Remove support for old android "logcat" APINick Mathewson
2020-07-14doc: Move manpages into doc/man/David Goulet
2020-03-09Merge branch 'tor-github/pr/1723'David Goulet
2020-02-13Run "make autostyle"teor
2020-02-13log: Stop duplicating error file fdsteor
2020-02-13err/log: Stop closing stderr and stdout during shutdownteor
2020-02-06Fix a couple more long warning linesNick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-10-22Merge branch 'ticket31705_v2' into ticket31705_v2_mergedNick Mathewson
2019-10-22Use #warning instead of #warn: one is C and one isn't.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-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-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-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-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-08Add a compile-time assertion to prevent a recurrence of 31080.Nick Mathewson
2019-06-05Run "make autostyle."Nick Mathewson
2019-03-26Merge branch 'messaging_v3' into messaging_v3_mergedNick Mathewson
2019-03-25Add MESG as a new log domain.Nick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick 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-11-05Turn the logging code into a subsystemNick Mathewson
2018-11-05Move the code that knows our tor version into a lowest-level libNick Mathewson
2018-08-28Fix log.c comments about assert vs tor_assert vs raw_assert.Nick Mathewson
2018-07-11Move all use cases of micro-revision.i to a single placeNick Mathewson
2018-07-10Rename tm_cvt to time_to_tmNick Mathewson
2018-07-10Rename torlog.[ch] to log.[ch]Nick Mathewson