História revízii

Autor SHA1 Správa Dátum
  Nick Mathewson 789374dbbd Make GCC very happy, even with lots of warnings set. Also, try to fix some reported Solaris x86 warnings. 19 rokov pred
  Roger Dingledine f4eec180a2 disarm a trap that's lying in wait for us 19 rokov pred
  Roger Dingledine fcd0fc3364 flesh out the source file descriptions for doxygen 19 rokov pred
  Nick Mathewson 0831823763 Change end-of-file NLNL convention. It turns out arma I and I agree. 19 rokov pred
  Nick Mathewson 8b2a7ff9fe Remove extraneous newlines from libevent log messages. Backport candidate? 19 rokov pred
  Nick Mathewson f3b833cb47 Make libevent_logging_callback static. 19 rokov pred
  Nick Mathewson 4991290935 Revise control spec and implementation to allow all log messages to be sent to controller with their severities intact. 19 rokov pred
  Nick Mathewson 0e81265359 update copyright notices. 19 rokov pred
  Nick Mathewson 73f6c1531e fix typo in earlier libevent mmessage suppress patch 19 rokov pred
  Nick Mathewson 410ecfcc71 Add code to suppress spurious libevent log msgs; use it to resolve bug 68. 19 rokov pred
  Nick Mathewson efe9ca659a Use recent libevent features when possible 19 rokov pred
  Nick Mathewson df9c8feac7 Commit fixes for several pending tor core tasks: document all DOCDOCed functions; time out uncontrolled unattached streams; feed reasons to SOCKS5 (refactoring connection_ap_handshake_socks_reply in the process); change DirFetchPeriod/StatusFetchPeriod to have a special "Be smart" value. 19 rokov pred
  Nick Mathewson 70c3580f81 Patch to localtime/gmtime handling: use the _r variants where available. Use mutexes to fake _r where necessary. Make mutexes no-ops where no threading is enabled. 19 rokov pred
  Roger Dingledine 1f3e77bf92 make the initial temp log only notice-err, not info-err 20 rokov pred
  Roger Dingledine c3189c2573 fix an assert on startup when the disk is full and you're logging to a file 20 rokov pred
  Nick Mathewson a3477223de clarify why strlcpy is safe in truncated log messages 20 rokov pred
  Nick Mathewson 7fbd297532 Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 20 rokov pred
  Nick Mathewson b6b07d1d98 Remove needless -2 in log code. This was not an underflow risk, sinze we only call format_msg from one place, where buf_len==10024 20 rokov pred
  Roger Dingledine 671a2de762 clean up the previous underflow check, and also point out 20 rokov pred
  Roger Dingledine 185f047450 prevent integer underflow 20 rokov pred
  Roger Dingledine 22727b4edc wrong is ok, and right is fine, but in between is apparently 20 rokov pred
  Nick Mathewson 6f5dbefa7e Normalize space: add one between every control keyword and control clause. 20 rokov pred
  Roger Dingledine 7c9a707900 remove emacs droppings, since nick says he doesn't need them anymore 20 rokov pred
  Peter Palfrader f2a96ce1fe Flush the logfd after we print "Tor opening log file", so we don't see those messages days later 20 rokov pred
  Roger Dingledine d4ac7300d6 and a comment so i don't try to 'fix' it again later 20 rokov pred
  Roger Dingledine 246b14d8e9 yes, in fact, i broke it. putting back. 20 rokov pred
  Roger Dingledine dd19cf6ba3 kill -USR2 now moves all logs to loglevel debug 20 rokov pred
  Roger Dingledine a30a5bce0f simplify close_temp_logs() 20 rokov pred
  Roger Dingledine a8840db4ac remove another possible sigpipe cause 20 rokov pred
  Nick Mathewson 6143c515cd Make log_fn not fail so miserably on VC6 20 rokov pred