| Commit message (Expand) | Author | Age |
* | Fix bug 230: add a rollback function to reverse all changes since the last ma...•••svn:r5803
| Nick Mathewson | 2006-01-11 |
* | Bite the bullet and limit all our source lines to 80 characters, the way IBM ...•••svn:r5582
| Nick Mathewson | 2005-12-14 |
* | Remove some functions that were around for hupping log files. We handle•••them already in do_hup() by marking our log files as temporary and then
rotating them in options_init_from_torrc().
svn:r5473
| Roger Dingledine | 2005-11-30 |
* | Fix some verbose warnings and remove an unneeded include.•••svn:r5472
| Nick Mathewson | 2005-11-30 |
* | remove some functions that are not used; #if0 out some files that are not lik...•••svn:r5471
| Nick Mathewson | 2005-11-30 |
* | Make new logging stuff work on windows; fix a couple of windows typos.•••svn:r5375
| Nick Mathewson | 2005-11-15 |
* | When logging via syslog, include the pid whenever we provide•••a log entry. Suggested by Todd Fries.
svn:r5366
| Roger Dingledine | 2005-11-13 |
* | using an unsigned int for something that requires at least 3 bytes•••makes me uncomfortable.
svn:r5340
| Roger Dingledine | 2005-11-01 |
* | Also here.•••svn:r5314
| Nick Mathewson | 2005-10-25 |
* | Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....•••svn:r5309
| Nick Mathewson | 2005-10-25 |
* | Start dividing log messages into logging domains. No, LD_ is not the best of...•••svn:r5284
| Nick Mathewson | 2005-10-18 |
* | Reformat inconsistent function declarations.•••svn:r5160
| Nick Mathewson | 2005-09-30 |
* | Add a bunch more warnings to out warning suite; resolve them; pack structs a ...•••svn:r5150
| Nick Mathewson | 2005-09-29 |
* | Make GCC very happy, even with lots of warnings set. Also, try to fix some re...•••svn:r4770
| Nick Mathewson | 2005-08-12 |
* | disarm a trap that's lying in wait for us•••svn:r4741
| Roger Dingledine | 2005-08-08 |
* | flesh out the source file descriptions for doxygen•••svn:r4404
| Roger Dingledine | 2005-06-11 |
* | Change end-of-file NLNL convention. It turns out arma I and I agree.•••svn:r4382
| Nick Mathewson | 2005-06-09 |
* | Remove extraneous newlines from libevent log messages. Backport candidate?•••svn:r4350
| Nick Mathewson | 2005-06-08 |
* | Make libevent_logging_callback static.•••svn:r4058
| Nick Mathewson | 2005-04-08 |
* | Revise control spec and implementation to allow all log messages to be sent t...•••svn:r4010
| Nick Mathewson | 2005-04-05 |
* | update copyright notices.•••svn:r3982
| Nick Mathewson | 2005-04-01 |
* | fix typo in earlier libevent mmessage suppress patch•••svn:r3950
| Nick Mathewson | 2005-04-01 |
* | Add code to suppress spurious libevent log msgs; use it to resolve bug 68.•••svn:r3948
| Nick Mathewson | 2005-04-01 |
* | Use recent libevent features when possible•••svn:r3940
| Nick Mathewson | 2005-04-01 |
* | Commit fixes for several pending tor core tasks: document all DOCDOCed functi...•••svn:r3769
| Nick Mathewson | 2005-03-17 |
* | Patch to localtime/gmtime handling: use the _r variants where available. Use...•••svn:r3653
| Nick Mathewson | 2005-02-22 |
* | make the initial temp log only notice-err, not info-err•••svn:r3274
| Roger Dingledine | 2005-01-04 |
* | fix an assert on startup when the disk is full and you're logging to a file•••svn:r3204
| Roger Dingledine | 2004-12-22 |
* | clarify why strlcpy is safe in truncated log messages•••svn:r3032
| Nick Mathewson | 2004-11-30 |
* | Suggestion from weasel: Make tor --version --version dump the cvs Id of every...•••svn:r3019
| Nick Mathewson | 2004-11-29 |
* | Remove needless -2 in log code. This was not an underflow risk, sinze we onl...•••svn:r3017
| Nick Mathewson | 2004-11-29 |
* | clean up the previous underflow check, and also point out•••yet another one that may be a problem. nick?
svn:r3016
| Roger Dingledine | 2004-11-29 |
* | prevent integer underflow•••(not currently exploitable, ilja and i think)
svn:r3010
| Roger Dingledine | 2004-11-29 |
* | wrong is ok, and right is fine, but in between is apparently•••totally unacceptable to me.
svn:r3005
| Roger Dingledine | 2004-11-28 |
* | Normalize space: add one between every control keyword and control clause.•••svn:r3003
| Nick Mathewson | 2004-11-28 |
* | remove emacs droppings, since nick says he doesn't need them anymore•••svn:r2989
| Roger Dingledine | 2004-11-26 |
* | Flush the logfd after we print "Tor opening log file", so we don't see those ...•••svn:r2980
| Peter Palfrader | 2004-11-24 |
* | and a comment so i don't try to 'fix' it again later•••svn:r2919
| Roger Dingledine | 2004-11-20 |
* | yes, in fact, i broke it. putting back.•••svn:r2918
| Roger Dingledine | 2004-11-20 |
* | kill -USR2 now moves all logs to loglevel debug•••plus fix some typos
svn:r2914
| Roger Dingledine | 2004-11-20 |
* | simplify close_temp_logs()•••(nick, did i break this?)
svn:r2913
| Roger Dingledine | 2004-11-20 |
* | remove another possible sigpipe cause•••svn:r2912
| Roger Dingledine | 2004-11-20 |
* | Make log_fn not fail so miserably on VC6•••svn:r2896
| Nick Mathewson | 2004-11-15 |
* | ugly macros to make log_fn play nice on non-GCC compilers.•••svn:r2894
| Nick Mathewson | 2004-11-15 |
* | Fix "implicit declaration of ftello" warning: add AC_FUNC_FSEEKO in configure...•••svn:r2854
| Nick Mathewson | 2004-11-14 |
* | remove redundant stdio.h•••i guess that wasn't the fix
svn:r2849
| Roger Dingledine | 2004-11-14 |
* | clean up the ftello call a little bit.•••but i'm still getting:
log.c:94: warning: implicit declaration of function `ftello'
svn:r2848
| Roger Dingledine | 2004-11-14 |
* | Use autoconf to enable largefile support where necessary. Use ftello where av...•••svn:r2806
| Nick Mathewson | 2004-11-12 |
* | Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...•••svn:r2758
| Nick Mathewson | 2004-11-09 |
* | various fixes•••svn:r2712
| Roger Dingledine | 2004-11-09 |