summaryrefslogtreecommitdiff
path: root/src/common/log.h
AgeCommit message (Expand)Author
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
2004-05-10Doxygenate common.Nick Mathewson
2004-04-06Document stuff, reduce magic numbers, add emacs magicNick Mathewson
2004-03-30add in a 'notice' log levelRoger Dingledine
2003-12-17clean tabs, trailing whitespaceRoger Dingledine
2003-12-14make --debuglogfile (or any second log file) workRoger Dingledine
2003-12-13clean up some copyrightsRoger Dingledine
2003-10-15Make add_file_log return 0 on success.Nick Mathewson
2003-10-10change WARNING to WARNRoger Dingledine
2003-10-07some early bugfixesRoger Dingledine
2003-09-16Add backend support for multiple logfiles, including console logs.Nick Mathewson
2003-08-12Start of port to win32. Missing are:Nick Mathewson
2003-06-24correct log()'s commentRoger Dingledine
2003-06-21Remove false warnings from printf checksNick Mathewson
2003-06-17Have GCC catch errors in format stringsNick Mathewson
2003-06-17Come up with a less macro-happy, even more portable log_fn implementationNick Mathewson
2003-06-17Make log_fn work on apples with no workarounds needed in main codeNick Mathewson
2003-06-14Fix MacOS buildNick Mathewson
2003-05-09Fail less spectacularly on macosNick Mathewson
2003-05-09Fix build on linux; macos is still messed upNick Mathewson
2003-05-09One is the language; the other is the compilerNick Mathewson
2003-05-09work on versioning; new log_fn functionNick Mathewson
2002-06-26Initial revisionRoger Dingledine