log src/lib-index/mail-index-transaction.c @ 9458:adee8cb3ff5d HEAD

age author description
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
Mon, 21 Jul 2008 03:21:25 +0300 Timo Sirainen If UIDVALIDITY changes and view hasn't noticed it yet, don't assert-crash HEAD
Sun, 20 Jul 2008 21:00:33 +0300 Timo Sirainen extern/static fixes (from a sparse check by Diego Liziero) HEAD
Sat, 21 Jun 2008 07:43:54 +0300 Timo Sirainen CONDSTORE: STORE UNCHANGEDSINCE conflicts are now checked atomically. HEAD
Wed, 18 Jun 2008 08:09:33 +0300 Timo Sirainen mail_index_update_header_ext() can now be called multiple times for the same HEAD
Wed, 18 Jun 2008 06:28:18 +0300 Timo Sirainen mail_index_ext_resize() may have looked up old record size from wrong HEAD
Mon, 09 Jun 2008 05:11:18 +0300 Timo Sirainen Merged latest v1.1 changes. HEAD
Sat, 07 Jun 2008 02:04:44 +0300 Timo Sirainen Merged virtual mailbox support. HEAD
Fri, 14 Mar 2008 11:56:36 +0200 Timo Sirainen MAIL_INDEX_TRANSACTION_FLAG_AVOID_FLAG_UPDATES: Don't crash if trying to add HEAD
Fri, 14 Mar 2008 08:23:44 +0200 Timo Sirainen MAIL_INDEX_TRANSACTION_FLAG_AVOID_FLAG_UPDATES: Avoid also keyword updates. HEAD
Fri, 14 Mar 2008 11:56:37 +0200 Timo Sirainen MAIL_INDEX_TRANSACTION_FLAG_AVOID_FLAG_UPDATES: Don't crash if trying to add HEAD
Sat, 15 Mar 2008 09:59:56 +0200 Timo Sirainen Initial CONDSTORE support. HEAD
Thu, 29 May 2008 04:47:53 +0300 Timo Sirainen Added mail_index_ext_reset_inc() to atomically increase extension's HEAD
Fri, 14 Mar 2008 08:24:19 +0200 Timo Sirainen MAIL_INDEX_TRANSACTION_FLAG_AVOID_FLAG_UPDATES bugfix HEAD
Fri, 15 Feb 2008 13:23:18 +0200 Timo Sirainen Fixed bad memcpy() usage with memmove(). HEAD
Mon, 07 Jan 2008 07:37:12 +0200 Timo Sirainen When converting sequence ranges to UID ranges, don't try to optimize the UID HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Sat, 22 Dec 2007 02:42:42 +0200 Timo Sirainen mail_index_transaction_reset() didn't reset mail_index_ext_set_reset_id() HEAD
Sat, 10 Nov 2007 23:05:07 +0200 Timo Sirainen Panic if duplicate UIDs are tried to be appended within a transaction. HEAD
Sat, 10 Nov 2007 17:53:35 +0200 Timo Sirainen Fixes to handling cache file syncs and expunging. HEAD
Fri, 02 Nov 2007 16:33:41 +0200 Timo Sirainen Refresh index always after committing a transaction. This is especially HEAD
Mon, 24 Sep 2007 20:27:16 +0300 Timo Sirainen Use N_ELEMENTS() macro instead of doing sizeof()/sizeof([0]) ourself. HEAD
Sat, 22 Sep 2007 14:13:07 +0300 Timo Sirainen mail_cache_transaction_commit()/rollback() API is now public and takes a ** HEAD
Sat, 22 Sep 2007 12:51:54 +0300 Timo Sirainen mail_index_expunge() can now expunge the last appended message. HEAD
Sat, 22 Sep 2007 12:31:52 +0300 Timo Sirainen When sorting appends, sort also keyword resets. HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sun, 16 Sep 2007 13:38:34 +0300 Timo Sirainen Renamed strarray_length/remote() to str_array_length/remove() HEAD
Sun, 16 Sep 2007 13:25:23 +0300 Timo Sirainen Removed _ prefixes from function names. HEAD
Sun, 02 Sep 2007 07:44:50 +0300 Timo Sirainen Changed mail_keywords creation APIs to take mailbox/index instead of HEAD
Sun, 02 Sep 2007 06:08:58 +0300 Timo Sirainen mail_index_keywords_create*() now drops duplicates. HEAD
Fri, 31 Aug 2007 23:41:03 +0300 Timo Sirainen mail_index_transaction_sort_appends() fixed to work with keywords (dbox-only HEAD
Fri, 31 Aug 2007 22:58:25 +0300 Timo Sirainen Removed autocreate parameter from mail_index_keyword_lookup(). Added a new HEAD
Sun, 12 Aug 2007 18:02:29 +0300 Timo Sirainen mail_index_lookup*() can't fail anymore. Changed several APIs not to return HEAD
Mon, 06 Aug 2007 17:12:00 +0300 Timo Sirainen mail_index_seq_array_lookup() didn't return idx_r correctly always, which HEAD
Fri, 03 Aug 2007 03:22:04 +0300 Timo Sirainen Created a new struct mail_index_record_map which can be shared by multiple HEAD
Thu, 19 Jul 2007 03:11:21 +0300 Timo Sirainen Fixes to MAIL_INDEX_TRANSACTION_FLAG_AVOID_FLAG_UPDATES handling. HEAD
Thu, 19 Jul 2007 02:56:40 +0300 Timo Sirainen Keep flag updates separately from transaction.log_updates flag, because the HEAD
Thu, 19 Jul 2007 02:51:54 +0300 Timo Sirainen Added MAIL_INDEX_TRANSACTION_FLAG_AVOID_FLAG_UPDATES and HEAD
Thu, 19 Jul 2007 02:36:04 +0300 Timo Sirainen Changed mail_transaction_begin() API to take flags parameter instead of two HEAD
Wed, 18 Jul 2007 08:36:55 +0300 Timo Sirainen Don't crash if mail_index_reset() is the only change in transaction. HEAD
Wed, 18 Jul 2007 07:56:02 +0300 Timo Sirainen mail_index_transaction_get_next_uid(): If mail_index_reset() was called, HEAD
Wed, 18 Jul 2007 03:15:53 +0300 Timo Sirainen If a flag is added and then removed, remove it from the transaction HEAD
Mon, 16 Jul 2007 09:48:02 +0300 Timo Sirainen Recent flag handling rewrite. Still not perfect with maildir. HEAD
Sun, 15 Jul 2007 00:48:44 +0300 Timo Sirainen If mail_index_ext_set_reset_id() is called, the transaction may go back to HEAD
Sun, 15 Jul 2007 00:45:03 +0300 Timo Sirainen Last change didn't clear ext resizes right. HEAD
Sun, 15 Jul 2007 00:37:57 +0300 Timo Sirainen mail_index_ext_reset() and mail_index_ext_set_reset_id() need to clear HEAD
Thu, 12 Jul 2007 02:32:44 +0300 Timo Sirainen Added mail_index_ext_set_reset_id(). HEAD
Mon, 09 Jul 2007 01:31:07 +0300 Timo Sirainen We didn't commit transaction if it had only extension header updates. HEAD
Sun, 08 Jul 2007 19:46:31 +0300 Timo Sirainen Implemented mail_index_update_header_ext() HEAD
Sun, 01 Jul 2007 22:05:09 +0300 Timo Sirainen Rewrite index lock handling. HEAD
Sun, 01 Jul 2007 01:05:26 +0300 Timo Sirainen Added support for resetting index. HEAD
Wed, 13 Jun 2007 23:28:23 +0300 Timo Sirainen Update day headers while committing appends. HEAD
Tue, 22 May 2007 22:44:50 +0300 Timo Sirainen mail_index_view_add_hidden_transaction() takes now a whole area parameter so HEAD
Tue, 22 May 2007 21:26:02 +0300 Timo Sirainen Cleanups HEAD