index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
log.h
Age
Commit message (
Expand
)
Author
2004-11-15
Make log_fn not fail so miserably on VC6
Nick Mathewson
2004-11-15
ugly macros to make log_fn play nice on non-GCC compilers.
Nick Mathewson
2004-11-09
Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...
Nick Mathewson
2004-11-05
Use new log format; convert old format to new format.
Nick Mathewson
2004-11-03
Add a callback log handler type
Nick Mathewson
2004-11-01
Split util into util (general utilities), container (smartlist and strmap), a...
Nick Mathewson
2004-10-26
Add SysLog option to direct log messages to the system log instead of a FILE*.
Nick Mathewson
2004-06-02
Stop multiplying logs on sighup.
Nick Mathewson
2004-05-21
minor comment patch
Roger Dingledine
2004-05-20
Tinker with log behavior: never send error messages about logs into the bitbu...
Nick Mathewson
2004-05-19
Allow multiple logfiles at different severity ranges
Nick Mathewson
2004-05-10
doxygen markup for common/*.h
Roger Dingledine
2004-05-10
Doxygenate common.
Nick Mathewson
2004-04-06
Document stuff, reduce magic numbers, add emacs magic
Nick Mathewson
2004-03-30
add in a 'notice' log level
Roger Dingledine
2003-12-17
clean tabs, trailing whitespace
Roger Dingledine
2003-12-14
make --debuglogfile (or any second log file) work
Roger Dingledine
2003-12-13
clean up some copyrights
Roger Dingledine
2003-10-15
Make add_file_log return 0 on success.
Nick Mathewson
2003-10-10
change WARNING to WARN
Roger Dingledine
2003-10-07
some early bugfixes
Roger Dingledine
2003-09-16
Add backend support for multiple logfiles, including console logs.
Nick Mathewson
2003-08-12
Start of port to win32. Missing are:
Nick Mathewson
2003-06-24
correct log()'s comment
Roger Dingledine
2003-06-21
Remove false warnings from printf checks
Nick Mathewson
2003-06-17
Have GCC catch errors in format strings
Nick Mathewson
2003-06-17
Come up with a less macro-happy, even more portable log_fn implementation
Nick Mathewson
2003-06-17
Make log_fn work on apples with no workarounds needed in main code
Nick Mathewson
2003-06-14
Fix MacOS build
Nick Mathewson
2003-05-09
Fail less spectacularly on macos
Nick Mathewson
2003-05-09
Fix build on linux; macos is still messed up
Nick Mathewson
2003-05-09
One is the language; the other is the compiler
Nick Mathewson
2003-05-09
work on versioning; new log_fn function
Nick Mathewson
2002-06-26
Initial revision
Roger Dingledine