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

age author description
Wed, 15 Feb 2017 22:12:15 +0200 Timo Sirainen lib-index: Add day_stamp parameter to mail_index_update_day_headers()
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Mon, 14 Nov 2016 17:41:23 +0100 Timo Sirainen lib-index: Added mail_index_transaction_get_highest_modseq()
Mon, 14 Nov 2016 17:37:31 +0100 Timo Sirainen lib-index: Added internal mail_index_transaction_finish_so_far()
Tue, 10 May 2016 10:42:33 -0400 Timo Sirainen lib-index: "first saved UID of the day" wasn't updated right always.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Mon, 02 Jun 2014 14:50:34 +0300 Phil Carmody mail-index: trivial robomatic migration from _MAP_IDX to new helper
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Sat, 01 Jun 2013 17:11:55 +0300 Timo Sirainen lib-index: Avoid memcpy()ing data over itself.
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, 14 Jan 2013 18:24:19 +0200 Timo Sirainen lib-index: Added asserts.
Sun, 24 Jun 2012 21:29:56 +0300 Timo Sirainen seq_range_array_add() API change triggered a crash in buggy code.
Sun, 24 Jun 2012 21:14:56 +0300 Timo Sirainen seq_range_array_add() API changed. Added other functions to provide the less common use cases.
Mon, 11 Jun 2012 18:22:06 +0300 Timo Sirainen shared mailboxes: Per-user flags can now be stored in private index files.
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.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Wed, 06 Oct 2010 18:20:26 +0100 Timo Sirainen lib-index: Always update index map while committing a transaction.
Tue, 06 Jul 2010 17:01:44 +0100 Timo Sirainen lib-index: Crashfix in some cases when flags unexpectedly weren't changed HEAD
Wed, 30 Jun 2010 21:21:19 +0100 Timo Sirainen Removed mail_update_uid() / mail_index_update_uid(). HEAD
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Thu, 08 Oct 2009 13:02:25 -0400 Timo Sirainen Use array_foreach*() in some useful places. HEAD
Wed, 05 Aug 2009 20:01:34 -0400 Timo Sirainen lib-index: Added mail_index_update_highest_modseq(). HEAD
Tue, 28 Jul 2009 18:58:31 -0400 Timo Sirainen Added ability to specify message's minimum modseq value. HEAD
Mon, 27 Jul 2009 18:47:16 -0400 Timo Sirainen Added ability to change existing messages' UIDs with mail_[index_]update_uid(). HEAD
Tue, 14 Jul 2009 17:55:27 -0400 Timo Sirainen mail index transactions: More code cleanups and unit tests. HEAD
Tue, 14 Jul 2009 17:54:23 -0400 Timo Sirainen mail index transaction: Dropping duplicate expunges changed expunges' GUIDs. 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:56:16 -0400 Timo Sirainen Fix to previous flag update changes: Avoid crashes / infinite looping. HEAD
Mon, 13 Jul 2009 18:26:25 -0400 Timo Sirainen If all flag changes are dropped, make sure we don't write anything to transaction log. 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
Sat, 09 May 2009 14:53:06 -0400 Timo Sirainen Moved transaction commiting code to mail-index-transaction-*.c HEAD