aboutsummaryrefslogtreecommitdiff
path: root/src/common/log.c
Commit message (Expand)AuthorAge
* sandbox: support logfile rotationNick Mathewson2014-05-20
* Uplift status.c unit test coverage with new test cases and macros.dana koch2014-04-15
* Remove a bunch of functions that were never called.Nick Mathewson2014-02-15
* Handle unlikely negative time in tor_log_err_sigsafeNick Mathewson2013-11-22
* Improve new assertion message loggingNick Mathewson2013-11-18
* Add a sighandler-safe logging mechanismNick Mathewson2013-11-18
* Merge remote-tracking branch 'public/fancy_test_tricks'Nick Mathewson2013-07-15
|\
| * Completely refactor how FILENAME_PRIVATE worksNick Mathewson2013-07-10
* | Add a basic seccomp2 syscall filter on LinuxCristian Toader2013-07-11
|/
* Merge remote-tracking branch 'public/easy_ratelim'Nick Mathewson2013-02-07
|\
| * Wrapper function for the common rate-limited-log pattern.Nick Mathewson2012-12-26
* | Merge remote-tracking branch 'public/bug7816_023'Nick Mathewson2013-02-07
|\ \
| * | Fix various small leaks on error casesNick Mathewson2012-12-28
* | | Update the copyright date to 201.Nick Mathewson2013-01-16
| |/ |/|
* | Rename all reserved C identifiers we definedNick Mathewson2012-10-12
* | Add LD_CHANNEL log domain in log.cAndrea Shepard2012-10-08
|/
* Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson2012-07-17
* Resolve about 24 DOCDOCsNick Mathewson2012-06-05
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson2012-06-04
* Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-05-31
|\
| * Fix more clang format-nonliteral warnings (bug 5969)Nick Mathewson2012-05-30
* | Rename nonconformant identifiers.Nick Mathewson2012-01-18
* | Add the heartbeat domain in log.c:domain_list[]George Kadianakis2011-06-05
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-23
|\|
| * Fix some commentsRobert Ransom2011-05-20
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-08
|\|
| * Free pending_cb_messages on exitNick Mathewson2011-04-07
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-03-16
|\|
| * Clean up whitespaceNick Mathewson2011-03-16
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-03-16
|\|
| * Doxygen documentation for about 100 things that didn't have anyNick Mathewson2011-03-16
* | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-02-22
|\|
| * That shalt also not have a label without a statement.Nick Mathewson2011-02-22
| * Thou shalt not overflow even stupidly small buffersRobert Ransom2011-02-04
| * Add a torrc option to report log domainsNick Mathewson2011-01-25
| * Simplify syntax for negated log domainsNick Mathewson2011-01-25
* | typosRoger Dingledine2011-01-12
* | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-03
|\|
| * Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-03
| |\
| | * Bump copyright statements to 2011Nick Mathewson2011-01-03
| | * Do not send Libevent log messages to a controller (0.2.1 backport)Nick Mathewson2010-11-19
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-12-21
|\| |
| * | Only add each log message to pending_cb_messages once.Robert Ransom2010-12-11
| * | Don't call flush_pending_log_callbacks while logging LD_NOCB messages.Robert Ransom2010-12-11
| * | Better fix for 2190: defer libevent->controller messages instead of droppingNick Mathewson2010-11-19
| * | Do not send Libevent log messages to a controller.Nick Mathewson2010-11-19
* | | Open log files with CLOEXEC flag setSteven Murdoch2010-12-01
* | | Make logging resolution configurable.Karsten Loesing2010-10-04
|/ /
* | Rename log.h to torlog.hNick Mathewson2010-07-09