Age | Commit message (Expand) | Author |
2009-05-27 | Spell-check Tor. | Nick Mathewson |
2009-05-04 | Update copyright to 2009. | Karsten Loesing |
2009-01-04 | Remove svn $Id$s from our source, and remove tor --version --version. | Nick Mathewson |
2008-12-29 | Use a consistent naming standard for header file guard macros, taking care no... | Nick Mathewson |
2008-12-02 | Change logging code to use fds instead of stdio. Fixes bug 861, and probably... | Nick Mathewson |
2008-09-23 | More logging for mtbf/wfu calculations. | Nick Mathewson |
2008-09-05 | Make severity args to add_*_log() functions be const | Nick Mathewson |
2008-03-27 | Add --hush switch. | Peter Palfrader |
2008-03-13 | r18804@catbus: nickm | 2008-03-13 18:18:31 -0400 | Nick Mathewson |
2008-03-05 | r18630@catbus: nickm | 2008-03-05 17:31:33 -0500 | Nick Mathewson |
2008-02-07 | Update some copyright notices: it is now 2008. | 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-08-08 | r14093@catbus: nickm | 2007-08-08 01:49:54 -0400 | Nick Mathewson |
2007-07-16 | free some more memory on exit | Roger Dingledine |
2007-06-17 | r13477@catbus: nickm | 2007-06-17 14:22:03 -0400 | Nick Mathewson |
2007-05-22 | r12852@catbus: nickm | 2007-05-22 11:00:27 -0400 | Nick Mathewson |
2007-03-06 | r12468@Kushana: nickm | 2007-03-06 15:24:00 -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-05 | r11639@catbus: nickm | 2007-02-05 13:33:38 -0500 | Nick Mathewson |
2007-02-02 | r11629@catbus: nickm | 2007-02-02 15:06:17 -0500 | Nick Mathewson |
2006-04-18 | mainline branch. Remove some more dead XXXs. | Nick Mathewson |
2006-03-13 | Instead of listing a set of compilers that prefers __func__ to __FUNCTION__, ... | 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-13 | Start the process of converting warn to log_warn and so on. | Roger Dingledine |
2006-02-09 | Happy new year! | Roger Dingledine |
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 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-01 | using an unsigned int for something that requires at least 3 bytes | Roger Dingledine |
2005-10-25 | Remove last vestiges of old logging interface. | Nick Mathewson |
2005-10-25 | consistency is the hobgoblin of little armas | Roger Dingledine |
2005-10-25 | Switch remaining files to new log interface. | Nick Mathewson |
2005-10-25 | Fix log levels notice and warn for new logging stuff | Peter Palfrader |
2005-10-25 | Change more files to new loggin interface. 3 left. | Nick Mathewson |
2005-10-25 | Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain.... | Nick Mathewson |
2005-10-24 | add more domains | Nick Mathewson |
2005-10-24 | Check for even more windows version flags, and note any we do not recognize. | Nick Mathewson |
2005-10-18 | Update more files to new log stuff. | Nick Mathewson |
2005-10-18 | Migrate a few more files to domained logging | Nick Mathewson |
2005-10-18 | Start dividing log messages into logging domains. No, LD_ is not the best of... | Nick Mathewson |
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-09 | New whitespace normalization rule: no blank line at EOF. | Nick Mathewson |
2005-04-05 | Revise control spec and implementation to allow all log messages to be sent t... | Nick Mathewson |
2005-04-01 | update copyright notices. | Nick Mathewson |
2005-04-01 | Add code to suppress spurious libevent log msgs; use it to resolve bug 68. | Nick Mathewson |