summaryrefslogtreecommitdiff
path: root/src/common/log.h
AgeCommit message (Expand)Author
2009-05-27Spell-check Tor.Nick Mathewson
2009-05-04Update copyright to 2009.Karsten Loesing
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-29Use a consistent naming standard for header file guard macros, taking care no...Nick Mathewson
2008-12-02Change logging code to use fds instead of stdio. Fixes bug 861, and probably...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-13 r18804@catbus: nickm | 2008-03-13 18:18:31 -0400Nick Mathewson
2008-03-05 r18630@catbus: nickm | 2008-03-05 17:31:33 -0500Nick Mathewson
2008-02-07Update some copyright notices: it is now 2008.Nick Mathewson
2008-01-02 r15784@tombo: nickm | 2008-01-02 00:38:06 -0500Nick Mathewson
2007-12-12clean up copyrights, and assign 2007 copyrights to The Tor Project, IncRoger Dingledine
2007-08-08 r14093@catbus: nickm | 2007-08-08 01:49:54 -0400Nick Mathewson
2007-07-16free some more memory on exitRoger Dingledine
2007-06-17 r13477@catbus: nickm | 2007-06-17 14:22:03 -0400Nick Mathewson
2007-05-22 r12852@catbus: nickm | 2007-05-22 11:00:27 -0400Nick Mathewson
2007-03-06 r12468@Kushana: nickm | 2007-03-06 15:24:00 -0500Nick Mathewson
2007-02-21 r11860@catbus: nickm | 2007-02-21 00:56:15 -0500Nick Mathewson
2007-02-12 r11775@catbus: nickm | 2007-02-12 16:39:09 -0500Nick Mathewson
2007-02-05 r11639@catbus: nickm | 2007-02-05 13:33:38 -0500Nick Mathewson
2007-02-02 r11629@catbus: nickm | 2007-02-02 15:06:17 -0500Nick Mathewson
2006-04-18mainline branch. Remove some more dead XXXs.Nick Mathewson
2006-03-13Instead of listing a set of compilers that prefers __func__ to __FUNCTION__, ...Nick Mathewson
2006-02-18Add function names to log_* on non-gccPeter Palfrader
2006-02-18Finish log function renaming for non-GNUC systemsPeter Palfrader
2006-02-13Start the process of converting warn to log_warn and so on.Roger Dingledine
2006-02-09Happy new year!Roger Dingledine
2006-01-11Fix bug 230: add a rollback function to reverse all changes since the last ma...Nick Mathewson
2005-12-14Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson
2005-11-30remove some functions that are not used; #if0 out some files that are not lik...Nick Mathewson
2005-11-15Make new logging stuff work on windows; fix a couple of windows typos.Nick Mathewson
2005-11-01using an unsigned int for something that requires at least 3 bytesRoger Dingledine
2005-10-25Remove last vestiges of old logging interface.Nick Mathewson
2005-10-25consistency is the hobgoblin of little armasRoger Dingledine
2005-10-25Switch remaining files to new log interface.Nick Mathewson
2005-10-25Fix log levels notice and warn for new logging stuffPeter Palfrader
2005-10-25Change more files to new loggin interface. 3 left.Nick Mathewson
2005-10-25Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....Nick Mathewson
2005-10-24add more domainsNick Mathewson
2005-10-24Check for even more windows version flags, and note any we do not recognize.Nick Mathewson
2005-10-18Update more files to new log stuff.Nick Mathewson
2005-10-18Migrate a few more files to domained loggingNick Mathewson
2005-10-18Start dividing log messages into logging domains. No, LD_ is not the best of...Nick Mathewson
2005-06-11flesh out the source file descriptions for doxygenRoger Dingledine
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-06-09New whitespace normalization rule: no blank line at EOF.Nick Mathewson
2005-04-05Revise control spec and implementation to allow all log messages to be sent t...Nick Mathewson
2005-04-01update copyright notices.Nick Mathewson
2005-04-01Add code to suppress spurious libevent log msgs; use it to resolve bug 68.Nick Mathewson