log src/indexer/master-connection.c @ 22658:ff99e7bff132

age author description
Sun, 18 Jun 2017 12:18:31 +0300 Timo Sirainen indexer-worker: Log first and last UID of which mails were indexed
Sun, 18 Jun 2017 13:04:43 +0300 Timo Sirainen indexer-worker: Log number of indexing attempts in transaction commit failure
Sun, 18 Jun 2017 13:00:57 +0300 Timo Sirainen indexer-worker: Log "Indexed .. messages" even if mailbox_search fails
Sat, 01 Apr 2017 22:12:37 +0300 Timo Sirainen global: Add mailbox_transaction_set_reason() calls
Sat, 01 Apr 2017 21:43:16 +0300 Timo Sirainen global: Add mailbox_set_reason() calls
Thu, 16 Mar 2017 11:15:18 +0200 Martti Rannanjärvi global: Log internal storage error on failure
Wed, 08 Mar 2017 15:39:34 -0500 Timo Sirainen imap, pop3, indexer-worker: Add (deinit) to process title before autoexpunging runs.
Wed, 22 Feb 2017 13:30:00 +0200 Timo Sirainen global: Replace mail_storage_service_user_free() with _unref()
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.
Sat, 19 Nov 2016 02:00:25 +0200 Timo Sirainen global: Avoid unnecessary unsigned integer wraps.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Wed, 18 Nov 2015 21:06:17 +0200 Timo Sirainen indexer-worker: Use provided session-id only as a prefix for a unique session ID.
Thu, 24 Sep 2015 16:30:23 +0300 Timo Sirainen indexer: Use a slightly different session ID than the session that requested indexing.
Mon, 21 Sep 2015 17:01:05 +0300 Timo Sirainen fts: Send session ID to indexer and indexer-worker for logging purposes.
Sat, 09 May 2015 19:28:46 +0300 Timo Sirainen indexer-worker: Don't crash if we failed to get mailbox path.
Mon, 09 Mar 2015 16:17:08 +0200 Timo Sirainen indexer-worker: Added missing error logging.
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.
Fri, 05 Apr 2013 00:13:16 +0300 Timo Sirainen Merged changes from v2.1 tree.
Fri, 22 Feb 2013 10:31:38 +0200 Timo Sirainen doveadm, indexer: Don't crash if STATUS_LAST_CACHED_SEQ lookup fails.
Fri, 22 Feb 2013 10:31:38 +0200 Timo Sirainen doveadm, indexer: Don't crash if STATUS_LAST_CACHED_SEQ lookup fails.
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.
Sat, 05 Jan 2013 01:14:11 +0200 Timo Sirainen Merged changes from v2.1 tree.
Tue, 18 Dec 2012 20:48:36 +0200 Timo Sirainen indexer-worker: Don't assert-crash with some mailbox names in some configurations.
Mon, 29 Oct 2012 22:03:25 +0200 Timo Sirainen If prefix="" namespace isn't defined, autocreate it as an unusable namespace.
Wed, 26 Sep 2012 20:50:08 +0300 Timo Sirainen lib-storage: mailbox_get_path() and friends can now return an error.
Tue, 25 Sep 2012 20:15:58 +0300 Timo Sirainen lib-storage: Added mailbox_get_path_to() wrapper for mailbox_list_get_path().
Mon, 25 Jun 2012 01:14:03 +0300 Timo Sirainen Make sure we check all the functions' return values. Minor API changes to simplify this.
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.
Mon, 07 Nov 2011 22:17:15 +0200 Timo Sirainen indexer-worker: If indexes are disabled for a mailbox, do nothing but log a message.
Mon, 12 Sep 2011 14:32:37 +0300 Timo Sirainen indexer: Fixed assert-crash when number of indexed messages was divisible by 100.
Wed, 31 Aug 2011 12:02:29 +0300 Timo Sirainen indexer: Send completion% status updates to clients.
Wed, 31 Aug 2011 11:39:50 +0300 Timo Sirainen Redesigned mail precaching APIs.
Sun, 28 Aug 2011 08:15:33 +0300 Timo Sirainen lib-storage: Replaced MAILBOX_FLAG_KEEP_RECENT flag with reverse MAILBOX_FLAG_DROP_RECENT.
Tue, 16 Aug 2011 22:21:06 +0300 Timo Sirainen indexer: Added OPTIMIZE command to optimize fts index.
Wed, 10 Aug 2011 16:08:45 +0300 Timo Sirainen doveadm index -n: Don't sync mailbox when checking the recent count.
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 20:05:38 +0300 Timo Sirainen indexer-worker: verbose_proctitle=yes now shows username+mailbox.
Mon, 27 Jun 2011 23:02:40 +0300 Timo Sirainen Added "indexer" service, which uses worker processes to perform queued mailbox indexing.