aboutsummaryrefslogtreecommitdiff
path: root/src/common/log.h
Commit message (Expand)AuthorAge
* mainline branch. Remove some more dead XXXs.Nick Mathewson2006-04-18
* Instead of listing a set of compilers that prefers __func__ to __FUNCTION__, ...Nick Mathewson2006-03-13
* Add function names to log_* on non-gccPeter Palfrader2006-02-18
* Finish log function renaming for non-GNUC systemsPeter Palfrader2006-02-18
* Start the process of converting warn to log_warn and so on.Roger Dingledine2006-02-13
* Happy new year!Roger Dingledine2006-02-09
* Fix bug 230: add a rollback function to reverse all changes since the last ma...Nick Mathewson2006-01-11
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson2005-12-14
* remove some functions that are not used; #if0 out some files that are not lik...Nick Mathewson2005-11-30
* Make new logging stuff work on windows; fix a couple of windows typos.Nick Mathewson2005-11-15
* using an unsigned int for something that requires at least 3 bytesRoger Dingledine2005-11-01
* Remove last vestiges of old logging interface.Nick Mathewson2005-10-25
* consistency is the hobgoblin of little armasRoger Dingledine2005-10-25
* Switch remaining files to new log interface.Nick Mathewson2005-10-25
* Fix log levels notice and warn for new logging stuffPeter Palfrader2005-10-25
* Change more files to new loggin interface. 3 left.Nick Mathewson2005-10-25
* Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....Nick Mathewson2005-10-25
* add more domainsNick Mathewson2005-10-24
* Check for even more windows version flags, and note any we do not recognize.Nick Mathewson2005-10-24
* Update more files to new log stuff.Nick Mathewson2005-10-18
* Migrate a few more files to domained loggingNick Mathewson2005-10-18
* Start dividing log messages into logging domains. No, LD_ is not the best of...Nick Mathewson2005-10-18
* 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