summaryrefslogtreecommitdiff
path: root/src/common/log.c
AgeCommit message (Expand)Author
2004-04-28Make Tor build on win32 with VC6 without warnings.Nick Mathewson
2004-04-06Document stuff, reduce magic numbers, add emacs magicNick Mathewson
2004-04-03Make "common" no longer depend on or.hNick Mathewson
2004-04-03Refactor the heck out of crypto interface: admit that we will stick with one ...Nick Mathewson
2004-03-30add in a 'notice' log levelRoger Dingledine
2004-03-14crash when our logs go badRoger Dingledine
2004-03-09Make tor build on windows again. More work still neededNick Mathewson
2003-12-17clean tabs, trailing whitespaceRoger Dingledine
2003-12-14make --debuglogfile (or any second log file) workRoger Dingledine
2003-11-19Check that we can write to the logfile and log a warning to stderr if we can'tPeter Palfrader
2003-10-18rewrite close_logs so it could possibly workRoger Dingledine
2003-10-15clean up logging, allow user to specify log filesRoger Dingledine
2003-10-15Make add_file_log return 0 on success.Nick Mathewson
2003-10-10oops, bugfixRoger Dingledine
2003-10-10change WARNING to WARNRoger Dingledine
2003-10-08Update LICENSE and copyright dates.Nick Mathewson
2003-10-07some early bugfixesRoger Dingledine
2003-10-04wrap strdup; prefer time() to gettimeofday()Roger Dingledine
2003-10-04clean some includesRoger Dingledine
2003-10-01Flush after fputsNick Mathewson
2003-09-30make log use a larger buffer, for easier debuggingRoger Dingledine
2003-09-29bugfixes and features: closer to making dirserv workRoger Dingledine
2003-09-26finish enforcing the log conventionRoger Dingledine
2003-09-25various bugfixes and updatesRoger Dingledine
2003-09-19fix a segfault on truncated log linesRoger Dingledine
2003-09-16Add backend support for multiple logfiles, including console logs.Nick Mathewson
2003-09-11Non-debugging messages are nice to log tooNick Mathewson
2003-08-12Start of port to win32. Missing are:Nick Mathewson
2003-06-25clean up sev_to_string hack in log.cRoger Dingledine
2003-06-21Remove false warnings from printf checksNick Mathewson
2003-06-17Come up with a less macro-happy, even more portable log_fn implementationNick Mathewson
2003-03-19Add a missing long cast to log.c for portabilityNick Mathewson
2002-11-24added milliseconds to log linesRoger Dingledine
2002-09-04the logs now include a timestamp and severityRoger Dingledine
2002-07-12removed loglevel from global namespace. severity level is set using log() wit...Bruce Montrose
2002-06-26Initial revisionRoger Dingledine