aboutsummaryrefslogtreecommitdiff
path: root/src/common/log.h
Commit message (Expand)AuthorAge
* flesh out the source file descriptions for doxygenRoger Dingledine2005-06-11
* Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson2005-06-09
* New whitespace normalization rule: no blank line at EOF.Nick Mathewson2005-06-09
* Revise control spec and implementation to allow all log messages to be sent t...Nick Mathewson2005-04-05
* update copyright notices.Nick Mathewson2005-04-01
* Add code to suppress spurious libevent log msgs; use it to resolve bug 68.Nick Mathewson2005-04-01
* Use recent libevent features when possibleNick Mathewson2005-04-01
* doxygen uses backslashes, not forward-slashesNick Mathewson2004-11-30
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson2004-11-29
* Normalize space: add one between every control keyword and control clause.Nick Mathewson2004-11-28
* remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine2004-11-26
* kill -USR2 now moves all logs to loglevel debugRoger Dingledine2004-11-20
* Make log_fn not fail so miserably on VC6Nick Mathewson2004-11-15
* ugly macros to make log_fn play nice on non-GCC compilers.Nick Mathewson2004-11-15
* Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson2004-11-09
* Use new log format; convert old format to new format.Nick Mathewson2004-11-05
* Add a callback log handler typeNick Mathewson2004-11-03
* Split util into util (general utilities), container (smartlist and strmap), a...Nick Mathewson2004-11-01
* Add SysLog option to direct log messages to the system log instead of a FILE*.Nick Mathewson2004-10-26
* Stop multiplying logs on sighup.Nick Mathewson2004-06-02
* minor comment patchRoger Dingledine2004-05-21
* Tinker with log behavior: never send error messages about logs into the bitbu...Nick Mathewson2004-05-20
* Allow multiple logfiles at different severity rangesNick Mathewson2004-05-19
* doxygen markup for common/*.hRoger Dingledine2004-05-10
* Doxygenate common.Nick Mathewson2004-05-10
* Document stuff, reduce magic numbers, add emacs magicNick Mathewson2004-04-06
* add in a 'notice' log levelRoger Dingledine2004-03-30
* clean tabs, trailing whitespaceRoger Dingledine2003-12-17
* make --debuglogfile (or any second log file) workRoger Dingledine2003-12-14
* clean up some copyrightsRoger Dingledine2003-12-13
* Make add_file_log return 0 on success.Nick Mathewson2003-10-15
* change WARNING to WARNRoger Dingledine2003-10-10
* some early bugfixesRoger Dingledine2003-10-07
* Add backend support for multiple logfiles, including console logs.Nick Mathewson2003-09-16
* Start of port to win32. Missing are:Nick Mathewson2003-08-12
* correct log()'s commentRoger Dingledine2003-06-24
* Remove false warnings from printf checksNick Mathewson2003-06-21
* Have GCC catch errors in format stringsNick Mathewson2003-06-17
* Come up with a less macro-happy, even more portable log_fn implementationNick Mathewson2003-06-17
* Make log_fn work on apples with no workarounds needed in main codeNick Mathewson2003-06-17
* Fix MacOS buildNick Mathewson2003-06-14
* Fail less spectacularly on macosNick Mathewson2003-05-09
* Fix build on linux; macos is still messed upNick Mathewson2003-05-09
* One is the language; the other is the compilerNick Mathewson2003-05-09
* work on versioning; new log_fn functionNick Mathewson2003-05-09
* Initial revisionRoger Dingledine2002-06-26