aboutsummaryrefslogtreecommitdiff
path: root/src/common/log.h
Commit message (Expand)AuthorAge
* Add backend support for multiple logfiles, including console logs.•••Also optimize logging by formatting messages in memory before sending them through stdio. (It turns out (according to gprof) that logging performance matters.) svn:r463 Nick Mathewson2003-09-16
* Start of port to win32. Missing are:••• - signal support - forking for DNS farm - changes for async IO - daemonizing In other words, some files still don't build, and the ones that do build, do nonblocking IO incorrectly. I'm also not checking in the project files till I have a good place for them. svn:r380 Nick Mathewson2003-08-12
* correct log()'s comment•••svn:r350 Roger Dingledine2003-06-24
* Remove false warnings from printf checks•••svn:r340 Nick Mathewson2003-06-21
* Have GCC catch errors in format strings•••svn:r332 Nick Mathewson2003-06-17
* Come up with a less macro-happy, even more portable log_fn implementation•••svn:r331 Nick Mathewson2003-06-17
* Make log_fn work on apples with no workarounds needed in main code•••svn:r330 Nick Mathewson2003-06-17
* Fix MacOS build•••svn:r320 Nick Mathewson2003-06-14
* Fail less spectacularly on macos•••svn:r291 Nick Mathewson2003-05-09
* Fix build on linux; macos is still messed up•••svn:r290 Nick Mathewson2003-05-09
* One is the language; the other is the compiler•••svn:r289 Nick Mathewson2003-05-09
* work on versioning; new log_fn function•••svn:r288 Nick Mathewson2003-05-09
* Initial revision•••svn:r2 Roger Dingledine2002-06-26