summaryrefslogtreecommitdiff
path: root/src/common/log.h
AgeCommit message (Expand)Author
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
2005-04-01Use recent libevent features when possibleNick Mathewson
2004-11-30doxygen uses backslashes, not forward-slashesNick Mathewson
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-28Normalize space: add one between every control keyword and control clause.Nick Mathewson
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
2004-11-20kill -USR2 now moves all logs to loglevel debugRoger Dingledine
2004-11-15Make log_fn not fail so miserably on VC6Nick Mathewson
2004-11-15ugly macros to make log_fn play nice on non-GCC compilers.Nick Mathewson
2004-11-09Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson
2004-11-05Use new log format; convert old format to new format.Nick Mathewson
2004-11-03Add a callback log handler typeNick Mathewson
2004-11-01Split util into util (general utilities), container (smartlist and strmap), a...Nick Mathewson
2004-10-26Add SysLog option to direct log messages to the system log instead of a FILE*.Nick Mathewson
2004-06-02Stop multiplying logs on sighup.Nick Mathewson
2004-05-21minor comment patchRoger Dingledine
2004-05-20Tinker with log behavior: never send error messages about logs into the bitbu...Nick Mathewson
2004-05-19Allow multiple logfiles at different severity rangesNick Mathewson
2004-05-10doxygen markup for common/*.hRoger Dingledine