summaryrefslogtreecommitdiff
path: root/src/common/log.c
AgeCommit message (Expand)Author
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-03-16Merge branch 'prop140_21643_diff_only_squashed'Nick Mathewson
2017-03-16Consensus diff backend from Daniel Martí GSOC project.Daniel Martí
2017-03-15Run the copyright update script.Nick Mathewson
2017-03-14Create logfiles in mode 0640Nick Mathewson
2016-12-16Merge branch 'prop271_030_v1_squashed'Nick Mathewson
2016-12-06Accept non-space whitespace characters in log severity syntax.J. Ryan Stinnett
2016-11-30Add a GUARD log domain, for use with new guards codeNick Mathewson
2016-10-27Automated change to use smartlist_add_strdupovercaffeinated
2016-09-06checkSpace.pl now forbids more identifiers.Nick Mathewson
2016-08-31setup_capture_of_logs: no longer suppress log messagesNick Mathewson
2016-07-28Fix a huge pile of -Wshadow warnings.Nick Mathewson
2016-06-15Mark src/common tor_assert(0)/tor_fragile_assert() unreached for coverageNick Mathewson
2016-06-11Add -Wmissing-variable-declarations, with attendant fixesNick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-02-05Avoid calling log functions in logv when SMARTLIST_DEBUG is definedteor (Tim Wilson-Brown)
2016-02-05Check that the log mutex is initialised before trying to lock or unlock itteor (Tim Wilson-Brown)
2016-01-15Whitespace cleanupNick Mathewson
2016-01-13Revert my addition of callback cleaner and instead use existing functionality...Ola Bini
2016-01-13Remove a small memory leak in log callback setupOla Bini
2015-12-15Replace usage of INLINE with inlinecypherpunks
2015-10-02Fix check-spaces complaintsNick Mathewson
2015-09-30Document syslog_identity_tag for add_syslog_logPeter Palfrader
2015-09-30Add SyslogIdentityTagPeter Palfrader
2015-07-15Use C99 variadic macros when not on GCC.Nick Mathewson
2015-03-24Merge remote-tracking branch 'public/bug15269'Nick Mathewson
2015-03-14Avoid double-parens in log_fn() messages on clang.Nick Mathewson
2015-03-14Log version when LD_BUG is logged.Nick Mathewson
2015-02-06Avoid logging startup messages twiceSebastian Hahn
2015-02-05use ARRAY_LENGTH macro in domain_to_stringNick Mathewson
2015-02-05Add a string representation for LD_SCHED, and a extra sanity check.Yawning Angel
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-21Make log bufer 10k, not 9.78k.teor
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-10-23Fix minor typos, two line lengths, and a repeated includeteor
2014-09-10Remember log messages that happen before logs are configuredNick Mathewson
2014-09-10Refactor the 'deliver a log message' logic to its own function.Nick Mathewson
2014-09-10Turn log loop into a for loop, and "Does this lf want this" into a fnNick Mathewson
2014-09-10Refactor pending_cb_message_t into a type with proper functionsNick Mathewson
2014-07-16fix a c99-ismNick Mathewson
2014-07-16Add a tor_ftruncate to replace ftruncate.Nick Mathewson
2014-07-16Add an option to overwrite logsArlo Breault
2014-05-20sandbox: support logfile rotationNick Mathewson
2014-04-15Uplift status.c unit test coverage with new test cases and macros.dana koch
2014-02-15Remove a bunch of functions that were never called.Nick Mathewson
2013-11-22Handle unlikely negative time in tor_log_err_sigsafeNick Mathewson
2013-11-18Improve new assertion message loggingNick Mathewson
2013-11-18Add a sighandler-safe logging mechanismNick Mathewson
2013-07-15Merge remote-tracking branch 'public/fancy_test_tricks'Nick Mathewson
2013-07-11Add a basic seccomp2 syscall filter on LinuxCristian Toader