log src/indexer/worker-connection.c @ 22325:e01bc3015b2f

age author description
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, 21 Sep 2015 17:01:05 +0300 Timo Sirainen fts: Send session ID to indexer and indexer-worker for logging purposes.
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.
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, 16 Sep 2012 00:56:51 +0300 Timo Sirainen Renamed str_tabescape_write() to str_append_tabescaped()
Sun, 19 Aug 2012 14:21:37 +0300 Timo Sirainen Array API changed: ARRAY_DEFINE(name, type) -> ARRAY(type) name
Mon, 25 Jun 2012 00:01:59 +0300 Timo Sirainen Added o_stream_nsend*() and related functions to make delayed error handling safer.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Wed, 31 Aug 2011 12:02:29 +0300 Timo Sirainen indexer: Send completion% status updates to clients.
Tue, 16 Aug 2011 22:21:06 +0300 Timo Sirainen indexer: Added OPTIMIZE command to optimize fts index.
Sun, 14 Aug 2011 20:55:32 +0300 Timo Sirainen indexer: Potential crashfix on deinit.
Wed, 10 Aug 2011 15:16:44 +0300 Timo Sirainen indexer: Fix to handling disconnected worker.
Wed, 10 Aug 2011 14:50:56 +0300 Timo Sirainen indexer: If worker disconnects, log whose requests were discarded.
Wed, 10 Aug 2011 14:48:08 +0300 Timo Sirainen indexer: Handle unexpected worker disconnections better.
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.
Fri, 22 Jul 2011 13:08:39 +0300 Timo Sirainen indexer: When worker disconnects, forget which user it was attached to.
Mon, 27 Jun 2011 23:02:40 +0300 Timo Sirainen Added "indexer" service, which uses worker processes to perform queued mailbox indexing.