| Commit message (Collapse) | Author | Age |
... | |
|
|
|
|
|
| |
we ever did.
svn:r17827
|
|
|
|
| |
svn:r17741
|
|
|
|
| |
svn:r17739
|
|
|
|
| |
svn:r17734
|
|
|
|
|
|
| |
syslog to their maximum length when there is a maximum.
svn:r17688
|
|
|
|
| |
svn:r17662
|
|
|
|
|
|
| |
probably makes logging slightly faster. Not a backport candidate: bug 861 is too obscure and harmless.
svn:r17456
|
|
|
|
|
|
| |
work again. Bugfix on 0.1.2.8-beta. Spotted by Geoff Down.
svn:r17317
|
|
|
|
| |
svn:r16941
|
|
|
|
| |
svn:r16775
|
|
|
|
|
|
|
|
|
| |
New --hush command-line option similar to --quiet. While --quiet disables all
logging to the console on startup, --hush limits the output to messages of
warning and error severity.
svn:r14222
|
|
|
|
|
|
|
| |
Free some static hashtables and the log mutex on exit. Backport candidate.
svn:r14212
|
|
|
|
| |
svn:r14203
|
|
|
|
| |
svn:r14202
|
|
|
|
|
|
|
| |
Fix a couple of bugs in setting control log callback severity.
svn:r14065
|
|
|
|
|
|
|
| |
Refactor log domain mask code so that nobody outside of log.c has to use SEVERITY_MASK_IDX. It is error-prone.
svn:r14016
|
|
|
|
|
|
|
| |
Fix behavior of switch_logs_debug() in trunk. Fixes bug 626. Bugfix on r13875.
svn:r14015
|
|
|
|
|
|
| |
is being used as an array index)
svn:r14006
|
|
|
|
|
|
|
| |
Make some assert()s into tor_assert()s. Make some tor_assert()s called from logging into assert()s, and document why.
svn:r13977
|
|
|
|
|
|
|
| |
Change semantics of add-a-log functions to copy severity setup: that is way less error-prone. Fix up config.c to act accordingly.
svn:r13888
|
|
|
|
|
|
|
| |
Implement domain-selection for logging. Source is documented; needs documentation in manpage (maybe). For now, see doxygen comment on parse_log_severity_config in log.c
svn:r13875
|
|
|
|
|
|
|
| |
Apply warnings about implicit 64-to-32 conversions; some from Sebastian Hahn; some not.
svn:r13664
|
|
|
|
| |
svn:r13412
|
|
|
|
|
|
|
| |
Fix a bunch of DOCDOC items; document the --quiet flag; refactor a couple of XXXX020 items.
svn:r13405
|
|
|
|
|
|
|
| |
Fix bug 575: protect the list of logs with a mutex. I couldn't find any appreciable change in logging performance on osx, but ymmv. You can undef USE_LOG_MUTEX to see if stuff gets faster for you.
svn:r13019
|
|
|
|
| |
svn:r12786
|
|
|
|
| |
svn:r10837
|
|
|
|
|
|
|
| |
Note that the fix for bug 222 should technically be turned into a real fix, not a kludge, one of these days.
svn:r10397
|
|
|
|
|
|
|
| |
An even better workaround for the probably-already-fixed bug 222.
svn:r10395
|
|
|
|
|
|
|
| |
Resolve all but 3 DOCDOCs.
svn:r10393
|
|
|
|
|
|
|
| |
Use svn revisions consistently throughout all log messages.
svn:r10291
|
|
|
|
| |
svn:r10182
|
|
|
|
|
|
|
| |
More attempt to fix win32 building. This time, with extra linking.
svn:r10080
|
|
|
|
|
|
|
| |
Oh. Tor was supposed to compile?
svn:r9797
|
|
|
|
|
|
|
| |
oops; remove spurious argument from _log_prefix.
svn:r9734
|
|
|
|
|
|
|
| |
Make all LD_BUG log messsages get prefixed with "Bug: ". Remove manually-generated "Bug: "s from log-messages. (Apparently, we remembered to add them about 40% of the time.)
svn:r9733
|
|
|
|
|
|
|
| |
Another optimization suggested by Shark output: shave off >90% of uses of logv by cutting down on calls to log_debug when log actually debugging. This is showing up in some profiles bug not others, and might be as much as 2.5%.
svn:r9612
|
|
|
|
|
|
|
| |
Update copyright dates.
svn:r9570
|
|
|
|
|
|
|
| |
Note a few questionable bits pointed out by RATS. (And no, RATS, I'm not about to stop having fixed-sized local buffers for you. I know how to use them, thankyouverymuch.)
svn:r9474
|
|
|
|
| |
svn:r9016
|
|
|
|
| |
svn:r8630
|
|
|
|
|
|
|
| |
Doxygen comments for code in common. Also simplify a few code paths to be more clear/speedy/correct.
svn:r8536
|
|
|
|
|
|
|
| |
Omit function names from NOTICE, WARN and ERR messages unless they are in LD_BUG.
svn:r8534
|
|
|
|
|
|
|
| |
More generally, i reopened bug 222. Whee.
svn:r6571
|
|
|
|
|
|
| |
the global "logfiles" list. This should fix bug 222.
svn:r6145
|
|
|
|
| |
svn:r6039
|
|
|
|
| |
svn:r6034
|
|
|
|
| |
svn:r5949
|
|
|
|
| |
svn:r5883
|
|
|
|
|
|
| |
mark_logs_temp(), and move log initialization into the two-phase part of option setting.
svn:r5803
|