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

age author description
Mon, 27 Mar 2017 18:05:29 +0300 Timo Sirainen lib-index: Don't increase modseq for backend/dirty flag changes
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()
Tue, 14 Jun 2016 01:14:13 +0300 Timo Sirainen lib-index: Fixes to handling resized records.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Fri, 22 May 2015 16:37:07 -0400 Timo Sirainen lib-index: Added asserts to make sure invalid extension records aren't written to log.
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Mon, 13 Oct 2014 08:50:44 -0700 Timo Sirainen lib-index: Automatically grow header size on header updates.
Mon, 07 Jul 2014 16:21:08 +0300 Timo Sirainen lib-index: Don't update log_file_tail_offset unnecessarily.
Wed, 28 May 2014 18:17:52 +0300 Timo Sirainen lib-index: Fixed somewhat random assert-crashes during extension resizes.
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Tue, 25 Jun 2013 15:47:48 +0300 Timo Sirainen lib-index: Assert-crash instead of writing a broken transaction with too large ext header update.
Tue, 25 Jun 2013 15:46:50 +0300 Timo Sirainen lib-index: Don't write a broken transaction if extension resize is done at first use.
Thu, 30 May 2013 19:03:05 +0300 Timo Sirainen lib-index: Fixed a broken assert.
Mon, 27 May 2013 20:44:05 +0300 Timo Sirainen lib-index: Create ext-intro records using the latest sizes, not initial sizes.
Sat, 06 Apr 2013 20:44:38 +0300 Timo Sirainen lib-index: Added missing NUL separator to attribute-update transaction log record.
Fri, 05 Apr 2013 16:37:45 +0300 Timo Sirainen lib-index: Add timestamps and value lengths to attribute change records in transaction log.
Thu, 14 Mar 2013 15:29:18 +0200 Timo Sirainen lib-index: mail_index_attribute_[un]set() adds changed attributes' keys to transaction log.
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:54:21 +0300 Timo Sirainen lib-index: Changed mail_index_set_fsync_mode() to use a separate enum for the mask.
Thu, 06 Sep 2012 01:13:03 +0300 Timo Sirainen Renamed buffer_create_*data() to buffer_create_from_*data() for consistency.
Sun, 19 Aug 2012 14:21:37 +0300 Timo Sirainen Array API changed: ARRAY_DEFINE(name, type) -> ARRAY(type) name
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.
Thu, 24 Feb 2011 11:02:29 +0200 Timo Sirainen lib-index: If keyword is added and remove within transaction, don't write a broken keyword update.
Wed, 30 Jun 2010 21:21:19 +0100 Timo Sirainen Removed mail_update_uid() / mail_index_update_uid(). 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
Thu, 19 Nov 2009 18:45:21 -0500 Timo Sirainen mail_index_update_header_ext(): Couldn't handle >=64k headers. HEAD
Wed, 05 Aug 2009 20:01:02 -0400 Timo Sirainen lib-index: Fixes to handling UID changes. 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
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 21:11:05 -0400 Timo Sirainen buffer_create_[const_]data() API change: Take buffer_t as parameter instead of allocating it. 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 15:18:46 -0400 Timo Sirainen More cleanups to transaction log writing code. HEAD
Sat, 09 May 2009 14:53:06 -0400 Timo Sirainen Moved transaction commiting code to mail-index-transaction-*.c HEAD