Age | Commit message (Expand) | Author |
2004-11-20 | and a comment so i don't try to 'fix' it again later | Roger Dingledine |
2004-11-20 | yes, in fact, i broke it. putting back. | Roger Dingledine |
2004-11-20 | kill -USR2 now moves all logs to loglevel debug | Roger Dingledine |
2004-11-20 | simplify close_temp_logs() | Roger Dingledine |
2004-11-20 | remove another possible sigpipe cause | Roger Dingledine |
2004-11-15 | Make log_fn not fail so miserably on VC6 | Nick Mathewson |
2004-11-15 | ugly macros to make log_fn play nice on non-GCC compilers. | Nick Mathewson |
2004-11-14 | Fix "implicit declaration of ftello" warning: add AC_FUNC_FSEEKO in configure... | Nick Mathewson |
2004-11-14 | remove redundant stdio.h | Roger Dingledine |
2004-11-14 | clean up the ftello call a little bit. | Roger Dingledine |
2004-11-12 | Use autoconf to enable largefile support where necessary. Use ftello where av... | Nick Mathewson |
2004-11-09 | Normalize whitespace; add a "tell me about all the unnormalized whitespace" t... | Nick Mathewson |
2004-11-09 | various fixes | Roger Dingledine |
2004-11-05 | Use new log format; convert old format to new format. | Nick Mathewson |
2004-11-03 | fix typos | Nick Mathewson |
2004-11-03 | Add a callback log handler type | Nick Mathewson |
2004-10-27 | Tricksy compiler warnings! We hates them, hates them forever, my precious! | Nick Mathewson |
2004-10-27 | Use tor_snprintf, not snprintf | Nick Mathewson |
2004-10-27 | Replace sprintf with snprintf | Nick Mathewson |
2004-10-26 | Add SysLog option to direct log messages to the system log instead of a FILE*. | Nick Mathewson |
2004-10-16 | don't assert multiple things in the same tor_assert() | Roger Dingledine |
2004-09-23 | make our tor_assert actually work when it's going to be triggered, | Roger Dingledine |
2004-09-23 | bugfix on the bugfix | Roger Dingledine |
2004-09-23 | bugfix: when we run out of disk space, or other log writing error, | Roger Dingledine |
2004-08-18 | tweak the [...truncated] string again | Roger Dingledine |
2004-08-18 | don't add a spurious newline before [truncated] | Roger Dingledine |
2004-08-15 | End truncated log entries with [truncated] | Nick Mathewson |
2004-07-12 | trivial punctuation tweak | Roger Dingledine |
2004-06-30 | Always log version when starting tor. | Nick Mathewson |
2004-06-21 | Implement several 008pre1 items: needs more testing | Nick Mathewson |
2004-06-02 | Stop multiplying logs on sighup. | Nick Mathewson |
2004-05-21 | it looks like parse_log_level() was never taught about WARN? | Roger Dingledine |
2004-05-20 | Tinker with log behavior: never send error messages about logs into the bitbu... | Nick Mathewson |
2004-05-19 | Allow multiple logfiles at different severity ranges | Nick Mathewson |
2004-05-10 | it's amazing what a bit of punctuation can do for appearances | Roger Dingledine |
2004-05-10 | Doxygenate common. | Nick Mathewson |
2004-04-28 | Make Tor build on win32 with VC6 without warnings. | Nick Mathewson |
2004-04-06 | Document stuff, reduce magic numbers, add emacs magic | Nick Mathewson |
2004-04-03 | Make "common" no longer depend on or.h | Nick Mathewson |
2004-04-03 | Refactor the heck out of crypto interface: admit that we will stick with one ... | Nick Mathewson |
2004-03-30 | add in a 'notice' log level | Roger Dingledine |
2004-03-14 | crash when our logs go bad | Roger Dingledine |
2004-03-09 | Make tor build on windows again. More work still needed | Nick Mathewson |
2003-12-17 | clean tabs, trailing whitespace | Roger Dingledine |
2003-12-14 | make --debuglogfile (or any second log file) work | Roger Dingledine |
2003-11-19 | Check that we can write to the logfile and log a warning to stderr if we can't | Peter Palfrader |
2003-10-18 | rewrite close_logs so it could possibly work | Roger Dingledine |
2003-10-15 | clean up logging, allow user to specify log files | Roger Dingledine |
2003-10-15 | Make add_file_log return 0 on success. | Nick Mathewson |
2003-10-10 | oops, bugfix | Roger Dingledine |