Nick Mathewson
|
44d4516155
Use tor_snprintf, not snprintf
|
20 years ago |
Nick Mathewson
|
bc62f8e983
Replace sprintf with snprintf
|
20 years ago |
Nick Mathewson
|
26f3cb8652
Add SysLog option to direct log messages to the system log instead of a FILE*.
|
20 years ago |
Roger Dingledine
|
6d873e5743
don't assert multiple things in the same tor_assert()
|
20 years ago |
Roger Dingledine
|
8385fdb590
make our tor_assert actually work when it's going to be triggered,
|
20 years ago |
Roger Dingledine
|
a1979800ab
bugfix on the bugfix
|
20 years ago |
Roger Dingledine
|
f753f6f0e2
bugfix: when we run out of disk space, or other log writing error,
|
20 years ago |
Roger Dingledine
|
7304ac1d6f
tweak the [...truncated] string again
|
20 years ago |
Roger Dingledine
|
40f9f94794
don't add a spurious newline before [truncated]
|
20 years ago |
Nick Mathewson
|
ebf2d275bf
End truncated log entries with [truncated]
|
20 years ago |
Roger Dingledine
|
17e5f25214
trivial punctuation tweak
|
20 years ago |
Nick Mathewson
|
653aaeef08
Always log version when starting tor.
|
20 years ago |
Nick Mathewson
|
8aec3a7301
Implement several 008pre1 items: needs more testing
|
20 years ago |
Nick Mathewson
|
605e10a650
Stop multiplying logs on sighup.
|
20 years ago |
Roger Dingledine
|
f875db1821
it looks like parse_log_level() was never taught about WARN?
|
20 years ago |
Nick Mathewson
|
ccb825128e
Tinker with log behavior: never send error messages about logs into the bitbucket
|
20 years ago |
Nick Mathewson
|
9d2cd7fc6e
Allow multiple logfiles at different severity ranges
|
20 years ago |
Roger Dingledine
|
3cdf2d67da
it's amazing what a bit of punctuation can do for appearances
|
20 years ago |
Nick Mathewson
|
c0ea93337d
Doxygenate common.
|
20 years ago |
Nick Mathewson
|
7055f837ab
Make Tor build on win32 with VC6 without warnings.
|
20 years ago |
Nick Mathewson
|
257d509b91
Document stuff, reduce magic numbers, add emacs magic
|
20 years ago |
Nick Mathewson
|
b3c2b62a14
Make "common" no longer depend on or.h
|
20 years ago |
Nick Mathewson
|
137b577bbd
Refactor the heck out of crypto interface: admit that we will stick with one ciphersuite at a time, make const things const, and stop putting openssl in the headers.
|
20 years ago |
Roger Dingledine
|
0864d3f484
add in a 'notice' log level
|
20 years ago |
Roger Dingledine
|
3ccd545c9a
crash when our logs go bad
|
20 years ago |
Nick Mathewson
|
2da54de968
Make tor build on windows again. More work still needed
|
20 years ago |
Roger Dingledine
|
eb730c41c8
clean tabs, trailing whitespace
|
21 years ago |
Roger Dingledine
|
a5aa80cc41
make --debuglogfile (or any second log file) work
|
21 years ago |
Peter Palfrader
|
9a676b04dd
Check that we can write to the logfile and log a warning to stderr if we can't
|
21 years ago |
Roger Dingledine
|
82aa621b47
rewrite close_logs so it could possibly work
|
21 years ago |