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
2007-08-08
r14093@catbus: nickm | 2007-08-08 01:49:54 -0400
Nick Mathewson
2007-07-16
free some more memory on exit
Roger Dingledine
2007-06-17
r13477@catbus: nickm | 2007-06-17 14:22:03 -0400
Nick Mathewson
2007-05-22
r12852@catbus: nickm | 2007-05-22 11:00:27 -0400
Nick Mathewson
2007-03-06
r12468@Kushana: nickm | 2007-03-06 15:24:00 -0500
Nick Mathewson
2007-02-21
r11860@catbus: nickm | 2007-02-21 00:56:15 -0500
Nick Mathewson
2007-02-12
r11775@catbus: nickm | 2007-02-12 16:39:09 -0500
Nick Mathewson
2007-02-05
r11639@catbus: nickm | 2007-02-05 13:33:38 -0500
Nick Mathewson
2007-02-02
r11629@catbus: nickm | 2007-02-02 15:06:17 -0500
Nick Mathewson
2006-04-18
mainline branch. Remove some more dead XXXs.
Nick Mathewson
2006-03-13
Instead of listing a set of compilers that prefers __func__ to __FUNCTION__, ...
Nick Mathewson
2006-02-18
Add function names to log_* on non-gcc
Peter Palfrader
2006-02-18
Finish log function renaming for non-GNUC systems
Peter Palfrader
2006-02-13
Start the process of converting warn to log_warn and so on.
Roger Dingledine
2006-02-09
Happy new year!
Roger Dingledine
2006-01-11
Fix bug 230: add a rollback function to reverse all changes since the last ma...
Nick Mathewson
2005-12-14
Bite the bullet and limit all our source lines to 80 characters, the way IBM ...
Nick Mathewson
2005-11-30
remove some functions that are not used; #if0 out some files that are not lik...
Nick Mathewson
2005-11-15
Make new logging stuff work on windows; fix a couple of windows typos.
Nick Mathewson
2005-11-01
using an unsigned int for something that requires at least 3 bytes
Roger Dingledine
2005-10-25
Remove last vestiges of old logging interface.
Nick Mathewson
2005-10-25
consistency is the hobgoblin of little armas
Roger Dingledine
2005-10-25
Switch remaining files to new log interface.
Nick Mathewson
2005-10-25
Fix log levels notice and warn for new logging stuff
Peter Palfrader
2005-10-25
Change more files to new loggin interface. 3 left.
Nick Mathewson
2005-10-25
Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....
Nick Mathewson
2005-10-24
add more domains
Nick Mathewson
2005-10-24
Check for even more windows version flags, and note any we do not recognize.
Nick Mathewson
2005-10-18
Update more files to new log stuff.
Nick Mathewson
2005-10-18
Migrate a few more files to domained logging
Nick Mathewson
2005-10-18
Start dividing log messages into logging domains. No, LD_ is not the best of...
Nick Mathewson
2005-06-11
flesh out the source file descriptions for doxygen
Roger Dingledine
2005-06-09
Change end-of-file NLNL convention. It turns out arma I and I agree.
Nick Mathewson
2005-06-09
New whitespace normalization rule: no blank line at EOF.
Nick Mathewson
2005-04-05
Revise control spec and implementation to allow all log messages to be sent t...
Nick Mathewson
2005-04-01
update copyright notices.
Nick Mathewson
2005-04-01
Add code to suppress spurious libevent log msgs; use it to resolve bug 68.
Nick Mathewson
2005-04-01
Use recent libevent features when possible
Nick Mathewson
2004-11-30
doxygen uses backslashes, not forward-slashes
Nick Mathewson
2004-11-29
Suggestion from weasel: Make tor --version --version dump the cvs Id of every...
Nick Mathewson
2004-11-28
Normalize space: add one between every control keyword and control clause.
Nick Mathewson
2004-11-26
remove emacs droppings, since nick says he doesn't need them anymore
Roger Dingledine
2004-11-20
kill -USR2 now moves all logs to loglevel debug
Roger Dingledine
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
[next]