log src/lib-storage/list/mailbox-list-index-notify.c @ 22604:98d99bf6511e

age author description
Mon, 11 Sep 2017 13:48:17 +0300 Timo Sirainen lib-storage: Make sure mailbox list notification flush sees latest changes.
Mon, 11 Sep 2017 12:27:17 +0300 Timo Sirainen lib-storage: Fix mailbox list notification assert-crash when mailbox is deleted
Mon, 04 Sep 2017 17:48:52 +0300 Timo Sirainen lib-storage: Fix INBOX notifications to set correct events
Mon, 04 Sep 2017 17:37:05 +0300 Timo Sirainen lib-storage: List index notify cleanup - move code to separate functions
Mon, 04 Sep 2017 16:59:52 +0300 Timo Sirainen lib-storage: Remove INBOX notification checks if mailbox events aren't requested
Mon, 04 Sep 2017 16:55:30 +0300 Timo Sirainen lib-storage: Optimize INBOX notifications with mailbox_list_index_include_inbox=yes
Wed, 17 May 2017 19:01:57 +0300 Timo Sirainen lib-storage: Implement mailbox_list_notify_flush()
Wed, 17 May 2017 17:14:05 +0300 Timo Sirainen lib-storage: Fix mailbox list index notifications when modseqs aren't enabled.
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.
Thu, 24 Nov 2016 17:52:01 +0200 Timo Sirainen lib-storge: Call mail_storage.list_index_corrupted() when needed
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Sun, 27 Sep 2015 21:34:48 +0300 Timo Sirainen lib-storage: Removed unnecessary code - nnode is never NULL at this point.
Wed, 09 Sep 2015 11:31:41 +0300 Timo Sirainen lib-storage: Fixed crash in mailbox list index notifying caused by fa979ccfa34c
Tue, 08 Sep 2015 00:07:55 +0300 Timo Sirainen lib-storage: Mailbox list notifications didn't work for INBOX.
Mon, 07 Sep 2015 23:55:31 +0300 Timo Sirainen Mailbox list notify API changed to return multiple events at once.
Sat, 11 Jul 2015 12:16:56 +0300 Timo Sirainen lib-storage: If mailboxes' vsizes are used, keep them updated also in mailbox list index.
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, 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.
Fri, 28 Sep 2012 00:11:19 +0300 Timo Sirainen lib-storage: Added initial implementation for layout=index.
Tue, 04 Sep 2012 18:51:43 +0300 Timo Sirainen NOTIFY: Implemented SubscriptionChange
Sun, 19 Aug 2012 14:21:37 +0300 Timo Sirainen Array API changed: ARRAY_DEFINE(name, type) -> ARRAY(type) name
Mon, 13 Aug 2012 15:20:33 +0300 Timo Sirainen lib-storage: Added mailbox-list-notify API for tracking changes in all mailboxes.