aboutsummaryrefslogtreecommitdiff
path: root/src/common/log.c
AgeCommit message (Expand)Author
2011-02-22Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-02-22That shalt also not have a label without a statement.Nick Mathewson
2011-02-04Thou shalt not overflow even stupidly small buffersRobert Ransom
2011-01-25Add a torrc option to report log domainsNick Mathewson
2011-01-25Simplify syntax for negated log domainsNick Mathewson
2011-01-12typosRoger Dingledine
2011-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-12-21Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-12-11Only add each log message to pending_cb_messages once.Robert Ransom
2010-12-11Don't call flush_pending_log_callbacks while logging LD_NOCB messages.Robert Ransom
2010-12-01Open log files with CLOEXEC flag setSteven Murdoch
2010-11-19Better fix for 2190: defer libevent->controller messages instead of droppingNick Mathewson
2010-11-19Do not send Libevent log messages to a controller (0.2.1 backport)Nick Mathewson
2010-11-19Do not send Libevent log messages to a controller.Nick Mathewson
2010-10-04Make logging resolution configurable.Karsten Loesing
2010-07-09Rename log.h to torlog.hNick Mathewson
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2010-01-25Don't unlock a new log until done logging the tor version.Nick Mathewson
2009-12-15Refactor a bit so that it is safe to include math.h, and mostly not needed.Nick Mathewson
2009-12-12*_free functions now accept NULLSebastian Hahn
2009-11-22add a minimum for CircuitStreamTimeout, plus a man pageRoger Dingledine
2009-09-24Debugging logs for TLS handshakeNick Mathewson
2009-09-01Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-09-01Fix compile warnings on Snow LeopardSebastian Hahn
2009-08-27Merge branch 'maint-0.2.1'Roger Dingledine
2009-08-20Fix a rare infinite-recursion bug when shutting down.Nick Mathewson
2009-06-12Update Tor to use Libevent 2.0 APIs when available.Nick Mathewson
2009-05-04Update copyright to 2009.Karsten Loesing
2009-05-02Update copyright to 2009.Karsten Loesing
2009-01-23Fix typo found by Justin Coffi on or-talkNick Mathewson
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-30Remove some code that is #ifdefed out, and that we no longer seem to use, if ...Nick Mathewson
2008-12-22Make freelist_len in memarea.c static; document a few variables.Nick Mathewson
2008-12-22Add DOCDOC entries for undocumented static and global variables.Nick Mathewson
2008-12-22Fix most DOCDOCs remaining and/or added by redox.Nick Mathewson
2008-12-18One log.c XXX021 was a misunderstanding. Also, clip log messages passed to s...Nick Mathewson
2008-12-17Resolve many DOCDOCs.Nick Mathewson
2008-12-02Change logging code to use fds instead of stdio. Fixes bug 861, and probably...Nick Mathewson
2008-11-17Update _log_global_min_severity after switch_logs_debug(), so that USR2 will ...Nick Mathewson
2008-09-23More logging for mtbf/wfu calculations.Nick Mathewson
2008-09-05Make severity args to add_*_log() functions be constNick Mathewson
2008-03-27Add --hush switch.Peter Palfrader
2008-03-27 r19089@catbus: nickm | 2008-03-27 11:05:23 -0400Nick Mathewson
2008-03-26fix a leak when adding a temp logRoger Dingledine
2008-03-26fix mem leak in parsing log config linesRoger Dingledine
2008-03-17 r18861@catbus: nickm | 2008-03-16 23:22:56 -0400Nick Mathewson
2008-03-13 r18804@catbus: nickm | 2008-03-13 18:18:31 -0400Nick Mathewson