log src/lib-index/mail-index-sync.c @ 22576:707ae9de3812

age author description
Tue, 08 Aug 2017 16:56:02 +0300 Timo Sirainen lib-index: Fix wrong mail_index_modseq_header automatically
Tue, 11 Jul 2017 15:35:16 +0300 Timo Sirainen lib-index: Track .log.2 rotation time in index header
Wed, 08 Feb 2017 12:03:30 +0200 Timo Sirainen lib-index: Add MAIL_INDEX_OPEN_FLAG_NO_DIRTY
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.
Fri, 18 Nov 2016 01:23:13 +0200 Timo Sirainen lib-index: Fix detecting whether caller synced everything in mailbox.
Mon, 22 Feb 2016 11:46:13 +0200 Timo Sirainen lib-index: Added mail_index_sync_set_reason() to improve lock wait log warnings
Mon, 22 Feb 2016 11:15:52 +0200 Timo Sirainen lib-index: Small improvements to logging the reason for long transaction log lock waits
Sun, 21 Feb 2016 03:40:48 +0200 Timo Sirainen lib-index: mail_index_sync_next() didn't always return expunges sorted
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Tue, 20 Oct 2015 18:43:32 +0300 Timo Sirainen lib-index: tail_offset wasn't updated as often as it should have been.
Sun, 04 Oct 2015 21:51:55 +0300 Timo Sirainen lib-index: Fixed checking when we want to update dovecot.index
Wed, 23 Sep 2015 14:52:45 +0300 Teemu Huovila Remove now-unnecessary direct stdlib.h #includes.
Sun, 20 Sep 2015 22:25:11 +0300 Timo Sirainen lib-index: Added mail_index_sync_have_any_expunges()
Thu, 11 Jun 2015 19:21:16 +0300 Timo Sirainen lib-index: Avoid writing tail offset update to transaction log if it's not necessary.
Mon, 06 Apr 2015 12:07:32 +0900 Timo Sirainen lib-index: Added reason_r parameter to mail_transaction_log_view_set()
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Thu, 09 Oct 2014 18:27:14 +0300 Timo Sirainen lib-index: Added mail_index_sync_no_warning() to prevent "long transaction lock" warnings.
Thu, 09 Oct 2014 18:26:05 +0300 Timo Sirainen lib-index: Include reason string in warnings about keeping transaction log locked for too long.
Tue, 07 Oct 2014 19:07:16 +0300 Timo Sirainen lib-index: Delay unlocking cache compression until changes to transaction log are committed.
Fri, 29 Aug 2014 02:14:43 +0900 Timo Sirainen lib-index, lib-storage: Fixed race conditions with deleting mailbox.
Mon, 07 Jul 2014 16:21:08 +0300 Timo Sirainen lib-index: Don't update log_file_tail_offset unnecessarily.
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Tue, 18 Jun 2013 12:56:27 +0300 Timo Sirainen lib-index: If error is found from transaction log, update dovecot.index so it won't be read again.
Sun, 24 Feb 2013 10:49:38 +0200 Timo Sirainen lib-index: Don't unnecessarily update dovecot.index again after log rotation.
Sun, 24 Feb 2013 09:16:31 +0200 Timo Sirainen Replaced all -1U and (unsigned int)-1 with UINT_MAX.
Wed, 20 Feb 2013 10:57:13 +0200 Timo Sirainen lib-index: Added assert.
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, 15 Sep 2012 19:56:47 +0300 Timo Sirainen lib-index: Removed MAIL_INDEX_SYNC_TYPE_APPEND. No backend cares about it.
Sun, 19 Aug 2012 14:21:37 +0300 Timo Sirainen Array API changed: ARRAY_DEFINE(name, type) -> ARRAY(type) name
Sun, 12 Aug 2012 08:05:49 +0300 Timo Sirainen lib-index: Message flag syncing was broken due to wrong struct cast.
Tue, 22 May 2012 17:03:20 +0300 Timo Sirainen Don't write "keyword reset" records to transaction log anymore.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Wed, 04 Jan 2012 17:26:25 +0200 Timo Sirainen lib-index: Avoid assert-crashing on keyword-update record with empty keyword.
Wed, 23 Nov 2011 19:10:34 +0200 Timo Sirainen lib-index: Make sure we never go to infinite loop if fsck can't fix syncing problem.
Wed, 23 Nov 2011 19:01:28 +0200 Timo Sirainen lib-index: Handle transaction log read errors separately from log corruption.
Wed, 07 Sep 2011 11:30:05 +0300 Timo Sirainen lib-index: Don't allow syncing to begin if index is marked corrupted.
Tue, 09 Aug 2011 16:32:27 +0300 Timo Sirainen lib-index: MAIL_INDEX_SYNC_FLAG_DELETING_INDEX now allows committing changes to deleted index.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Thu, 30 Sep 2010 16:05:57 +0100 Timo Sirainen lib-index: If mail_index_sync_begin() fails, don't assert-crash
Wed, 29 Sep 2010 17:15:12 +0100 Timo Sirainen maildir: Avoid refreshing transaction log immediately on first sync.
Mon, 28 Jun 2010 16:31:39 +0100 Timo Sirainen lib-index: Added mail_index_sync_has_expunges() HEAD
Sat, 27 Mar 2010 01:54:31 +0200 Timo Sirainen Avoid casting away const qualifiers wherever possible. HEAD
Tue, 09 Feb 2010 17:35:14 +0200 Timo Sirainen Mailbox deletion: Fixed race condition where a mailbox couldn't get deleted. HEAD
Tue, 09 Feb 2010 04:08:31 +0200 Timo Sirainen lib-index: Added support for undeleting a deleted index. HEAD
Tue, 09 Feb 2010 02:04:00 +0200 Timo Sirainen lib-index: Index deletion is now a request that gets finalized by index sync. HEAD
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Wed, 18 Nov 2009 19:58:07 -0500 Timo Sirainen Transaction commits can now track how many uid/modseq updates were ignored. HEAD
Thu, 08 Oct 2009 13:02:25 -0400 Timo Sirainen Use array_foreach*() in some useful places. HEAD
Mon, 13 Jul 2009 22:24:27 -0400 Timo Sirainen Keep track of expunged messages' GUIDs and expose them via mailbox_get_expunges(). HEAD
Mon, 22 Jun 2009 17:45:56 -0400 Timo Sirainen Added reference counting to struct mail_keywords and related APIs. HEAD
Fri, 03 Apr 2009 14:28:47 -0400 Timo Sirainen Merged multi-dbox code. HEAD
Mon, 30 Mar 2009 16:18:25 -0400 Timo Sirainen Write to main index file less often. HEAD
Mon, 23 Mar 2009 16:53:30 -0400 Timo Sirainen mail_index_sync_get_offsets() now returns offset1 right. HEAD
Fri, 20 Mar 2009 18:21:25 -0400 Timo Sirainen Mailbox syncing: If syncing wrote to transaction log, update the tail offset to include them. HEAD
Fri, 20 Mar 2009 14:05:50 -0400 Timo Sirainen Added FSYNC flag for transactions. HEAD
Fri, 20 Mar 2009 14:05:33 -0400 Timo Sirainen Added mail_index_sync_get_offsets(). HEAD
Wed, 11 Mar 2009 18:42:13 -0400 Timo Sirainen Removed rarely used parameters from mail_index_transaction_commit(). HEAD
Tue, 10 Mar 2009 12:27:03 -0400 Timo Sirainen indexes: Fixes to handling shrinking tail offsets. HEAD