| Commit message (Expand) | Author | Age |
* | Change more files to new loggin interface. 3 left.•••svn:r5310
| Nick Mathewson | 2005-10-25 |
* | Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....•••svn:r5309
| Nick Mathewson | 2005-10-25 |
* | add more domains•••svn:r5300
| Nick Mathewson | 2005-10-24 |
* | Check for even more windows version flags, and note any we do not recognize.•••svn:r5297
| Nick Mathewson | 2005-10-24 |
* | Update more files to new log stuff.•••svn:r5286
| Nick Mathewson | 2005-10-18 |
* | Migrate a few more files to domained logging•••svn:r5285
| Nick Mathewson | 2005-10-18 |
* | Start dividing log messages into logging domains. No, LD_ is not the best of...•••svn:r5284
| Nick Mathewson | 2005-10-18 |
* | flesh out the source file descriptions for doxygen•••svn:r4404
| Roger Dingledine | 2005-06-11 |
* | Change end-of-file NLNL convention. It turns out arma I and I agree.•••svn:r4382
| Nick Mathewson | 2005-06-09 |
* | New whitespace normalization rule: no blank line at EOF.•••svn:r4378
| Nick Mathewson | 2005-06-09 |
* | Revise control spec and implementation to allow all log messages to be sent t...•••svn:r4010
| Nick Mathewson | 2005-04-05 |
* | update copyright notices.•••svn:r3982
| Nick Mathewson | 2005-04-01 |
* | Add code to suppress spurious libevent log msgs; use it to resolve bug 68.•••svn:r3948
| Nick Mathewson | 2005-04-01 |
* | Use recent libevent features when possible•••svn:r3940
| Nick Mathewson | 2005-04-01 |
* | doxygen uses backslashes, not forward-slashes•••svn:r3033
| Nick Mathewson | 2004-11-30 |
* | Suggestion from weasel: Make tor --version --version dump the cvs Id of every...•••svn:r3019
| Nick Mathewson | 2004-11-29 |
* | Normalize space: add one between every control keyword and control clause.•••svn:r3003
| Nick Mathewson | 2004-11-28 |
* | remove emacs droppings, since nick says he doesn't need them anymore•••svn:r2989
| Roger Dingledine | 2004-11-26 |
* | kill -USR2 now moves all logs to loglevel debug•••plus fix some typos
svn:r2914
| Roger Dingledine | 2004-11-20 |
* | Make log_fn not fail so miserably on VC6•••svn:r2896
| Nick Mathewson | 2004-11-15 |
* | ugly macros to make log_fn play nice on non-GCC compilers.•••svn:r2894
| Nick Mathewson | 2004-11-15 |
* | Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...•••svn:r2758
| Nick Mathewson | 2004-11-09 |
* | Use new log format; convert old format to new format.•••svn:r2684
| Nick Mathewson | 2004-11-05 |
* | Add a callback log handler type•••svn:r2658
| Nick Mathewson | 2004-11-03 |
* | Split util into util (general utilities), container (smartlist and strmap), a...•••svn:r2640
| Nick Mathewson | 2004-11-01 |
* | Add SysLog option to direct log messages to the system log instead of a FILE*.•••svn:r2591
| Nick Mathewson | 2004-10-26 |
* | Stop multiplying logs on sighup.•••svn:r1936
| Nick Mathewson | 2004-06-02 |
* | minor comment patch•••svn:r1916
| Roger Dingledine | 2004-05-21 |
* | Tinker with log behavior: never send error messages about logs into the bitbu...•••svn:r1912
| Nick Mathewson | 2004-05-20 |
* | Allow multiple logfiles at different severity ranges•••svn:r1899
| Nick Mathewson | 2004-05-19 |
* | doxygen markup for common/*.h•••svn:r1840
| Roger Dingledine | 2004-05-10 |
* | Doxygenate common.•••svn:r1829
| Nick Mathewson | 2004-05-10 |
* | Document stuff, reduce magic numbers, add emacs magic•••svn:r1502
| Nick Mathewson | 2004-04-06 |
* | add in a 'notice' log level•••svn:r1383
| Roger Dingledine | 2004-03-30 |
* | clean tabs, trailing whitespace•••svn:r952
| Roger Dingledine | 2003-12-17 |
* | make --debuglogfile (or any second log file) work•••svn:r935
| Roger Dingledine | 2003-12-14 |
* | clean up some copyrights•••svn:r907
| Roger Dingledine | 2003-12-13 |
* | Make add_file_log return 0 on success.•••svn:r594
| Nick Mathewson | 2003-10-15 |
* | change WARNING to WARN•••svn:r570
| Roger Dingledine | 2003-10-10 |
* | some early bugfixes•••our log() conflicts with log(3)
distribute only the correct files from doc/ and src/config/
sometimes laptops go back in time. i guess that's ok for now.
and bump the version number because we're live.
svn:r544
| Roger Dingledine | 2003-10-07 |
* | Add backend support for multiple logfiles, including console logs.•••Also optimize logging by formatting messages in memory before sending
them through stdio. (It turns out (according to gprof) that logging
performance matters.)
svn:r463
| Nick Mathewson | 2003-09-16 |
* | Start of port to win32. Missing are:••• - signal support
- forking for DNS farm
- changes for async IO
- daemonizing
In other words, some files still don't build, and the ones that do build,
do nonblocking IO incorrectly.
I'm also not checking in the project files till I have a good place
for them.
svn:r380
| Nick Mathewson | 2003-08-12 |
* | correct log()'s comment•••svn:r350
| Roger Dingledine | 2003-06-24 |
* | Remove false warnings from printf checks•••svn:r340
| Nick Mathewson | 2003-06-21 |
* | Have GCC catch errors in format strings•••svn:r332
| Nick Mathewson | 2003-06-17 |
* | Come up with a less macro-happy, even more portable log_fn implementation•••svn:r331
| Nick Mathewson | 2003-06-17 |
* | Make log_fn work on apples with no workarounds needed in main code•••svn:r330
| Nick Mathewson | 2003-06-17 |
* | Fix MacOS build•••svn:r320
| Nick Mathewson | 2003-06-14 |
* | Fail less spectacularly on macos•••svn:r291
| Nick Mathewson | 2003-05-09 |
* | Fix build on linux; macos is still messed up•••svn:r290
| Nick Mathewson | 2003-05-09 |