log src/indexer/indexer-worker.c @ 22614:cf66220d281e

age author description
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Wed, 11 Jan 2017 01:57:46 +0100 Stephan Bosch global: Replaced all instances of memset(p, 0, sizeof(*p)) with the new i_zero() macro.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Thu, 13 Jun 2013 06:07:54 +0300 Timo Sirainen Call master_service_init_finish() only after all of the initialization is done.
Mon, 25 Feb 2013 17:29:28 +0200 Timo Sirainen Merged changes from v2.1 tree.
Fri, 22 Feb 2013 10:42:40 +0200 Timo Sirainen indexer-worker: Fixed keeping config connection open before dropping root privileges.
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Tue, 09 Aug 2011 14:13:13 +0300 Timo Sirainen indexer-worker: Added -D parameter to enable core dumps.
Mon, 27 Jun 2011 23:02:40 +0300 Timo Sirainen Added "indexer" service, which uses worker processes to perform queued mailbox indexing.