Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix bug 230: add a rollback function to reverse all changes since the last ↵ | Nick Mathewson | 2006-01-11 |
| | | | | | | mark_logs_temp(), and move log initialization into the two-phase part of option setting. svn:r5803 | ||
* | Bite the bullet and limit all our source lines to 80 characters, the way IBM ↵ | Nick Mathewson | 2005-12-14 |
| | | | | | | intended. svn:r5582 | ||
* | remove some functions that are not used; #if0 out some files that are not ↵ | Nick Mathewson | 2005-11-30 |
| | | | | | | likely to be used. svn:r5471 | ||
* | Make new logging stuff work on windows; fix a couple of windows typos. | Nick Mathewson | 2005-11-15 |
| | | | | svn:r5375 | ||
* | using an unsigned int for something that requires at least 3 bytes | Roger Dingledine | 2005-11-01 |
| | | | | | | | makes me uncomfortable. svn:r5340 | ||
* | Remove last vestiges of old logging interface. | Nick Mathewson | 2005-10-25 |
| | | | | svn:r5317 | ||
* | consistency is the hobgoblin of little armas | Roger Dingledine | 2005-10-25 |
| | | | | svn:r5316 | ||
* | Switch remaining files to new log interface. | Nick Mathewson | 2005-10-25 |
| | | | | svn:r5315 | ||
* | Fix log levels notice and warn for new logging stuff | Peter Palfrader | 2005-10-25 |
| | | | | svn:r5313 | ||
* | Change more files to new loggin interface. 3 left. | Nick Mathewson | 2005-10-25 |
| | | | | svn:r5310 | ||
* | Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" ↵ | Nick Mathewson | 2005-10-25 |
| | | | | | | domain. Domains are now bitmasks... just in case. Make some err msgs non-general. svn:r5309 | ||
* | add more domains | Nick Mathewson | 2005-10-24 |
| | | | | svn:r5300 | ||
* | Check for even more windows version flags, and note any we do not recognize. | Nick Mathewson | 2005-10-24 |
| | | | | svn:r5297 | ||
* | Update more files to new log stuff. | Nick Mathewson | 2005-10-18 |
| | | | | svn:r5286 | ||
* | Migrate a few more files to domained logging | Nick Mathewson | 2005-10-18 |
| | | | | svn:r5285 | ||
* | Start dividing log messages into logging domains. No, LD_ is not the best ↵ | Nick Mathewson | 2005-10-18 |
| | | | | | | of identifiers. src/or has not been converted yet. Domains dont do anything yet. svn:r5284 | ||
* | flesh out the source file descriptions for doxygen | Roger Dingledine | 2005-06-11 |
| | | | | svn:r4404 | ||
* | Change end-of-file NLNL convention. It turns out arma I and I agree. | Nick Mathewson | 2005-06-09 |
| | | | | svn:r4382 | ||
* | New whitespace normalization rule: no blank line at EOF. | Nick Mathewson | 2005-06-09 |
| | | | | svn:r4378 | ||
* | Revise control spec and implementation to allow all log messages to be sent ↵ | Nick Mathewson | 2005-04-05 |
| | | | | | | to controller with their severities intact. svn:r4010 | ||
* | update copyright notices. | Nick Mathewson | 2005-04-01 |
| | | | | svn:r3982 | ||
* | Add code to suppress spurious libevent log msgs; use it to resolve bug 68. | Nick Mathewson | 2005-04-01 |
| | | | | svn:r3948 | ||
* | Use recent libevent features when possible | Nick Mathewson | 2005-04-01 |
| | | | | svn:r3940 | ||
* | doxygen uses backslashes, not forward-slashes | Nick Mathewson | 2004-11-30 |
| | | | | svn:r3033 | ||
* | Suggestion from weasel: Make tor --version --version dump the cvs Id of ↵ | Nick Mathewson | 2004-11-29 |
| | | | | | | every file. svn:r3019 | ||
* | Normalize space: add one between every control keyword and control clause. | Nick Mathewson | 2004-11-28 |
| | | | | svn:r3003 | ||
* | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine | 2004-11-26 |
| | | | | svn:r2989 | ||
* | kill -USR2 now moves all logs to loglevel debug | Roger Dingledine | 2004-11-20 |
| | | | | | | | plus fix some typos svn:r2914 | ||
* | Make log_fn not fail so miserably on VC6 | Nick Mathewson | 2004-11-15 |
| | | | | svn:r2896 | ||
* | ugly macros to make log_fn play nice on non-GCC compilers. | Nick Mathewson | 2004-11-15 |
| | | | | svn:r2894 | ||
* | Normalize whitespace; add a "tell me about all the unnormalized whitespace" ↵ | Nick Mathewson | 2004-11-09 |
| | | | | | | target; fix a braino in dirserv.c svn:r2758 | ||
* | Use new log format; convert old format to new format. | Nick Mathewson | 2004-11-05 |
| | | | | svn:r2684 | ||
* | Add a callback log handler type | Nick Mathewson | 2004-11-03 |
| | | | | svn:r2658 | ||
* | Split util into util (general utilities), container (smartlist and strmap), ↵ | Nick Mathewson | 2004-11-01 |
| | | | | | | and compat (cross-platform compatability). svn:r2640 | ||
* | Add SysLog option to direct log messages to the system log instead of a FILE*. | Nick Mathewson | 2004-10-26 |
| | | | | svn:r2591 | ||
* | Stop multiplying logs on sighup. | Nick Mathewson | 2004-06-02 |
| | | | | svn:r1936 | ||
* | minor comment patch | Roger Dingledine | 2004-05-21 |
| | | | | svn:r1916 | ||
* | Tinker with log behavior: never send error messages about logs into the ↵ | Nick Mathewson | 2004-05-20 |
| | | | | | | bitbucket svn:r1912 | ||
* | Allow multiple logfiles at different severity ranges | Nick Mathewson | 2004-05-19 |
| | | | | svn:r1899 | ||
* | doxygen markup for common/*.h | Roger Dingledine | 2004-05-10 |
| | | | | svn:r1840 | ||
* | Doxygenate common. | Nick Mathewson | 2004-05-10 |
| | | | | svn:r1829 | ||
* | Document stuff, reduce magic numbers, add emacs magic | Nick Mathewson | 2004-04-06 |
| | | | | svn:r1502 | ||
* | add in a 'notice' log level | Roger Dingledine | 2004-03-30 |
| | | | | svn:r1383 | ||
* | clean tabs, trailing whitespace | Roger Dingledine | 2003-12-17 |
| | | | | svn:r952 | ||
* | make --debuglogfile (or any second log file) work | Roger Dingledine | 2003-12-14 |
| | | | | svn:r935 | ||
* | clean up some copyrights | Roger Dingledine | 2003-12-13 |
| | | | | svn:r907 | ||
* | Make add_file_log return 0 on success. | Nick Mathewson | 2003-10-15 |
| | | | | svn:r594 | ||
* | change WARNING to WARN | Roger Dingledine | 2003-10-10 |
| | | | | svn:r570 | ||
* | some early bugfixes | Roger Dingledine | 2003-10-07 |
| | | | | | | | | | | 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 | ||
* | Add backend support for multiple logfiles, including console logs. | Nick Mathewson | 2003-09-16 |
| | | | | | | | | | 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 |