aboutsummaryrefslogtreecommitdiff
path: root/src/common/log.c
Commit message (Expand)AuthorAge
...
* 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
* add in a 'notice' log level•••svn:r1383 Roger Dingledine2004-03-30
* crash when our logs go bad•••nick, can you think of a better response here? svn:r1268 Roger Dingledine2004-03-14
* Make tor build on windows again. More work still needed•••svn:r1247 Nick Mathewson2004-03-09
* clean tabs, trailing whitespace•••svn:r952 Roger Dingledine2003-12-17
* make --debuglogfile (or any second log file) work•••svn:r935 Roger Dingledine2003-12-14
* Check that we can write to the logfile and log a warning to stderr if we can't•••Move writing of pidfile after daemonizing, and also after setting the [ug]id: This means that the tor user needs write priviliges to the pidfile location. It needs it for unlinking the pidfile anyway. svn:r846 Peter Palfrader2003-11-19
* rewrite close_logs so it could possibly work•••remove deadbeef memory-clobber testing (for now) svn:r616 Roger Dingledine2003-10-18
* clean up logging, allow user to specify log files•••If DebugLogFile is specified, log to it at -l debug If LogFile is specified, log to it at the -l from the commandline (default info) If no LogFile *and* not a Daemon, then log to stdout. Make conn->s = -1 by default (this might break things) When kill -USR1, prefer to log at INFO, but make sure they always see it. svn:r596 Roger Dingledine2003-10-15
* Make add_file_log return 0 on success.•••svn:r594 Nick Mathewson2003-10-15
* oops, bugfix•••svn:r572 Roger Dingledine2003-10-10
* change WARNING to WARN•••svn:r570 Roger Dingledine2003-10-10
* Update LICENSE and copyright dates.•••svn:r560 Nick Mathewson2003-10-08
* some early bugfixes•••our log() conflicts with log(3) distribute only the correct files from doc/ and src/config/ sometimes laptops go back in time. i guess that's ok for now. and bump the version number because we're live. svn:r544 Roger Dingledine2003-10-07
* wrap strdup; prefer time() to gettimeofday()•••svn:r538 Roger Dingledine2003-10-04
* clean some includes•••svn:r535 Roger Dingledine2003-10-04
* Flush after fputs•••svn:r526 Nick Mathewson2003-10-01
* make log use a larger buffer, for easier debugging•••svn:r515 Roger Dingledine2003-09-30
* bugfixes and features: closer to making dirserv work•••fix a variety of seg faults don't try to list OPs in running-routers write cached-directory to disk when rebuilding the dir on boot, dirservers load approved-routers file on boot, dirservers load cached directory file svn:r508 Roger Dingledine2003-09-29