aboutsummaryrefslogtreecommitdiff
path: root/src/common/log.c
Commit message (Expand)AuthorAge
...
* fix an assert on startup when the disk is full and you're logging to a file•••svn:r3204 Roger Dingledine2004-12-22
* clarify why strlcpy is safe in truncated log messages•••svn:r3032 Nick Mathewson2004-11-30
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...•••svn:r3019 Nick Mathewson2004-11-29
* Remove needless -2 in log code. This was not an underflow risk, sinze we onl...•••svn:r3017 Nick Mathewson2004-11-29
* clean up the previous underflow check, and also point out•••yet another one that may be a problem. nick? svn:r3016 Roger Dingledine2004-11-29
* prevent integer underflow•••(not currently exploitable, ilja and i think) svn:r3010 Roger Dingledine2004-11-29
* wrong is ok, and right is fine, but in between is apparently•••totally unacceptable to me. svn:r3005 Roger Dingledine2004-11-28
* Normalize space: add one between every control keyword and control clause.•••svn:r3003 Nick Mathewson2004-11-28
* remove emacs droppings, since nick says he doesn't need them anymore•••svn:r2989 Roger Dingledine2004-11-26
* Flush the logfd after we print "Tor opening log file", so we don't see those ...•••svn:r2980 Peter Palfrader2004-11-24
* and a comment so i don't try to 'fix' it again later•••svn:r2919 Roger Dingledine2004-11-20
* yes, in fact, i broke it. putting back.•••svn:r2918 Roger Dingledine2004-11-20
* kill -USR2 now moves all logs to loglevel debug•••plus fix some typos svn:r2914 Roger Dingledine2004-11-20
* simplify close_temp_logs()•••(nick, did i break this?) svn:r2913 Roger Dingledine2004-11-20
* remove another possible sigpipe cause•••svn:r2912 Roger Dingledine2004-11-20
* Make log_fn not fail so miserably on VC6•••svn:r2896 Nick Mathewson2004-11-15
* ugly macros to make log_fn play nice on non-GCC compilers.•••svn:r2894 Nick Mathewson2004-11-15
* Fix "implicit declaration of ftello" warning: add AC_FUNC_FSEEKO in configure...•••svn:r2854 Nick Mathewson2004-11-14
* remove redundant stdio.h•••i guess that wasn't the fix svn:r2849 Roger Dingledine2004-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 Dingledine2004-11-14
* Use autoconf to enable largefile support where necessary. Use ftello where av...•••svn:r2806 Nick Mathewson2004-11-12
* Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...•••svn:r2758 Nick Mathewson2004-11-09
* various fixes•••svn:r2712 Roger Dingledine2004-11-09
* Use new log format; convert old format to new format.•••svn:r2684 Nick Mathewson2004-11-05
* fix typos•••svn:r2666 Nick Mathewson2004-11-03
* Add a callback log handler type•••svn:r2658 Nick Mathewson2004-11-03
* Tricksy compiler warnings! We hates them, hates them forever, my precious!•••svn:r2615 Nick Mathewson2004-10-27
* Use tor_snprintf, not snprintf•••svn:r2609 Nick Mathewson2004-10-27
* Replace sprintf with snprintf•••svn:r2602 Nick Mathewson2004-10-27
* Add SysLog option to direct log messages to the system log instead of a FILE*.•••svn:r2591 Nick Mathewson2004-10-26
* don't assert multiple things in the same tor_assert()•••svn:r2545 Roger Dingledine2004-10-16
* make our tor_assert actually work when it's going to be triggered,•••rather than seg fault svn:r2368 Roger Dingledine2004-09-23
* bugfix on the bugfix•••actually unlink the log entry. ok, that wasn't cleverly hidden enough. let's try again. svn:r2367 Roger Dingledine2004-09-23
* bugfix: when we run out of disk space, or other log writing error,•••don't crash. just stop logging to that log and continue. nick, can you find the bug i've cleverly hidden in this commit? svn:r2365 Roger Dingledine2004-09-23
* tweak the [...truncated] string again•••svn:r2289 Roger Dingledine2004-08-18
* don't add a spurious newline before [truncated]•••svn:r2282 Roger Dingledine2004-08-18
* End truncated log entries with [truncated]•••svn:r2235 Nick Mathewson2004-08-15
* trivial punctuation tweak•••svn:r2027 Roger Dingledine2004-07-12
* Always log version when starting tor.•••svn:r1990 Nick Mathewson2004-06-30
* Implement several 008pre1 items: needs more testing•••svn:r1981 Nick Mathewson2004-06-21
* Stop multiplying logs on sighup.•••svn:r1936 Nick Mathewson2004-06-02
* it looks like parse_log_level() was never taught about WARN?•••svn:r1917 Roger Dingledine2004-05-21
* Tinker with log behavior: never send error messages about logs into the bitbu...•••svn:r1912 Nick Mathewson2004-05-20
* Allow multiple logfiles at different severity ranges•••svn:r1899 Nick Mathewson2004-05-19
* it's amazing what a bit of punctuation can do for appearances•••svn:r1843 Roger Dingledine2004-05-10
* Doxygenate common.•••svn:r1829 Nick Mathewson2004-05-10
* Make Tor build on win32 with VC6 without warnings.•••svn:r1739 Nick Mathewson2004-04-28
* Document stuff, reduce magic numbers, add emacs magic•••svn:r1502 Nick Mathewson2004-04-06
* Make "common" no longer depend on or.h•••svn:r1466 Nick Mathewson2004-04-03
* Refactor the heck out of crypto interface: admit that we will stick with one ...•••svn:r1458 Nick Mathewson2004-04-03