summaryrefslogtreecommitdiff
path: root/src/common/log.c
AgeCommit message (Expand)Author
2005-11-30Remove some functions that were around for hupping log files. We handleRoger Dingledine
2005-11-30Fix some verbose warnings and remove an unneeded include.Nick Mathewson
2005-11-30remove some functions that are not used; #if0 out some files that are not lik...Nick Mathewson
2005-11-15Make new logging stuff work on windows; fix a couple of windows typos.Nick Mathewson
2005-11-13When logging via syslog, include the pid whenever we provideRoger Dingledine
2005-11-01using an unsigned int for something that requires at least 3 bytesRoger Dingledine
2005-10-25Also here.Nick Mathewson
2005-10-25Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....Nick Mathewson
2005-10-18Start dividing log messages into logging domains. No, LD_ is not the best of...Nick Mathewson
2005-09-30Reformat inconsistent function declarations.Nick Mathewson
2005-09-29Add a bunch more warnings to out warning suite; resolve them; pack structs a ...Nick Mathewson
2005-08-12Make GCC very happy, even with lots of warnings set. Also, try to fix some re...Nick Mathewson
2005-08-08disarm a trap that's lying in wait for usRoger Dingledine
2005-06-11flesh out the source file descriptions for doxygenRoger Dingledine
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-06-08Remove extraneous newlines from libevent log messages. Backport candidate?Nick Mathewson
2005-04-08Make libevent_logging_callback static.Nick Mathewson
2005-04-05Revise control spec and implementation to allow all log messages to be sent t...Nick Mathewson
2005-04-01update copyright notices.Nick Mathewson
2005-04-01fix typo in earlier libevent mmessage suppress patchNick Mathewson
2005-04-01Add code to suppress spurious libevent log msgs; use it to resolve bug 68.Nick Mathewson
2005-04-01Use recent libevent features when possibleNick Mathewson
2005-03-17Commit fixes for several pending tor core tasks: document all DOCDOCed functi...Nick Mathewson
2005-02-22Patch to localtime/gmtime handling: use the _r variants where available. Use...Nick Mathewson
2005-01-04make the initial temp log only notice-err, not info-errRoger Dingledine
2004-12-22fix an assert on startup when the disk is full and you're logging to a fileRoger Dingledine
2004-11-30clarify why strlcpy is safe in truncated log messagesNick Mathewson
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-29Remove needless -2 in log code. This was not an underflow risk, sinze we onl...Nick Mathewson
2004-11-29clean up the previous underflow check, and also point outRoger Dingledine
2004-11-29prevent integer underflowRoger Dingledine
2004-11-28wrong is ok, and right is fine, but in between is apparentlyRoger Dingledine
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-24Flush the logfd after we print "Tor opening log file", so we don't see those ...Peter Palfrader
2004-11-20and a comment so i don't try to 'fix' it again laterRoger Dingledine
2004-11-20yes, in fact, i broke it. putting back.Roger Dingledine
2004-11-20kill -USR2 now moves all logs to loglevel debugRoger Dingledine
2004-11-20simplify close_temp_logs()Roger Dingledine
2004-11-20remove another possible sigpipe causeRoger 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-14Fix "implicit declaration of ftello" warning: add AC_FUNC_FSEEKO in configure...Nick Mathewson
2004-11-14remove redundant stdio.hRoger Dingledine
2004-11-14clean up the ftello call a little bit.Roger Dingledine
2004-11-12Use autoconf to enable largefile support where necessary. Use ftello where av...Nick Mathewson
2004-11-09Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson
2004-11-09various fixesRoger Dingledine
2004-11-05Use new log format; convert old format to new format.Nick Mathewson
2004-11-03fix typosNick Mathewson