log src/master/dict-process.c @ 9002:9d0037a997f4 HEAD

age author description
Tue, 27 Jan 2009 18:21:53 -0500 Timo Sirainen Initial commit for config rewrite. HEAD
Wed, 01 Apr 2009 16:36:56 -0400 Timo Sirainen When shutting down, don't try to restart dict processes. HEAD
Wed, 01 Apr 2009 12:48:17 -0400 Timo Sirainen Call closelog() before dup2()ing fds. HEAD
Sun, 25 Jan 2009 19:51:00 -0500 Timo Sirainen master: When shutting down, avoid dict processes giving "unknown process exited" errors. HEAD
Sun, 25 Jan 2009 18:39:07 -0500 Timo Sirainen dict: Fixes to handling dying dict processes. HEAD
Sat, 17 Jan 2009 13:56:24 -0500 Timo Sirainen Added dict_process_count setting for creating multiple dict processes. HEAD
Wed, 07 Jan 2009 13:34:25 -0500 Timo Sirainen Increase listen queues to handle high loads better. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Sat, 27 Sep 2008 12:20:26 +0300 Timo Sirainen Added net_listen_unix_unlink_stale() and use it where needed to avoid code duplication. HEAD
Tue, 27 May 2008 02:09:47 +0300 Timo Sirainen Avoid using shadow variables. Unfortunately -Wshadow also complains about HEAD
Sun, 04 May 2008 18:12:28 +0300 Timo Sirainen Added dict_db_config setting to point to a Berkeley DB config file. 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 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
Wed, 28 Nov 2007 09:11:30 +0200 Timo Sirainen Don't crash when dict process exists and we receive SIGHUP. 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
Sat, 22 Sep 2007 19:33:40 +0300 Timo Sirainen If dict process dies, master assert-crashed when trying to restart it. 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
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
Fri, 15 Dec 2006 20:38:08 +0200 Timo Sirainen Replaced void *context from a lot of callbacks with the actual context HEAD
Sat, 17 Jun 2006 15:24:59 +0300 Timo Sirainen Instead of passing URIs directly to dictionary server, it now accepts only HEAD
Thu, 02 Feb 2006 23:29:15 +0200 Timo Sirainen Added plugin {} section to dovecot.conf for passing extra environment HEAD
Sun, 29 Jan 2006 14:14:40 +0200 Timo Sirainen Call io_remove() before closing the fd. It's required by kqueue. HEAD
Sun, 15 Jan 2006 16:22:20 +0200 Timo Sirainen Disable dict server for now HEAD
Sun, 15 Jan 2006 12:07:32 +0200 Timo Sirainen Create dict-server socket to base_dir. HEAD
Sat, 14 Jan 2006 20:47:20 +0200 Timo Sirainen deinit, unref, destroy, close, free, etc. functions now take a pointer to HEAD
Sat, 14 Jan 2006 16:01:40 +0200 Timo Sirainen Don't use hardcoded /var/run/dovecot in dict-server path, but HEAD
Thu, 12 Jan 2006 12:54:27 +0200 Timo Sirainen Forgot to add in last commit. HEAD