aboutsummaryrefslogtreecommitdiff
path: root/src/common/log.h
Commit message (Expand)AuthorAge
* Add --hush switch.Peter Palfrader2008-03-27
* r18804@catbus: nickm | 2008-03-13 18:18:31 -0400Nick Mathewson2008-03-13
* r18630@catbus: nickm | 2008-03-05 17:31:33 -0500Nick Mathewson2008-03-05
* Update some copyright notices: it is now 2008.Nick Mathewson2008-02-07
* r15784@tombo: nickm | 2008-01-02 00:38:06 -0500Nick Mathewson2008-01-02
* clean up copyrights, and assign 2007 copyrights to The Tor Project, IncRoger Dingledine2007-12-12
* r14093@catbus: nickm | 2007-08-08 01:49:54 -0400Nick Mathewson2007-08-08
* free some more memory on exitRoger Dingledine2007-07-16
* r13477@catbus: nickm | 2007-06-17 14:22:03 -0400Nick Mathewson2007-06-17
* r12852@catbus: nickm | 2007-05-22 11:00:27 -0400Nick Mathewson2007-05-22
* r12468@Kushana: nickm | 2007-03-06 15:24:00 -0500Nick Mathewson2007-03-06
* r11860@catbus: nickm | 2007-02-21 00:56:15 -0500Nick Mathewson2007-02-21
* r11775@catbus: nickm | 2007-02-12 16:39:09 -0500Nick Mathewson2007-02-12
* r11639@catbus: nickm | 2007-02-05 13:33:38 -0500Nick Mathewson2007-02-05
* r11629@catbus: nickm | 2007-02-02 15:06:17 -0500Nick Mathewson2007-02-02
* 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