Nick Mathewson
|
1af630d32c
Bite the bullet and limit all our source lines to 80 characters, the way IBM intended.
|
19 years ago |
Nick Mathewson
|
9cec3a13f5
remove some functions that are not used; #if0 out some files that are not likely to be used.
|
19 years ago |
Nick Mathewson
|
9b432311c4
Make new logging stuff work on windows; fix a couple of windows typos.
|
19 years ago |
Roger Dingledine
|
87e8e7b4fa
using an unsigned int for something that requires at least 3 bytes
|
19 years ago |
Nick Mathewson
|
5d85560d9e
Remove last vestiges of old logging interface.
|
19 years ago |
Roger Dingledine
|
d7e136240a
consistency is the hobgoblin of little armas
|
19 years ago |
Nick Mathewson
|
049f6c0131
Switch remaining files to new log interface.
|
19 years ago |
Peter Palfrader
|
0738c24b97
Fix log levels notice and warn for new logging stuff
|
19 years ago |
Nick Mathewson
|
e7e170a59e
Change more files to new loggin interface. 3 left.
|
19 years ago |
Nick Mathewson
|
932106f54c
Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain. Domains are now bitmasks... just in case. Make some err msgs non-general.
|
19 years ago |
Nick Mathewson
|
beaf898fe5
add more domains
|
19 years ago |
Nick Mathewson
|
a20835ac92
Check for even more windows version flags, and note any we do not recognize.
|
19 years ago |
Nick Mathewson
|
1bd3f6cc9a
Update more files to new log stuff.
|
19 years ago |
Nick Mathewson
|
55f2ab9cc3
Migrate a few more files to domained logging
|
19 years ago |
Nick Mathewson
|
edf5698474
Start dividing log messages into logging domains. No, LD_ is not the best of identifiers. src/or has not been converted yet. Domains dont do anything yet.
|
19 years ago |
Roger Dingledine
|
fcd0fc3364
flesh out the source file descriptions for doxygen
|
19 years ago |
Nick Mathewson
|
0831823763
Change end-of-file NLNL convention. It turns out arma I and I agree.
|
19 years ago |
Nick Mathewson
|
a6f51001a5
New whitespace normalization rule: no blank line at EOF.
|
19 years ago |
Nick Mathewson
|
4991290935
Revise control spec and implementation to allow all log messages to be sent to controller with their severities intact.
|
19 years ago |
Nick Mathewson
|
0e81265359
update copyright notices.
|
19 years ago |
Nick Mathewson
|
410ecfcc71
Add code to suppress spurious libevent log msgs; use it to resolve bug 68.
|
19 years ago |
Nick Mathewson
|
efe9ca659a
Use recent libevent features when possible
|
19 years ago |
Nick Mathewson
|
f19e9b8577
doxygen uses backslashes, not forward-slashes
|
20 years ago |
Nick Mathewson
|
7fbd297532
Suggestion from weasel: Make tor --version --version dump the cvs Id of every file.
|
20 years ago |
Nick Mathewson
|
6f5dbefa7e
Normalize space: add one between every control keyword and control clause.
|
20 years ago |
Roger Dingledine
|
7c9a707900
remove emacs droppings, since nick says he doesn't need them anymore
|
20 years ago |
Roger Dingledine
|
dd19cf6ba3
kill -USR2 now moves all logs to loglevel debug
|
20 years ago |
Nick Mathewson
|
6143c515cd
Make log_fn not fail so miserably on VC6
|
20 years ago |
Nick Mathewson
|
5b668d8557
ugly macros to make log_fn play nice on non-GCC compilers.
|
20 years ago |
Nick Mathewson
|
5a5be93f80
Normalize whitespace; add a "tell me about all the unnormalized whitespace" target; fix a braino in dirserv.c
|
20 years ago |