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

age author description
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, 12 Dec 2016 07:28:00 +0200 Timo Sirainen global: Make sure *_malloc() calculations won't cause integer overflows.
Fri, 19 Feb 2016 19:11:53 +0200 Timo Sirainen lib-index: Fixed mail_index_lookup_ext_full()'s map_r with transaction-view.
Fri, 19 Feb 2016 19:08:43 +0200 Timo Sirainen lib-index: Code cleanup - moved code to tview_lookup_ext_update()
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
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Sat, 16 Feb 2013 13:38:10 +0200 Timo Sirainen lib-index: Don't lookup mail's expunge-state in transaction log view if caller doesn't care.
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, 05 Jan 2013 01:14:11 +0200 Timo Sirainen Merged changes from v2.1 tree.
Fri, 07 Dec 2012 08:50:35 +0400 lion lib-index: Optimized single sequence lookup of newly created mails in transaction view.
Fri, 07 Dec 2012 08:50:35 +0400 lion lib-index: Fixed sequence lookup of newly created mails in transaction view.
Sat, 03 Nov 2012 19:13:24 +0200 Timo Sirainen lib-index: Transaction view shouldn't return ext records if the ext was already reset.
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.
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Thu, 13 Aug 2009 18:33:18 -0400 Timo Sirainen Transaction view: Don't assert-crash if record size grows during transaction. HEAD
Tue, 21 Jul 2009 15:01:05 -0400 Timo Sirainen Transaction view: Fixed getting extension data from messages whose flags had changed. 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
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