log src/master/log.c @ 9490:fd84592e817b HEAD

age author description
Sun, 17 May 2009 15:05:39 -0400 Timo Sirainen Add "dovecot: " log prefix only for messages from master process. HEAD
Wed, 14 Jan 2009 15:14:11 -0500 Timo Sirainen If login process crashes, log the IP address that (maybe) caused it. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Mon, 11 Feb 2008 20:17:00 +0200 Timo Sirainen Renamed T_FRAME_BEGIN/END to T_BEGIN/END. Removed T_FRAME() macro and HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Wed, 05 Dec 2007 17:47:44 +0200 Timo Sirainen Replaced t_push/t_pop calls with T_FRAME*() macros. HEAD
Tue, 09 Oct 2007 17:23:11 +0300 Timo Sirainen If child process logged a fatal failure, don't show "returned error 89" HEAD
Tue, 09 Oct 2007 17:11:44 +0300 Timo Sirainen Log fatal/panic messages coming from child processes as such, instead of HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Thu, 02 Aug 2007 18:27:46 +0300 Timo Sirainen Renamed i_stream_create_file() to i_stream_create_fd(). HEAD
Tue, 24 Jul 2007 06:59:56 +0300 Timo Sirainen Removed memory pool parameter from iostreams. Default pool was almost always HEAD
Fri, 15 Dec 2006 20:38:08 +0200 Timo Sirainen Replaced void *context from a lot of callbacks with the actual context HEAD
Fri, 13 Oct 2006 20:59:41 +0300 Timo Sirainen Don't crash in log deinitialization. HEAD
Wed, 11 Oct 2006 15:22:31 +0300 Timo Sirainen When shutting down do one last read from log fds to see if there's something HEAD
Mon, 09 Oct 2006 01:41:53 +0300 Timo Sirainen Fix HEAD
Sat, 17 Jun 2006 15:24:59 +0300 Timo Sirainen Instead of passing URIs directly to dictionary server, it now accepts only HEAD
Sun, 26 Feb 2006 12:04:59 +0200 Timo Sirainen Added i_stream_destroy() and o_stream_destroy() and used them instead of HEAD
Sat, 14 Jan 2006 20:47:20 +0200 Timo Sirainen deinit, unref, destroy, close, free, etc. functions now take a pointer to HEAD
Fri, 13 Jan 2006 22:25:57 +0200 Timo Sirainen Added "bool" type and changed all ints that were used as booleans to bool. HEAD
Sun, 09 Jan 2005 22:12:35 +0200 Timo Sirainen Disable log throttlong for auth process, and for login processes if HEAD
Tue, 19 Oct 2004 03:42:07 +0300 Timo Sirainen Log flushing fixes. HEAD
Sun, 23 May 2004 22:23:57 +0300 Timo Sirainen logging cleanups. HEAD
Mon, 10 May 2004 19:05:09 +0300 Timo Sirainen Write all logging through master process. Fixes problems with log rotation, HEAD