Age | Commit message (Expand) | Author |
2009-05-04 | Update copyright to 2009. | Karsten Loesing |
2008-11-17 | Backport: Update _log_global_min_severity after switch_logs_debug(), so that ... | Nick Mathewson |
2008-03-13 | backport: Logging functions now check that the passed severity is sane. | Peter Palfrader |
2008-02-21 | r14373@tombo: nickm | 2008-02-21 16:29:18 -0500 | Nick Mathewson |
2008-02-07 | Update some copyright notices: it is now 2008. | Nick Mathewson |
2008-02-06 | r17947@catbus: nickm | 2008-02-06 11:57:53 -0500 | Nick Mathewson |
2008-01-02 | r15784@tombo: nickm | 2008-01-02 00:38:06 -0500 | Nick Mathewson |
2007-12-12 | clean up copyrights, and assign 2007 copyrights to The Tor Project, Inc | Roger Dingledine |
2007-07-16 | free some more memory on exit | Roger Dingledine |
2007-05-29 | r13058@catbus: nickm | 2007-05-29 14:39:53 -0400 | Nick Mathewson |
2007-05-29 | r13054@catbus: nickm | 2007-05-29 14:20:50 -0400 | Nick Mathewson |
2007-05-29 | r13050@catbus: nickm | 2007-05-29 13:31:11 -0400 | Nick Mathewson |
2007-05-22 | r12852@catbus: nickm | 2007-05-22 11:00:27 -0400 | Nick Mathewson |
2007-05-13 | polish r9726-r9903 | Roger Dingledine |
2007-05-01 | r12607@catbus: nickm | 2007-04-30 21:36:28 -0400 | Nick Mathewson |
2007-03-11 | r12533@Kushana: nickm | 2007-03-11 05:01:15 -0400 | Nick Mathewson |
2007-03-04 | r12076@catbus: nickm | 2007-03-04 15:41:04 -0500 | Nick Mathewson |
2007-03-04 | r12074@catbus: nickm | 2007-03-04 15:11:43 -0500 | Nick Mathewson |
2007-02-21 | r11860@catbus: nickm | 2007-02-21 00:56:15 -0500 | Nick Mathewson |
2007-02-12 | r11775@catbus: nickm | 2007-02-12 16:39:09 -0500 | Nick Mathewson |
2007-02-01 | r11624@catbus: nickm | 2007-02-01 13:17:35 -0500 | Nick Mathewson |
2006-12-02 | help ftello find its prototype | Roger Dingledine |
2006-10-07 | more minor cleanups | Roger Dingledine |
2006-09-29 | r9008@Kushana: nickm | 2006-09-29 13:50:10 -0400 | Nick Mathewson |
2006-09-29 | r9006@Kushana: nickm | 2006-09-29 10:48:23 -0400 | Nick Mathewson |
2006-06-09 | Bandaid for a seg fault i just got in 0.1.1.20. | Roger Dingledine |
2006-03-13 | Fix bug in close_logs(): when we close and delete logs, remove them all from ... | Nick Mathewson |
2006-02-18 | Add function names to log_* on non-gcc | Peter Palfrader |
2006-02-18 | Finish log function renaming for non-GNUC systems | Peter Palfrader |
2006-02-09 | Happy new year! | Roger Dingledine |
2006-02-01 | Apply Matt Ghali's --with-syslog-facility patch | Peter Palfrader |
2006-01-11 | Fix bug 230: add a rollback function to reverse all changes since the last ma... | Nick Mathewson |
2005-12-14 | Bite the bullet and limit all our source lines to 80 characters, the way IBM ... | Nick Mathewson |
2005-11-30 | Remove some functions that were around for hupping log files. We handle | Roger Dingledine |
2005-11-30 | Fix some verbose warnings and remove an unneeded include. | Nick Mathewson |
2005-11-30 | remove some functions that are not used; #if0 out some files that are not lik... | Nick Mathewson |
2005-11-15 | Make new logging stuff work on windows; fix a couple of windows typos. | Nick Mathewson |
2005-11-13 | When logging via syslog, include the pid whenever we provide | Roger Dingledine |
2005-11-01 | using an unsigned int for something that requires at least 3 bytes | Roger Dingledine |
2005-10-25 | Also here. | Nick Mathewson |
2005-10-25 | Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain.... | Nick Mathewson |
2005-10-18 | Start dividing log messages into logging domains. No, LD_ is not the best of... | Nick Mathewson |
2005-09-30 | Reformat inconsistent function declarations. | Nick Mathewson |
2005-09-29 | Add a bunch more warnings to out warning suite; resolve them; pack structs a ... | Nick Mathewson |
2005-08-12 | Make GCC very happy, even with lots of warnings set. Also, try to fix some re... | Nick Mathewson |
2005-08-08 | disarm a trap that's lying in wait for us | Roger Dingledine |
2005-06-11 | flesh out the source file descriptions for doxygen | Roger Dingledine |
2005-06-09 | Change end-of-file NLNL convention. It turns out arma I and I agree. | Nick Mathewson |
2005-06-08 | Remove extraneous newlines from libevent log messages. Backport candidate? | Nick Mathewson |
2005-04-08 | Make libevent_logging_callback static. | Nick Mathewson |