aboutsummaryrefslogtreecommitdiff
path: root/src/common/log.c
Commit message (Expand)AuthorAge
* more minor cleanupsRoger Dingledine2006-10-07
* r9008@Kushana: nickm | 2006-09-29 13:50:10 -0400Nick Mathewson2006-09-29
* r9006@Kushana: nickm | 2006-09-29 10:48:23 -0400Nick Mathewson2006-09-29
* Bandaid for a seg fault i just got in 0.1.1.20.Roger Dingledine2006-06-09
* Fix bug in close_logs(): when we close and delete logs, remove them all from ...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
* Happy new year!Roger Dingledine2006-02-09
* Apply Matt Ghali's --with-syslog-facility patchPeter Palfrader2006-02-01
* 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 were around for hupping log files. We handleRoger Dingledine2005-11-30
* Fix some verbose warnings and remove an unneeded include.Nick Mathewson2005-11-30
* 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
* When logging via syslog, include the pid whenever we provideRoger Dingledine2005-11-13
* using an unsigned int for something that requires at least 3 bytesRoger Dingledine2005-11-01
* Also here.Nick Mathewson2005-10-25
* Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....Nick Mathewson2005-10-25
* Start dividing log messages into logging domains. No, LD_ is not the best of...Nick Mathewson2005-10-18
* Reformat inconsistent function declarations.Nick Mathewson2005-09-30
* Add a bunch more warnings to out warning suite; resolve them; pack structs a ...Nick Mathewson2005-09-29
* Make GCC very happy, even with lots of warnings set. Also, try to fix some re...Nick Mathewson2005-08-12
* disarm a trap that's lying in wait for usRoger Dingledine2005-08-08
* 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
* Remove extraneous newlines from libevent log messages. Backport candidate?Nick Mathewson2005-06-08
* Make libevent_logging_callback static.Nick Mathewson2005-04-08
* 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
* fix typo in earlier libevent mmessage suppress patchNick 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
* Commit fixes for several pending tor core tasks: document all DOCDOCed functi...Nick Mathewson2005-03-17
* Patch to localtime/gmtime handling: use the _r variants where available. Use...Nick Mathewson2005-02-22
* make the initial temp log only notice-err, not info-errRoger Dingledine2005-01-04
* fix an assert on startup when the disk is full and you're logging to a fileRoger Dingledine2004-12-22
* clarify why strlcpy is safe in truncated log messagesNick Mathewson2004-11-30
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson2004-11-29
* Remove needless -2 in log code. This was not an underflow risk, sinze we onl...Nick Mathewson2004-11-29
* clean up the previous underflow check, and also point outRoger Dingledine2004-11-29
* prevent integer underflowRoger Dingledine2004-11-29
* wrong is ok, and right is fine, but in between is apparentlyRoger Dingledine2004-11-28
* 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
* Flush the logfd after we print "Tor opening log file", so we don't see those ...Peter Palfrader2004-11-24
* and a comment so i don't try to 'fix' it again laterRoger Dingledine2004-11-20
* yes, in fact, i broke it. putting back.Roger Dingledine2004-11-20
* kill -USR2 now moves all logs to loglevel debugRoger Dingledine2004-11-20
* simplify close_temp_logs()Roger Dingledine2004-11-20