aboutsummaryrefslogtreecommitdiff
path: root/src/common/log.c
Commit message (Expand)AuthorAge
* Add --hush switch.Peter Palfrader2008-03-27
* r19089@catbus: nickm | 2008-03-27 11:05:23 -0400Nick Mathewson2008-03-27
* fix a leak when adding a temp logRoger Dingledine2008-03-26
* fix mem leak in parsing log config linesRoger Dingledine2008-03-26
* r18861@catbus: nickm | 2008-03-16 23:22:56 -0400Nick Mathewson2008-03-17
* r18804@catbus: nickm | 2008-03-13 18:18:31 -0400Nick Mathewson2008-03-13
* r18803@catbus: nickm | 2008-03-13 17:59:25 -0400Nick Mathewson2008-03-13
* Assert that severity in logv() is sane. Interesting effects otherwise (It is...Peter Palfrader2008-03-13
* r18753@catbus: nickm | 2008-03-11 14:56:39 -0400Nick Mathewson2008-03-11
* r18639@catbus: nickm | 2008-03-07 20:11:48 -0500Nick Mathewson2008-03-08
* r18630@catbus: nickm | 2008-03-05 17:31:33 -0500Nick Mathewson2008-03-05
* r14373@tombo: nickm | 2008-02-21 16:29:18 -0500Nick Mathewson2008-02-21
* Update some copyright notices: it is now 2008.Nick Mathewson2008-02-07
* r17947@catbus: nickm | 2008-02-06 11:57:53 -0500Nick Mathewson2008-02-06
* r15784@tombo: nickm | 2008-01-02 00:38:06 -0500Nick Mathewson2008-01-02
* clean up copyrights, and assign 2007 copyrights to The Tor Project, IncRoger Dingledine2007-12-12
* free some more memory on exitRoger Dingledine2007-07-16
* r13058@catbus: nickm | 2007-05-29 14:39:53 -0400Nick Mathewson2007-05-29
* r13054@catbus: nickm | 2007-05-29 14:20:50 -0400Nick Mathewson2007-05-29
* r13050@catbus: nickm | 2007-05-29 13:31:11 -0400Nick Mathewson2007-05-29
* r12852@catbus: nickm | 2007-05-22 11:00:27 -0400Nick Mathewson2007-05-22
* polish r9726-r9903Roger Dingledine2007-05-13
* r12607@catbus: nickm | 2007-04-30 21:36:28 -0400Nick Mathewson2007-05-01
* r12533@Kushana: nickm | 2007-03-11 05:01:15 -0400Nick Mathewson2007-03-11
* r12076@catbus: nickm | 2007-03-04 15:41:04 -0500Nick Mathewson2007-03-04
* r12074@catbus: nickm | 2007-03-04 15:11:43 -0500Nick Mathewson2007-03-04
* r11860@catbus: nickm | 2007-02-21 00:56:15 -0500Nick Mathewson2007-02-21
* r11775@catbus: nickm | 2007-02-12 16:39:09 -0500Nick Mathewson2007-02-12
* r11624@catbus: nickm | 2007-02-01 13:17:35 -0500Nick Mathewson2007-02-01
* help ftello find its prototypeRoger Dingledine2006-12-02
* more minor cleanupsRoger Dingledine2006-10-07
* r9008@Kushana: nickm | 2006-09-29 13:50:10 -0400Nick Mathewson2006-09-29
* r9006@Kushana: nickm | 2006-09-29 10:48:23 -0400Nick Mathewson2006-09-29
* Bandaid for a seg fault i just got in 0.1.1.20.Roger Dingledine2006-06-09
* Fix bug in close_logs(): when we close and delete logs, remove them all from ...Nick Mathewson2006-03-13
* Add function names to log_* on non-gccPeter Palfrader2006-02-18
* Finish log function renaming for non-GNUC systemsPeter Palfrader2006-02-18
* Happy new year!Roger Dingledine2006-02-09
* Apply Matt Ghali's --with-syslog-facility patchPeter Palfrader2006-02-01
* Fix bug 230: add a rollback function to reverse all changes since the last ma...Nick Mathewson2006-01-11
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson2005-12-14
* Remove some functions that were around for hupping log files. We handleRoger Dingledine2005-11-30
* Fix some verbose warnings and remove an unneeded include.Nick Mathewson2005-11-30
* remove some functions that are not used; #if0 out some files that are not lik...Nick Mathewson2005-11-30
* Make new logging stuff work on windows; fix a couple of windows typos.Nick Mathewson2005-11-15
* When logging via syslog, include the pid whenever we provideRoger Dingledine2005-11-13
* using an unsigned int for something that requires at least 3 bytesRoger Dingledine2005-11-01
* Also here.Nick Mathewson2005-10-25
* Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....Nick Mathewson2005-10-25
* Start dividing log messages into logging domains. No, LD_ is not the best of...Nick Mathewson2005-10-18