log src/lib-storage/index/cydir/cydir-storage.c @ 22713:cb108f786fb4

age author description
Mon, 01 Jan 2018 22:42:08 +0100 Stephan Bosch Updated copyright notices to include the year 2018.
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Thu, 24 Nov 2016 15:50:01 +0200 Timo Sirainen lib-storage: Add mail_storage.list_index_corrupted()
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Wed, 19 Aug 2015 15:12:09 +0300 Timo Sirainen lib-storage: Moved index/index-mailbox-check.c code to mailbox-watch.c
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.
Wed, 12 Jun 2013 22:58:42 +0300 Timo Sirainen lib-storage: Added MAIL_STORAGE_CLASS_FLAG_BINARY_DATA flag for classes.
Fri, 05 Apr 2013 00:13:16 +0300 Timo Sirainen Merged changes from v2.1 tree.
Sun, 24 Mar 2013 12:09:39 +0200 Timo Sirainen "Mailbox doesn't exist" error mixed up using storage and virtual mailbox names.
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.
Mon, 29 Oct 2012 19:52:21 +0200 Timo Sirainen Replaced *_INDEX_PREFIX macros with a common MAIL_INDEX_PREFIX.
Mon, 29 Oct 2012 14:50:11 +0200 Timo Sirainen lib-storage: Moved mail attribute dict to struct mail_storage.
Sat, 13 Oct 2012 04:27:14 +0300 Timo Sirainen lib-storage: Added support to get/set/iterate mailbox attributes.
Wed, 26 Sep 2012 00:35:10 +0300 Timo Sirainen lib-storage: Removed mailbox_list.create_mailbox_dir() virtual function.
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.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Fri, 30 Dec 2011 11:54:48 +0200 Timo Sirainen lib-storage: Added struct mailbox.set_subscribed() virtual method.
Mon, 23 May 2011 16:12:44 +0300 Timo Sirainen lib-storage: Export a list of permanent flags via mailbox_status().
Thu, 31 Mar 2011 11:10:22 +0300 Timo Sirainen Search supports now prefetching data for returned mails. Dropped imapc's own prefetching.
Thu, 24 Mar 2011 19:30:21 +0200 Timo Sirainen lib-storage: Moved index_mailbox_context.save_*() methods to mailbox_vfuncs.
Thu, 17 Mar 2011 16:37:22 +0200 Timo Sirainen Merged changes from v2.0 tree.
Fri, 04 Mar 2011 20:53:46 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Wed, 09 Feb 2011 01:31:40 +0200 Timo Sirainen lib-storage: Return STATUS replies from mailbox list index only when it's fully up-to-date.
Thu, 20 Jan 2011 20:59:07 +0200 Timo Sirainen lib-storage: mailbox_alloc() now takes a virtual mailbox name and other related API changes.
Thu, 20 Jan 2011 18:14:53 +0200 Timo Sirainen lib-storage: Replaced mailbox_list_get_name_status() with mailbox_exists().
Mon, 06 Dec 2010 03:58:17 +0000 Timo Sirainen lib-storage: Moved mailbox.save_is_attachment() to mail_save_context.part_is_attachment()
Mon, 06 Dec 2010 03:53:30 +0000 Timo Sirainen lib-storage: Unvirtualized mailbox_header_lookup_*()
Mon, 06 Dec 2010 03:43:23 +0000 Timo Sirainen lib-storage: Unvirtualized some methods from struct mailbox.
Mon, 06 Dec 2010 03:28:29 +0000 Timo Sirainen Moved fts/virtual plugin communication functions away from lib-storage.
Mon, 06 Dec 2010 02:16:22 +0000 Timo Sirainen lib-storage: Simplified mailbox_keyword*() APIs.
Mon, 06 Dec 2010 01:11:07 +0000 Timo Sirainen lib-storage: Moved box->private_flags_mask to mailbox_get_private_flags_mask()
Sun, 05 Dec 2010 23:44:38 +0000 Timo Sirainen lib-storage: Don't allocate index until mailbox_open()
Sun, 05 Dec 2010 23:18:55 +0000 Timo Sirainen lib-storage: Lazily look up mailbox path and permissions. Added functions to get them.
Tue, 19 Oct 2010 18:47:17 +0100 Timo Sirainen lib-storage: Added support for saving mail attachments separately via filesystem API.
Fri, 25 Jun 2010 16:21:49 +0100 Timo Sirainen Renamed fsync_disable to mail_fsync=optimized|always|never. HEAD
Fri, 04 Jun 2010 16:59:31 +0100 Timo Sirainen Avoid including mailbox-list-private.h everywhere. HEAD
Mon, 15 Feb 2010 05:19:20 +0200 Timo Sirainen lib-storage: Increased initial mailbox pool sizes. HEAD
Mon, 15 Feb 2010 03:07:19 +0200 Timo Sirainen lib-storage: Removed INBOX auto-creating from backend code. Added bool box->inbox. HEAD
Mon, 15 Feb 2010 02:57:56 +0200 Timo Sirainen lib-storage: Use a default non-NULL mailbox.free() so plugins don't have to check for it. HEAD
Mon, 15 Feb 2010 02:54:32 +0200 Timo Sirainen lib-storage: Added mailbox.free() method. Use it instead of close() where necessary. HEAD
Mon, 15 Feb 2010 02:03:42 +0200 Timo Sirainen lib-storage: Changed mailbox_list.iter_is_mailbox() API. HEAD
Sun, 14 Feb 2010 22:32:59 +0200 Timo Sirainen lib-storage: Mailbox renaming API changed. HEAD
Fri, 12 Feb 2010 23:27:16 +0200 Timo Sirainen lib-storage: Removed input parameter from mailbox_alloc(), added mailbox_open_stream() HEAD
Tue, 09 Feb 2010 19:50:17 +0200 Timo Sirainen lib-storage: STATUS_GUID moved to mailbox_get_guid() that can fail. HEAD
Tue, 09 Feb 2010 04:11:53 +0200 Timo Sirainen lib-storage: Mailbox deletion API changed. HEAD
Sun, 07 Feb 2010 17:30:24 +0200 Timo Sirainen lib-storage: *_mailboxes don't descend from index_mailbox anymore, it's now a context. HEAD
Sun, 07 Feb 2010 15:44:33 +0200 Timo Sirainen lib-storage: Moved struct mail_index_* from index_mailbox to mailbox. HEAD
Sun, 07 Feb 2010 04:50:40 +0200 Timo Sirainen Moved mail_index lookup cache from lib-storage to lib-index. HEAD
Sun, 07 Feb 2010 01:50:49 +0200 Timo Sirainen lib-storage: Moved mailbox directory creation code to mailbox_list backend. HEAD
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Thu, 31 Dec 2009 13:46:24 -0500 Timo Sirainen lib-storage: Removed mailbox_list_get_guid(). HEAD
Fri, 04 Dec 2009 13:52:35 -0600 Timo Sirainen Removed MEMBER() macro. Require C99 style struct initializer. HEAD
Wed, 05 Aug 2009 20:23:46 -0400 Timo Sirainen Added mailbox_list_get_guid() to get/create directory GUID. HEAD
Wed, 05 Aug 2009 20:09:24 -0400 Timo Sirainen mailbox_update(): Update index also. HEAD
Thu, 30 Jul 2009 22:10:11 -0400 Timo Sirainen index-storage: Simplified the way transactions are are created/finished. HEAD
Tue, 14 Jul 2009 18:04:05 -0400 Timo Sirainen Renamed index_storage_get_expunged_uids to index_storage_get_expunges. HEAD
Sat, 27 Jun 2009 20:39:38 -0400 Timo Sirainen Whenever file's group changing fails, show the group origin in the error message. HEAD