aboutsummaryrefslogtreecommitdiff
path: root/src/common/log.h
Commit message (Collapse)AuthorAge
* clean tabs, trailing whitespaceRoger Dingledine2003-12-17
| | | | svn:r952
* make --debuglogfile (or any second log file) workRoger Dingledine2003-12-14
| | | | svn:r935
* clean up some copyrightsRoger Dingledine2003-12-13
| | | | svn:r907
* Make add_file_log return 0 on success.Nick Mathewson2003-10-15
| | | | svn:r594
* change WARNING to WARNRoger Dingledine2003-10-10
| | | | svn:r570
* some early bugfixesRoger Dingledine2003-10-07
| | | | | | | | | | our log() conflicts with log(3) distribute only the correct files from doc/ and src/config/ sometimes laptops go back in time. i guess that's ok for now. and bump the version number because we're live. svn:r544
* Add backend support for multiple logfiles, including console logs.Nick Mathewson2003-09-16
| | | | | | | | | 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
* Start of port to win32. Missing are:Nick Mathewson2003-08-12
| | | | | | | | | | | | | | | | - 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
* correct log()'s commentRoger Dingledine2003-06-24
| | | | svn:r350
* Remove false warnings from printf checksNick Mathewson2003-06-21
| | | | svn:r340
* Have GCC catch errors in format stringsNick Mathewson2003-06-17
| | | | svn:r332
* Come up with a less macro-happy, even more portable log_fn implementationNick Mathewson2003-06-17
| | | | svn:r331
* Make log_fn work on apples with no workarounds needed in main codeNick Mathewson2003-06-17
| | | | svn:r330
* Fix MacOS buildNick Mathewson2003-06-14
| | | | svn:r320
* Fail less spectacularly on macosNick Mathewson2003-05-09
| | | | svn:r291
* Fix build on linux; macos is still messed upNick Mathewson2003-05-09
| | | | svn:r290
* One is the language; the other is the compilerNick Mathewson2003-05-09
| | | | svn:r289
* work on versioning; new log_fn functionNick Mathewson2003-05-09
| | | | svn:r288
* Initial revisionRoger Dingledine2002-06-26
svn:r2