aboutsummaryrefslogtreecommitdiff
path: root/src/common/log.c
Commit message (Expand)AuthorAge
* trivial punctuation tweakRoger Dingledine2004-07-12
* Always log version when starting tor.Nick Mathewson2004-06-30
* Implement several 008pre1 items: needs more testingNick Mathewson2004-06-21
* Stop multiplying logs on sighup.Nick Mathewson2004-06-02
* it looks like parse_log_level() was never taught about WARN?Roger 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
* it's amazing what a bit of punctuation can do for appearancesRoger Dingledine2004-05-10
* Doxygenate common.Nick Mathewson2004-05-10
* Make Tor build on win32 with VC6 without warnings.Nick Mathewson2004-04-28
* Document stuff, reduce magic numbers, add emacs magicNick Mathewson2004-04-06
* Make "common" no longer depend on or.hNick Mathewson2004-04-03
* Refactor the heck out of crypto interface: admit that we will stick with one ...Nick Mathewson2004-04-03
* add in a 'notice' log levelRoger Dingledine2004-03-30
* crash when our logs go badRoger Dingledine2004-03-14
* Make tor build on windows again. More work still neededNick Mathewson2004-03-09
* clean tabs, trailing whitespaceRoger Dingledine2003-12-17
* make --debuglogfile (or any second log file) workRoger Dingledine2003-12-14
* Check that we can write to the logfile and log a warning to stderr if we can'tPeter Palfrader2003-11-19
* rewrite close_logs so it could possibly workRoger Dingledine2003-10-18
* clean up logging, allow user to specify log filesRoger Dingledine2003-10-15
* Make add_file_log return 0 on success.Nick Mathewson2003-10-15
* oops, bugfixRoger Dingledine2003-10-10
* change WARNING to WARNRoger Dingledine2003-10-10
* Update LICENSE and copyright dates.Nick Mathewson2003-10-08
* some early bugfixesRoger Dingledine2003-10-07
* wrap strdup; prefer time() to gettimeofday()Roger Dingledine2003-10-04
* clean some includesRoger Dingledine2003-10-04
* Flush after fputsNick Mathewson2003-10-01
* make log use a larger buffer, for easier debuggingRoger Dingledine2003-09-30
* bugfixes and features: closer to making dirserv workRoger Dingledine2003-09-29
* finish enforcing the log conventionRoger Dingledine2003-09-26
* various bugfixes and updatesRoger Dingledine2003-09-25
* fix a segfault on truncated log linesRoger Dingledine2003-09-19
* Add backend support for multiple logfiles, including console logs.Nick Mathewson2003-09-16
* Non-debugging messages are nice to log tooNick Mathewson2003-09-11
* Start of port to win32. Missing are:Nick Mathewson2003-08-12
* clean up sev_to_string hack in log.cRoger Dingledine2003-06-25
* Remove false warnings from printf checksNick Mathewson2003-06-21
* Come up with a less macro-happy, even more portable log_fn implementationNick Mathewson2003-06-17
* Add a missing long cast to log.c for portabilityNick Mathewson2003-03-19
* added milliseconds to log linesRoger Dingledine2002-11-24
* the logs now include a timestamp and severityRoger Dingledine2002-09-04
* removed loglevel from global namespace. severity level is set using log() wit...Bruce Montrose2002-07-12
* Initial revisionRoger Dingledine2002-06-26