aboutsummaryrefslogtreecommitdiff
path: root/src/common/log.c
Commit message (Expand)AuthorAge
* free some more memory on exit•••svn:r10837 Roger Dingledine2007-07-16
* r13058@catbus: nickm | 2007-05-29 14:39:53 -0400••• Note that the fix for bug 222 should technically be turned into a real fix, not a kludge, one of these days. svn:r10397 Nick Mathewson2007-05-29
* r13054@catbus: nickm | 2007-05-29 14:20:50 -0400••• An even better workaround for the probably-already-fixed bug 222. svn:r10395 Nick Mathewson2007-05-29
* r13050@catbus: nickm | 2007-05-29 13:31:11 -0400••• Resolve all but 3 DOCDOCs. svn:r10393 Nick Mathewson2007-05-29
* r12852@catbus: nickm | 2007-05-22 11:00:27 -0400••• Use svn revisions consistently throughout all log messages. svn:r10291 Nick Mathewson2007-05-22
* polish r9726-r9903•••svn:r10182 Roger Dingledine2007-05-13
* r12607@catbus: nickm | 2007-04-30 21:36:28 -0400••• More attempt to fix win32 building. This time, with extra linking. svn:r10080 Nick Mathewson2007-05-01
* r12533@Kushana: nickm | 2007-03-11 05:01:15 -0400••• Oh. Tor was supposed to compile? svn:r9797 Nick Mathewson2007-03-11
* r12076@catbus: nickm | 2007-03-04 15:41:04 -0500••• oops; remove spurious argument from _log_prefix. svn:r9734 Nick Mathewson2007-03-04
* r12074@catbus: nickm | 2007-03-04 15:11:43 -0500••• 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 Nick Mathewson2007-03-04
* 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 Mathewson2007-02-21
* r11775@catbus: nickm | 2007-02-12 16:39:09 -0500••• Update copyright dates. svn:r9570 Nick Mathewson2007-02-12
* r11624@catbus: nickm | 2007-02-01 13:17:35 -0500••• 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 Nick Mathewson2007-02-01
* help ftello find its prototype•••svn:r9016 Roger Dingledine2006-12-02
* more minor cleanups•••svn:r8630 Roger Dingledine2006-10-07
* r9008@Kushana: nickm | 2006-09-29 13:50:10 -0400••• Doxygen comments for code in common. Also simplify a few code paths to be more clear/speedy/correct. svn:r8536 Nick Mathewson2006-09-29
* r9006@Kushana: nickm | 2006-09-29 10:48:23 -0400••• Omit function names from NOTICE, WARN and ERR messages unless they are in LD_BUG. svn:r8534 Nick Mathewson2006-09-29
* Bandaid for a seg fault i just got in 0.1.1.20.•••More generally, i reopened bug 222. Whee. svn:r6571 Roger Dingledine2006-06-09
* Fix bug in close_logs(): when we close and delete logs, remove them all from ...•••svn:r6145 Nick Mathewson2006-03-13
* Add function names to log_* on non-gcc•••svn:r6039 Peter Palfrader2006-02-18
* Finish log function renaming for non-GNUC systems•••svn:r6034 Peter Palfrader2006-02-18
* Happy new year!•••svn:r5949 Roger Dingledine2006-02-09
* Apply Matt Ghali's --with-syslog-facility patch•••svn:r5883 Peter Palfrader2006-02-01
* Fix bug 230: add a rollback function to reverse all changes since the last ma...•••svn:r5803 Nick Mathewson2006-01-11
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ...•••svn:r5582 Nick Mathewson2005-12-14
* Remove some functions that were around for hupping log files. We handle•••them already in do_hup() by marking our log files as temporary and then rotating them in options_init_from_torrc(). svn:r5473 Roger Dingledine2005-11-30
* Fix some verbose warnings and remove an unneeded include.•••svn:r5472 Nick Mathewson2005-11-30
* remove some functions that are not used; #if0 out some files that are not lik...•••svn:r5471 Nick Mathewson2005-11-30
* Make new logging stuff work on windows; fix a couple of windows typos.•••svn:r5375 Nick Mathewson2005-11-15
* When logging via syslog, include the pid whenever we provide•••a log entry. Suggested by Todd Fries. svn:r5366 Roger Dingledine2005-11-13
* using an unsigned int for something that requires at least 3 bytes•••makes me uncomfortable. svn:r5340 Roger Dingledine2005-11-01
* Also here.•••svn:r5314 Nick Mathewson2005-10-25
* Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....•••svn:r5309 Nick Mathewson2005-10-25
* Start dividing log messages into logging domains. No, LD_ is not the best of...•••svn:r5284 Nick Mathewson2005-10-18
* Reformat inconsistent function declarations.•••svn:r5160 Nick Mathewson2005-09-30
* Add a bunch more warnings to out warning suite; resolve them; pack structs a ...•••svn:r5150 Nick Mathewson2005-09-29
* Make GCC very happy, even with lots of warnings set. Also, try to fix some re...•••svn:r4770 Nick Mathewson2005-08-12
* disarm a trap that's lying in wait for us•••svn:r4741 Roger Dingledine2005-08-08
* flesh out the source file descriptions for doxygen•••svn:r4404 Roger Dingledine2005-06-11
* Change end-of-file NLNL convention. It turns out arma I and I agree.•••svn:r4382 Nick Mathewson2005-06-09
* Remove extraneous newlines from libevent log messages. Backport candidate?•••svn:r4350 Nick Mathewson2005-06-08
* Make libevent_logging_callback static.•••svn:r4058 Nick Mathewson2005-04-08
* Revise control spec and implementation to allow all log messages to be sent t...•••svn:r4010 Nick Mathewson2005-04-05
* update copyright notices.•••svn:r3982 Nick Mathewson2005-04-01
* fix typo in earlier libevent mmessage suppress patch•••svn:r3950 Nick Mathewson2005-04-01
* Add code to suppress spurious libevent log msgs; use it to resolve bug 68.•••svn:r3948 Nick Mathewson2005-04-01
* Use recent libevent features when possible•••svn:r3940 Nick Mathewson2005-04-01
* Commit fixes for several pending tor core tasks: document all DOCDOCed functi...•••svn:r3769 Nick Mathewson2005-03-17
* Patch to localtime/gmtime handling: use the _r variants where available. Use...•••svn:r3653 Nick Mathewson2005-02-22
* make the initial temp log only notice-err, not info-err•••svn:r3274 Roger Dingledine2005-01-04