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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
log.c
Age
Commit message (
Expand
)
Author
2004-06-21
Implement several 008pre1 items: needs more testing
Nick Mathewson
2004-06-02
Stop multiplying logs on sighup.
Nick Mathewson
2004-05-21
it looks like parse_log_level() was never taught about WARN?
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
it's amazing what a bit of punctuation can do for appearances
Roger Dingledine
2004-05-10
Doxygenate common.
Nick Mathewson
2004-04-28
Make Tor build on win32 with VC6 without warnings.
Nick Mathewson
2004-04-06
Document stuff, reduce magic numbers, add emacs magic
Nick Mathewson
2004-04-03
Make "common" no longer depend on or.h
Nick Mathewson
2004-04-03
Refactor the heck out of crypto interface: admit that we will stick with one ...
Nick Mathewson
2004-03-30
add in a 'notice' log level
Roger Dingledine
2004-03-14
crash when our logs go bad
Roger Dingledine
2004-03-09
Make tor build on windows again. More work still needed
Nick Mathewson
2003-12-17
clean tabs, trailing whitespace
Roger Dingledine
2003-12-14
make --debuglogfile (or any second log file) work
Roger Dingledine
2003-11-19
Check that we can write to the logfile and log a warning to stderr if we can't
Peter Palfrader
2003-10-18
rewrite close_logs so it could possibly work
Roger Dingledine
2003-10-15
clean up logging, allow user to specify log files
Roger Dingledine
2003-10-15
Make add_file_log return 0 on success.
Nick Mathewson
2003-10-10
oops, bugfix
Roger Dingledine
2003-10-10
change WARNING to WARN
Roger Dingledine
2003-10-08
Update LICENSE and copyright dates.
Nick Mathewson
2003-10-07
some early bugfixes
Roger Dingledine
2003-10-04
wrap strdup; prefer time() to gettimeofday()
Roger Dingledine
2003-10-04
clean some includes
Roger Dingledine
2003-10-01
Flush after fputs
Nick Mathewson
2003-09-30
make log use a larger buffer, for easier debugging
Roger Dingledine
2003-09-29
bugfixes and features: closer to making dirserv work
Roger Dingledine
2003-09-26
finish enforcing the log convention
Roger Dingledine
2003-09-25
various bugfixes and updates
Roger Dingledine
2003-09-19
fix a segfault on truncated log lines
Roger Dingledine
2003-09-16
Add backend support for multiple logfiles, including console logs.
Nick Mathewson
2003-09-11
Non-debugging messages are nice to log too
Nick Mathewson
2003-08-12
Start of port to win32. Missing are:
Nick Mathewson
2003-06-25
clean up sev_to_string hack in log.c
Roger Dingledine
2003-06-21
Remove false warnings from printf checks
Nick Mathewson
2003-06-17
Come up with a less macro-happy, even more portable log_fn implementation
Nick Mathewson
2003-03-19
Add a missing long cast to log.c for portability
Nick Mathewson
2002-11-24
added milliseconds to log lines
Roger Dingledine
2002-09-04
the logs now include a timestamp and severity
Roger Dingledine
2002-07-12
removed loglevel from global namespace. severity level is set using log() wit...
Bruce Montrose
2002-06-26
Initial revision
Roger Dingledine