| Commit message (Expand) | Author | Age |
* | r12852@catbus: nickm | 2007-05-22 11:00:27 -0400••• Use svn revisions consistently throughout all log messages.
svn:r10291
| Nick Mathewson | 2007-05-22 |
* | r12468@Kushana: nickm | 2007-03-06 15:24:00 -0500••• More unit tests: gcov is fun.
svn:r9748
| Nick Mathewson | 2007-03-06 |
* | r11860@catbus: nickm | 2007-02-21 00:56:15 -0500••• 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
| Nick Mathewson | 2007-02-21 |
* | r11775@catbus: nickm | 2007-02-12 16:39:09 -0500••• Update copyright dates.
svn:r9570
| Nick Mathewson | 2007-02-12 |
* | r11639@catbus: nickm | 2007-02-05 13:33:38 -0500••• Add documentation to src/common/*.h; improve documentation for SMARTLIST_FOREACH; remove never-used options and corresponding tests from tor_strpartition.
svn:r9483
| Nick Mathewson | 2007-02-05 |
* | r11629@catbus: nickm | 2007-02-02 15:06:17 -0500••• Removing the last DOCDOC comment hurt so much that I had to use Doxygen to identify undocumented macros and comments, and add 150 more DOCDOCs to point out where they were. Oops. Hey, kids! Fixing some of these could be your first Tor patch!
svn:r9477
| Nick Mathewson | 2007-02-02 |
* | mainline branch. Remove some more dead XXXs.•••svn:r6401
| Nick Mathewson | 2006-04-18 |
* | Instead of listing a set of compilers that prefers __func__ to __FUNCTION__, ...•••svn:r6144
| Nick Mathewson | 2006-03-13 |
* | Add function names to log_* on non-gcc•••svn:r6039
| Peter Palfrader | 2006-02-18 |
* | Finish log function renaming for non-GNUC systems•••svn:r6034
| Peter Palfrader | 2006-02-18 |
* | Start the process of converting warn to log_warn and so on.•••This is needed because Windows already has an err() that we
can't clobber. And we need to be able to make the log functions
a macro so we can print the function's name in the log entry.
svn:r6000
| Roger Dingledine | 2006-02-13 |
* | Happy new year!•••svn:r5949
| Roger Dingledine | 2006-02-09 |
* | Fix bug 230: add a rollback function to reverse all changes since the last ma...•••svn:r5803
| Nick Mathewson | 2006-01-11 |
* | Bite the bullet and limit all our source lines to 80 characters, the way IBM ...•••svn:r5582
| Nick Mathewson | 2005-12-14 |
* | remove some functions that are not used; #if0 out some files that are not lik...•••svn:r5471
| Nick Mathewson | 2005-11-30 |
* | Make new logging stuff work on windows; fix a couple of windows typos.•••svn:r5375
| Nick Mathewson | 2005-11-15 |
* | using an unsigned int for something that requires at least 3 bytes•••makes me uncomfortable.
svn:r5340
| Roger Dingledine | 2005-11-01 |
* | Remove last vestiges of old logging interface.•••svn:r5317
| Nick Mathewson | 2005-10-25 |
* | consistency is the hobgoblin of little armas•••svn:r5316
| Roger Dingledine | 2005-10-25 |
* | Switch remaining files to new log interface.•••svn:r5315
| Nick Mathewson | 2005-10-25 |
* | Fix log levels notice and warn for new logging stuff•••svn:r5313
| Peter Palfrader | 2005-10-25 |
* | 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 |