| Commit message (Expand) | Author | Age |
* | Make libevent_logging_callback static. | Nick Mathewson | 2005-04-08 |
* | Revise control spec and implementation to allow all log messages to be sent t... | Nick Mathewson | 2005-04-05 |
* | update copyright notices. | Nick Mathewson | 2005-04-01 |
* | fix typo in earlier libevent mmessage suppress patch | Nick Mathewson | 2005-04-01 |
* | Add code to suppress spurious libevent log msgs; use it to resolve bug 68. | Nick Mathewson | 2005-04-01 |
* | Use recent libevent features when possible | Nick Mathewson | 2005-04-01 |
* | Commit fixes for several pending tor core tasks: document all DOCDOCed functi... | Nick Mathewson | 2005-03-17 |
* | Patch to localtime/gmtime handling: use the _r variants where available. Use... | Nick Mathewson | 2005-02-22 |
* | make the initial temp log only notice-err, not info-err | Roger Dingledine | 2005-01-04 |
* | fix an assert on startup when the disk is full and you're logging to a file | Roger Dingledine | 2004-12-22 |
* | clarify why strlcpy is safe in truncated log messages | Nick Mathewson | 2004-11-30 |
* | Suggestion from weasel: Make tor --version --version dump the cvs Id of every... | Nick Mathewson | 2004-11-29 |
* | Remove needless -2 in log code. This was not an underflow risk, sinze we onl... | Nick Mathewson | 2004-11-29 |
* | clean up the previous underflow check, and also point out | Roger Dingledine | 2004-11-29 |
* | prevent integer underflow | Roger Dingledine | 2004-11-29 |
* | wrong is ok, and right is fine, but in between is apparently | Roger Dingledine | 2004-11-28 |
* | Normalize space: add one between every control keyword and control clause. | Nick Mathewson | 2004-11-28 |
* | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine | 2004-11-26 |
* | Flush the logfd after we print "Tor opening log file", so we don't see those ... | Peter Palfrader | 2004-11-24 |
* | 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-20 |
* | 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-15 |
* | 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-14 |
* | Use autoconf to enable largefile support where necessary. Use ftello where av... | Nick Mathewson | 2004-11-12 |
* | Normalize whitespace; add a "tell me about all the unnormalized whitespace" t... | Nick Mathewson | 2004-11-09 |
* | various fixes | Roger Dingledine | 2004-11-09 |
* | Use new log format; convert old format to new format. | Nick Mathewson | 2004-11-05 |
* | fix typos | Nick Mathewson | 2004-11-03 |
* | Add a callback log handler type | Nick Mathewson | 2004-11-03 |
* | 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-27 |
* | Add SysLog option to direct log messages to the system log instead of a FILE*. | Nick Mathewson | 2004-10-26 |
* | don't assert multiple things in the same tor_assert() | Roger Dingledine | 2004-10-16 |
* | 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-09-23 |
* | tweak the [...truncated] string again | Roger Dingledine | 2004-08-18 |
* | don't add a spurious newline before [truncated] | Roger Dingledine | 2004-08-18 |
* | End truncated log entries with [truncated] | Nick Mathewson | 2004-08-15 |
* | trivial punctuation tweak | Roger Dingledine | 2004-07-12 |
* | Always log version when starting tor. | Nick Mathewson | 2004-06-30 |
* | Implement several 008pre1 items: needs more testing | Nick Mathewson | 2004-06-21 |
* | Stop multiplying logs on sighup. | Nick Mathewson | 2004-06-02 |