log src/lib-storage/index/dbox-multi/mdbox-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, 28 Jun 2017 19:46:01 +0300 Timo Sirainen dbox: Use mail_index_header.last_temp_file_scan instead of directory's atime
Tue, 27 Jun 2017 16:55:34 +0300 Timo Sirainen sdbox: Don't create index directory when trying to open nonexistent mailboxes
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.
Tue, 12 Apr 2016 13:08:05 +0300 Baofeng storage: do NOT feed p_strconcat() with NULL.
Thu, 24 Nov 2016 15:50:01 +0200 Timo Sirainen lib-storage: Add mail_storage.list_index_corrupted()
Sat, 19 Nov 2016 01:54:14 +0200 Timo Sirainen global: Code cleanup - avoid passing NULL to functions with non-null parameter
Mon, 14 Nov 2016 22:43:07 +0100 Timo Sirainen lib-storage: Add mail_namespace_get_driver_settings() and use it.
Thu, 22 Sep 2016 13:38:33 +0300 Timo Sirainen dbox: mailbox_update() shouldn't reset pop3-uidl header.
Wed, 13 Jul 2016 15:10:57 -0500 Timo Sirainen dbox: Initialize pop3-uidl header on INBOX creation.
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
Wed, 07 May 2014 16:36:54 +0300 Timo Sirainen mdbox: Fixed race condition when creating a new mailbox and another process getting its GUID.
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Wed, 06 Nov 2013 15:30:15 +0200 Timo Sirainen mdbox: Fixed race condition when mailbox GUID was looked up before mailbox create was finished.
Tue, 29 Oct 2013 21:08:07 +0200 Timo Sirainen mdbox: Added "mdbox_deleted" storage, which can be used to access messages with refcount=0
Fri, 20 Sep 2013 03:54:31 +0300 Timo Sirainen dbox: Fixed "UIDVALIDITY=0" error race condition.
Tue, 18 Jun 2013 13:00:23 +0300 Timo Sirainen mdbox: If mdbox header is corrupted, resize it to make sure its size is correct.
Sun, 16 Jun 2013 23:56:28 +0300 Timo Sirainen mdbox: Minor fix to handling corrupted mdbox header.
Wed, 12 Jun 2013 22:58:42 +0300 Timo Sirainen lib-storage: Added MAIL_STORAGE_CLASS_FLAG_BINARY_DATA flag for classes.
Mon, 27 May 2013 21:03:14 +0300 Timo Sirainen dbox: Don't cache pop3.uidl|order unless index header indicates there are those.
Sun, 19 May 2013 23:42:29 +0300 Timo Sirainen lib-storage: Added mailbox_status.have_save_guids.
Mon, 11 Feb 2013 00:26:15 +0200 Timo Sirainen lib-storage: Added mailbox_status.have_guids flag
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, 04 Jan 2013 01:12:24 +0200 Timo Sirainen lib-storage: Added support for "private modseqs" for INDEXPVT index.
Mon, 29 Oct 2012 19:54:50 +0200 Timo Sirainen lib-storage: Renamed mail_storage_set_index_error() to mailbox_set_index_error()
Mon, 29 Oct 2012 19:52:21 +0200 Timo Sirainen Replaced *_INDEX_PREFIX macros with a common MAIL_INDEX_PREFIX.
Sat, 13 Oct 2012 04:27:14 +0300 Timo Sirainen lib-storage: Added support to get/set/iterate mailbox attributes.
Wed, 26 Sep 2012 20:50:08 +0300 Timo Sirainen lib-storage: mailbox_get_path() and friends can now return an error.
Wed, 26 Sep 2012 18:01:01 +0300 Timo Sirainen Merged changes from v2.1 tree.
Fri, 31 Aug 2012 16:17:23 +0300 Timo Sirainen lib-storage: Don't crash when trying to detect public namespace's mail_location.
Sun, 24 Jun 2012 00:52:57 +0300 Timo Sirainen Marked functions parameters that are allowed to be NULL. Some APIs were also changed.
Tue, 22 May 2012 17:10:20 +0300 Timo Sirainen dbox: Don't reset index when mailbox_update() changes UIDVALIDITY.
Tue, 15 May 2012 18:52:41 +0300 Timo Sirainen mdbox: mailbox_update() didn't look at the latest index data.
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.
Sat, 10 Dec 2011 08:44:33 +0200 Timo Sirainen dsync: Update cache fields' decision and last_used fields explicitly.
Wed, 16 Nov 2011 19:38:16 +0200 Timo Sirainen lib-storage: Use namespace owner user's home dir for autodetection (for shared namespaces).
Tue, 15 Nov 2011 18:29:14 +0200 Timo Sirainen mdbox: Added support for autodetection of ~/mdbox/ as mdbox storage.
Sun, 02 Oct 2011 20:06:58 +0300 Timo Sirainen lib-storage: mailbox_get_metadata() no longer always opens mailbox.
Thu, 25 Aug 2011 01:16:11 +0300 Timo Sirainen Moved GUID code to liblib. Use guid_128_t type consistently everywhere.
Mon, 23 May 2011 16:12:44 +0300 Timo Sirainen lib-storage: Export a list of permanent flags via mailbox_status().
Sat, 30 Apr 2011 15:00:42 +0300 Timo Sirainen lib-storage: mailbox_delete() now always first expunges all mails before trying deletion.
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.
Wed, 16 Mar 2011 18:40:40 +0200 Timo Sirainen dbox: Fixed crash on creation of a new mailbox.
Wed, 16 Mar 2011 17:59:07 +0200 Timo Sirainen lib-storage: Moved mailbox_update() assert check from mdbox to common, plus fixed it.
Wed, 16 Mar 2011 17:42:42 +0200 Timo Sirainen lib-storage: Added min_first_recent_uid to struct mailbox_update.
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.
Tue, 22 Feb 2011 15:31:31 +0200 Timo Sirainen Merged changes from v2.0 tree.
Mon, 24 Jan 2011 00:31:05 +0200 Timo Sirainen dbox: mailbox_create/update() might not have updated index header correctly.
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.
Mon, 24 Jan 2011 00:31:05 +0200 Timo Sirainen dbox: mailbox_create/update() might not have updated index header correctly.
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().
Sat, 01 Jan 2011 15:52:39 +0200 Timo Sirainen lib-storage: Moved some items from mailbox_get_status() to a new mailbox_get_metadata().
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.
Wed, 20 Oct 2010 17:51:07 +0100 Timo Sirainen mdbox: Added mdbox_preallocate_space setting to preallocate size for newly created files.
Tue, 19 Oct 2010 18:47:17 +0100 Timo Sirainen lib-storage: Added support for saving mail attachments separately via filesystem API.
Fri, 24 Sep 2010 19:39:41 +0100 Timo Sirainen mdbox: Removed unused code.
Mon, 20 Sep 2010 15:30:07 +0100 Timo Sirainen mdbox: If :INDEX=path is specified, keep storage indexes there also.
Fri, 02 Jul 2010 14:58:54 +0100 Timo Sirainen lib-storage: When mailbox_update() sets highest-modseq, make sure modseqs are enabled. HEAD
Mon, 28 Jun 2010 22:00:58 +0100 Timo Sirainen [m]dbox: If alt-dir exists for a mailbox while trying to create it, rebuild mailbox indexes. HEAD
Mon, 28 Jun 2010 16:47:34 +0100 Timo Sirainen mdbox: Modified map locking behavior to avoid deadlocks when rebuilding storage. HEAD
Fri, 25 Jun 2010 16:21:49 +0100 Timo Sirainen Renamed fsync_disable to mail_fsync=optimized|always|never. HEAD
Fri, 04 Jun 2010 21:09:12 +0100 Timo Sirainen dbox, mdbox: Fixed race conditions when creating mailboxes. HEAD
Fri, 04 Jun 2010 16:59:31 +0100 Timo Sirainen Avoid including mailbox-list-private.h everywhere. HEAD
Thu, 29 Apr 2010 18:53:07 +0300 Timo Sirainen mdbox: Renamed dbox_map* to mdbox_map*. HEAD
Thu, 29 Apr 2010 18:43:51 +0300 Timo Sirainen mdbox: Changed error messages to contain "mdbox" prefix instead of "dbox". HEAD
Thu, 29 Apr 2010 18:43:02 +0300 Timo Sirainen mdbox: Avoid rebuilding storage if another process already did it. HEAD
Tue, 20 Apr 2010 18:05:08 +0300 Timo Sirainen mdbox: Purge crashed if it purged all messages from a file. HEAD
Tue, 20 Apr 2010 16:25:24 +0300 Timo Sirainen mdbox: Moving messages to alt storage is done done with doveadm altmove command. HEAD
Mon, 19 Apr 2010 16:15:57 +0300 Timo Sirainen mdbox: Optimization: Don't update map UIDs' refcounts via array when it's not necessary. HEAD
Tue, 13 Apr 2010 12:33:17 +0300 Timo Sirainen dbox: Use flock() for file locking if possible. If not, require client_limit=1. HEAD
Sat, 10 Apr 2010 08:07:40 +0300 Timo Sirainen mdbox: Purging shouldn't give "unknown error" if mdbox storage doesn't exist. HEAD
Tue, 23 Mar 2010 20:11:07 +0200 Timo Sirainen mdbox: Do delayed storage rebuild when closing mailbox. HEAD
Tue, 09 Mar 2010 15:12:53 +0200 Timo Sirainen Compiler warning fix. HEAD
Mon, 08 Mar 2010 20:28:08 +0200 Timo Sirainen mdbox: Removed mdbox_max_open_files setting. HEAD
Mon, 22 Feb 2010 18:52:41 +0200 Timo Sirainen mdbox: mailbox_update() ignored cache_fields. HEAD
Mon, 15 Feb 2010 06:07:02 +0200 Timo Sirainen mailbox_update(): Updating uid_validity requires also reseting index. HEAD
Mon, 15 Feb 2010 05:19:20 +0200 Timo Sirainen lib-storage: Increased initial mailbox pool sizes. 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 18:55:04 +0200 Timo Sirainen Increased initial memory pool sizes. HEAD
Tue, 09 Feb 2010 04:11:53 +0200 Timo Sirainen lib-storage: Mailbox deletion API changed. HEAD
Sun, 07 Feb 2010 17:50:08 +0200 Timo Sirainen lib-storage: Split mailbox_close() and mailbox_free() functionality. 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
Sat, 06 Feb 2010 23:41:33 +0200 Timo Sirainen dbox: Moved more mailbox creation code to dbox-common. HEAD
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Fri, 04 Dec 2009 13:52:35 -0600 Timo Sirainen Removed MEMBER() macro. Require C99 style struct initializer. HEAD
Tue, 17 Nov 2009 19:35:21 -0500 Timo Sirainen mdbox: mailbox_update() was updating uidvalidity to random values. HEAD
Tue, 06 Oct 2009 19:22:42 -0400 Timo Sirainen Split dbox (single-dbox) and mdbox (multi-dbox) into separate storage backends. HEAD