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

age author description
Mon, 20 Feb 2017 15:47:33 +0200 Aki Tuomi lib-index: Unconstifty pointer array
Mon, 20 Feb 2017 15:35:02 +0200 Aki Tuomi lib-index: Add missing initialization for chained hooks
Mon, 20 Feb 2017 14:34:25 +0200 Aki Tuomi lib-index: Allow multiple hooks for transaction creation
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.
Mon, 14 Nov 2016 17:41:23 +0100 Timo Sirainen lib-index: Added mail_index_transaction_get_highest_modseq()
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Wed, 23 Sep 2015 14:52:45 +0300 Teemu Huovila Remove now-unnecessary direct stdlib.h #includes.
Tue, 08 Sep 2015 19:07:02 +0300 Timo Sirainen Replaced unlink() calls with i_unlink*() wherever 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.
Wed, 15 Jan 2014 22:11:22 +0200 Timo Sirainen lib-index: Keep track of views and transactions in linked lists.
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.
Mon, 29 Oct 2012 15:17:17 +0200 Timo Sirainen lib-index: Fixes to replacing message's keywords.
Fri, 26 Oct 2012 10:36:43 +0300 Timo Sirainen lib-index: mail_index_transaction_lookup_latest_keywords() didn't work properly.
Mon, 25 Jun 2012 03:21:25 +0300 Timo Sirainen Avoid using (void)s by adding ATTR_NOWARN_UNUSED_RESULT attributes and other ways.
Thu, 03 May 2012 21:46:07 +0300 Timo Sirainen Added MAIL_INDEX_TRANSACTION_FLAG_SYNC
Thu, 03 May 2012 23:26:44 +0300 Timo Sirainen lib-index: Fixed MAIL_INDEX_SYNC_FLAG_AVOID_FLAG_UPDATES with concurrent keyword changes.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
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.
Thu, 17 Mar 2011 16:37:22 +0200 Timo Sirainen Merged changes from v2.0 tree.
Fri, 04 Mar 2011 20:53:46 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Thu, 24 Feb 2011 11:26:27 +0200 Timo Sirainen Avoid unnecessary data stack leaks.
Wed, 06 Oct 2010 18:20:26 +0100 Timo Sirainen lib-index: Always update index map while committing a transaction.
Wed, 06 Oct 2010 17:15:51 +0100 Timo Sirainen lib-index: Avoid unnecessary pread()s at end of transaction log file.
Mon, 08 Mar 2010 19:53:28 +0200 Timo Sirainen lib-index: When index is reset, make sure old dovecot.index gets deleted. HEAD
Tue, 09 Feb 2010 04:08:31 +0200 Timo Sirainen lib-index: Added support for undeleting a deleted index. HEAD
Sun, 07 Feb 2010 03:25:32 +0200 Timo Sirainen Added support for marking mailbox index deleted. Don't allow any changes after that. 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
Mon, 02 Nov 2009 18:02:48 -0500 Timo Sirainen lib-index: Don't refresh index after transaction commit if nothing was changed. HEAD
Tue, 06 Oct 2009 12:57:26 -0400 Timo Sirainen Don't assert-crash after noticing cache file corruption. HEAD
Wed, 05 Aug 2009 20:01:02 -0400 Timo Sirainen lib-index: Fixes to handling UID changes. 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, 13 Jul 2009 19:54:28 -0400 Timo Sirainen Moved around mail-index-transaction code and added initial unit tests. HEAD
Mon, 13 Jul 2009 18:21:19 -0400 Timo Sirainen mail_index_update_flags*() now does a better job of merging flag changes together. HEAD
Mon, 13 Jul 2009 15:06:33 -0400 Timo Sirainen Fixed expunging appended message that had atomic extension changes done. HEAD
Mon, 13 Jul 2009 13:16:45 -0400 Timo Sirainen Moved mail_index_keywords_*() to mail-index.c. HEAD
Mon, 13 Jul 2009 13:13:03 -0400 Timo Sirainen Moved mail_index_seq_array_*() to mail-index-util.c and added its own .h file. HEAD
Mon, 13 Jul 2009 13:04:24 -0400 Timo Sirainen Isolated all cache transaction handling code to a single file. HEAD
Mon, 22 Jun 2009 17:45:56 -0400 Timo Sirainen Added reference counting to struct mail_keywords and related APIs. HEAD
Sat, 09 May 2009 16:20:41 -0400 Timo Sirainen Tests are now run on "make check". Added initial tests for lib-index. HEAD
Sat, 09 May 2009 14:53:06 -0400 Timo Sirainen Moved transaction commiting code to mail-index-transaction-*.c HEAD
Fri, 03 Apr 2009 14:28:47 -0400 Timo Sirainen Merged multi-dbox code. HEAD
Wed, 25 Mar 2009 15:18:50 -0400 Timo Sirainen mail_index_atomic_inc_ext() now returns the current diff sum. HEAD
Mon, 23 Mar 2009 20:10:55 -0400 Timo Sirainen mail_index_atomic_inc_ext() didn't handle multiple increments within a transaction. HEAD
Fri, 20 Mar 2009 18:22:37 -0400 Timo Sirainen Removed some asserts that dbox code hits now. 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 00:59:14 -0400 Timo Sirainen indexes: Removed unnecessary code. HEAD
Fri, 06 Mar 2009 16:17:39 -0500 Timo Sirainen mail_index_atomic_inc_ext(): Added error checking. HEAD
Wed, 04 Mar 2009 17:40:24 -0500 Timo Sirainen Added mail_index_atomic_inc_ext() for atomically incrementing numbers in extensions. HEAD
Tue, 10 Mar 2009 12:28:00 -0400 Timo Sirainen indexes: Removed unnecessary code. HEAD
Thu, 22 Jan 2009 02:39:52 +0200 Timo Sirainen Another fix to mail_index_transaction_get_next_uid() fix. HEAD
Wed, 21 Jan 2009 19:40:19 -0500 Timo Sirainen Fix to mail_index_transaction_get_next_uid() fix. HEAD
Wed, 21 Jan 2009 18:29:44 -0500 Timo Sirainen mail_index_transaction_get_next_uid() shouldn't sort appends. They may still be modified! HEAD
Wed, 14 Jan 2009 14:06:46 -0500 Timo Sirainen Crashfix / keyword handling fix when appending messages non-sorted (dbox rebuild). HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Sun, 14 Dec 2008 07:19:48 +0200 Timo Sirainen mail_get_flags/keywords() now returns updated values if they've been changed within transaction. HEAD