log src/lib-index/mail-index-transaction-view.c @ 9234:ae3e0ff64c94 HEAD

age author description
Tue, 21 Jul 2009 15:01:05 -0400 Timo Sirainen Transaction view: Fixed getting extension data from messages whose flags had changed. 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
Sun, 14 Dec 2008 06:51:04 +0200 Timo Sirainen transaction view: Allow looking up multiple ext datas for the same message without breaking. HEAD
Mon, 22 Sep 2008 23:50:38 +0300 Timo Sirainen Transaction view: If index is reset, lookup_first() shouldn't return old sequences. HEAD
Mon, 22 Sep 2008 23:49:33 +0300 Timo Sirainen Transaction view: If index is reset, don't return old to-be-removed sequences. HEAD
Mon, 22 Sep 2008 23:46:07 +0300 Timo Sirainen Transaction view: get_message_count() returned one too few when there were new messages. HEAD
Sat, 13 Sep 2008 14:09:59 +0300 Timo Sirainen Transaction view: One more try at really fixing lookup_ext().. HEAD
Sat, 13 Sep 2008 13:02:13 +0300 Timo Sirainen Transaction view: Fix for the previous lookup_ext() fix. HEAD
Thu, 11 Sep 2008 23:16:27 +0300 Timo Sirainen Transaction view: lookup_ext() crashed if extension was just being added within the transaction. HEAD
Sat, 30 Aug 2008 14:39:53 +0300 Timo Sirainen mail_index_lookup_ext*() didn't return properly aligned pointers with updated transaction views. HEAD
Thu, 28 Aug 2008 09:33:37 +0300 Timo Sirainen mail_index_lookup_seq*() could have returned wrong sequences with transaction views. HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Sat, 29 Dec 2007 18:45:11 +0200 Timo Sirainen mail_index_lookup_seq*() were broken for updated transaction view when HEAD
Sat, 03 Nov 2007 21:56:05 +0200 Timo Sirainen Renamed mail_index_lookup_uid_range() to mail_index_lookup_seq_range(), made 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:25:23 +0300 Timo Sirainen Removed _ prefixes from function names. 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
Sun, 12 Aug 2007 16:43:05 +0300 Timo Sirainen Removed explicit locking from views and maps. They were already locked all HEAD
Fri, 10 Aug 2007 15:27:04 +0300 Timo Sirainen mail_index_ext_get_reset_id() takes now map parameters. Fixed it to work HEAD
Mon, 06 Aug 2007 17:28:55 +0300 Timo Sirainen Added mail_index_ext_get_reset_id() which returns the latest reset_id when HEAD
Mon, 16 Jul 2007 09:48:02 +0300 Timo Sirainen Recent flag handling rewrite. Still not perfect with maildir. HEAD
Mon, 16 Jul 2007 07:52:50 +0300 Timo Sirainen mail_index_lookup_uid_range() works now correctly when searching for newly HEAD
Sun, 01 Jul 2007 22:11:41 +0300 Timo Sirainen Removed view->hdr. Use view->map->hdr directly. HEAD
Tue, 06 Mar 2007 22:19:08 +0200 Timo Sirainen When adding mails to index in non-sorted UID order and then using HEAD
Wed, 02 Aug 2006 23:14:19 +0300 Timo Sirainen And fix for previous change.. HEAD
Wed, 02 Aug 2006 22:41:28 +0300 Timo Sirainen Transaction view: mail_index_get_header() returns now updated next_uid field HEAD
Wed, 28 Jun 2006 19:31:05 +0300 Timo Sirainen Beginnings of joining mail-storage API more closely to mail-index, so that HEAD
Wed, 28 Jun 2006 16:10:25 +0300 Timo Sirainen Array API redesigned to work using unions. It now provides type safety HEAD
Mon, 12 Jun 2006 15:27:29 +0300 Timo Sirainen mail_index_lookup() and mail_index_lookup_full() returns now 0 if the mail has been expunged within the transaction. HEAD
Sat, 14 Jan 2006 20:47:20 +0200 Timo Sirainen deinit, unref, destroy, close, free, etc. functions now take a pointer to HEAD
Fri, 06 Jan 2006 14:48:55 +0200 Timo Sirainen Cleanup: Created mail_index_registered_ext which is used for HEAD
Mon, 04 Jul 2005 14:32:13 +0300 Timo Sirainen Moved array declaration to array-decl.h and include it in lib.h. So array.h HEAD
Sun, 13 Mar 2005 00:39:06 +0200 Timo Sirainen ARRAY_ARG_SET_TYPE() -> ARRAY_SET_TYPE() HEAD
Sat, 12 Mar 2005 20:16:29 +0200 Timo Sirainen Changed many buffers to arrays. Cleans up the code a lot. HEAD
Mon, 29 Nov 2004 19:22:40 +0200 Timo Sirainen If extension data changes was actually found from transaction view, it was HEAD
Mon, 29 Nov 2004 01:19:53 +0200 Timo Sirainen Removed view->messages_count, view->hdr.messages_count is enough. Also fixes HEAD
Wed, 24 Nov 2004 20:39:57 +0200 Timo Sirainen Changed mail_index_get_header() to return the header as return value because HEAD
Sun, 14 Nov 2004 01:08:07 +0200 Timo Sirainen Update view's header only after syncing the view. This and other changes fix HEAD
Sat, 06 Nov 2004 19:20:18 +0200 Timo Sirainen Removed cache_offset from mail_index_record and changed it to use extension HEAD
Sun, 26 Sep 2004 17:15:54 +0300 Timo Sirainen Renamed "extra record info" and variations of it to "extension" or "ext" in HEAD
Wed, 15 Sep 2004 16:02:33 +0300 Timo Sirainen don't return void types HEAD
Sun, 05 Sep 2004 20:53:45 +0300 Timo Sirainen Save extra record/header infos into index file permanently. HEAD
Sat, 03 Jul 2004 13:57:52 +0300 Timo Sirainen UIDs for appended messages can now be assigned all at once. Maildir now HEAD
Thu, 24 Jun 2004 14:10:41 +0300 Timo Sirainen Record size is allowed to change between index files. This will allow adding HEAD
Tue, 22 Jun 2004 10:36:33 +0300 Timo Sirainen Added mail_index_transaction_get_updated_view() which can be used to access HEAD