log src/master/child-process.c @ 8971:163c3f85a3aa HEAD

age author description
Thu, 02 Apr 2009 14:00:31 -0400 Timo Sirainen Try to make sure auth process can dump core, and if it can't try to find why. HEAD
Wed, 01 Apr 2009 12:52:46 -0400 Timo Sirainen lib-signals: Changed callback API to return siginfo_t. HEAD
Wed, 25 Mar 2009 15:38:57 -0400 Timo Sirainen mail_privileged_group setting prevents core dumps - mention it in logging. HEAD
Fri, 13 Mar 2009 15:19:13 -0400 Timo Sirainen master: Fixes to core dump log message writing. HEAD
Fri, 13 Mar 2009 15:12:23 -0400 Timo Sirainen If login process core dumps, suggest using -D parameter. HEAD
Mon, 02 Mar 2009 21:04:11 -0500 Timo Sirainen Improved logging for core dumping. With Linux use PR_SET_DUMPABLE for imap/pop3. HEAD
Mon, 09 Feb 2009 19:44:07 -0500 Timo Sirainen master: Don't crash if auth process dies too early. 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
Fri, 19 Dec 2008 09:06:38 +0200 Timo Sirainen Renamed hash_*() to hash_table_*() to avoid conflicts with OSX's strhash.h HEAD
Sun, 05 Oct 2008 00:06:56 +0300 Timo Sirainen If a process dies because it's out of memory, mention *_process_size setting in the error message. HEAD
Tue, 04 Mar 2008 06:24:44 +0200 Timo Sirainen Allow dovecot --exec-mail ext program arguments. HEAD
Sat, 05 Jan 2008 01:28:46 +0200 Timo Sirainen Reverted "environment array" changes. It broke overriding imap/pop3 settings HEAD
Wed, 02 Jan 2008 02:08:31 +0200 Timo Sirainen Fixes to envarr changes. HEAD
Wed, 02 Jan 2008 01:36:51 +0200 Timo Sirainen Build environment using envarr and pass it to execve(). This is faster than HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. 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
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 12:35:01 +0300 Timo Sirainen hash_destroy() and hash_iterate_deinit() now take ** pointer. HEAD
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Sat, 30 Jun 2007 19:14:08 +0300 Timo Sirainen Initial implementation for mail_max_user_connections setting. HEAD
Sat, 30 Jun 2007 17:38:17 +0300 Timo Sirainen Moved child process handling to child-process.[ch]. The hash table now uses HEAD