log src/indexer/indexer.c @ 22656:1789bf2a1e01

age author description
Mon, 06 Feb 2017 14:05:47 +0200 Timo Sirainen indexer: Don't send more requests directly from worker status callback
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Mon, 29 Jun 2015 12:00:05 +0300 Timo Sirainen indexer: Reverted 5945ba000a45 - it didn't really help
Mon, 29 Jun 2015 11:44:00 +0300 Timo Sirainen indexer: Fixed crash at deinit if there were still queued requests.
Wed, 03 Jun 2015 22:30:05 +0300 Timo Sirainen indexer: Improved handling multiple indexing requests to the same mailbox.
Wed, 03 Jun 2015 22:26:05 +0300 Timo Sirainen indexer: Try to always flush as many requests from queue as possible.
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.
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, 24 Jun 2012 00:52:57 +0300 Timo Sirainen Marked functions parameters that are allowed to be NULL. Some APIs were also changed.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Tue, 16 Aug 2011 22:21:06 +0300 Timo Sirainen indexer: Added OPTIMIZE command to optimize fts index.
Sun, 14 Aug 2011 21:02:43 +0300 Timo Sirainen indexer: Don't die on "idle kill signal" if workers are still busy.
Wed, 10 Aug 2011 15:17:12 +0300 Timo Sirainen indexer: Deinitialize without crashing when there are requests.
Wed, 10 Aug 2011 14:17:54 +0300 Timo Sirainen doveadm index: Added -n parameter to specify max number of recent msgs to perform indexing.
Tue, 09 Aug 2011 19:50:02 +0300 Timo Sirainen indexer: Read configuration earlier while we still have privileges.
Tue, 09 Aug 2011 19:42:23 +0300 Timo Sirainen indexer: If verbose_proctitle=yes, show how many clients/requests there are.
Mon, 27 Jun 2011 23:02:40 +0300 Timo Sirainen Added "indexer" service, which uses worker processes to perform queued mailbox indexing.