aboutsummaryrefslogtreecommitdiff
path: root/src/lib/err
AgeCommit message (Expand)Author
2020-03-26Add a SUBSYS_DECLARE_LOCATION() to every subsystem.Nick Mathewson
2020-02-13Run "make autostyle"teor
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-12-20Replace several C identifiers.teor
2019-11-15Doxygen: rename all .dox files to end with .mdNick Mathewson
2019-11-15Doxygen: remove /** and **/ from all .dox filesNick Mathewson
2019-11-04Doxygen: Avoid ambiguity in @dir directivesNick Mathewson
2019-11-04doxygen: Take "lib" descriptions from doc/HACKING/design.Nick Mathewson
2019-11-04Add stub directory-level documentation for most source directoriesNick Mathewson
2019-10-20err: Use the correct type for cb_bufteor
2019-10-07Merge remote-tracking branch 'tor-github/pr/1379'Nick Mathewson
2019-09-30err: Remove a duplicate header in backtrace.cteor
2019-09-30err: Always lock the backtrace buffer before it is usedteor
2019-09-30Re-run "make autostyle" with improved annotate_ifdef_directivesNick Mathewson
2019-09-30Merge branch 'tor-github/pr/1302'George Kadianakis
2019-09-26backtrace: avoid undefined behaviour on re-initialisationteor
2019-09-24backtrace: Add a missing check for HAVE_PTHREAD_H before using mutexesteor
2019-09-24backtrace: Disable signal handlers in remove_bt_handler()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-09Merge branch 'tor-github/pr/1287'David Goulet
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-09torerr: Close sigsafe fds on shutdownteor
2019-09-06subsys: Make the subsystem init order match the module dependenciesteor
2019-09-04torerr: Fix a comment typo and update the comment for format_number_sigsafe()teor
2019-09-04Merge branch 'bug31571_040' into bug31571_041teor
2019-09-04Merge branch 'bug31571_035' into bug31571_040teor
2019-09-04backtrace: Check the return values of snprintf() and strncpy()teor
2019-08-30torerr: Try harder to flush raw assert messages before process terminationteor
2019-08-30torerr: Log the Tor backtrace version when a raw assertion failsteor
2019-08-30backtrace: Log the Tor backtrace version whenever we log a backtraceteor
2019-08-30backtrace: Always set a backtrace Tor versionteor
2019-07-19Extract the log_domain_t type to a lower-level headerNick Mathewson
2019-07-08Use a 64-bit mask for log domains, and fix a conflictNick Mathewson
2019-06-05Run "make autostyle."Nick Mathewson
2019-05-02Add comments to include.am files to note where new sources goNick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2019-01-09Merge branch 'maint-0.3.5'Nick Mathewson
2019-01-09Fix (and make consistent) the use of OpenBSD preprocessor macro testsKris Katterjohn
2018-11-09Rename subsystem callback functions to make them consistentNick Mathewson
2018-11-09fixup! Make initialization for the "err" library into a subsystem.Nick Mathewson
2018-11-05Make initialization for the "err" library into a subsystem.Nick Mathewson
2018-07-03Refrain from potentially insecure usage of strncat()rl1987
2018-07-01File-level documentation for some of src/lib.Nick Mathewson
2018-06-25Include stdio.h in torerr.c.Nick Mathewson
2018-06-21New script to check includes for modularity violationsNick Mathewson