log src/lib-storage/index/dbox-single/sdbox-storage.c @ 23017:c1d36f2575c7 default tip

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
Mon, 06 Feb 2017 18:34:05 +0200 Timo Sirainen sdbox: Fix assert-crash on mailbox create race
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 15:50:01 +0200 Timo Sirainen lib-storage: Add mail_storage.list_index_corrupted()
Tue, 22 Nov 2016 10:21:24 -0500 Josef 'Jeff' Sipek lib-storage: require MAIL_STORAGE_CLASS_FLAG_STUBS when caching
Mon, 17 Oct 2016 12:41:33 +0300 Timo Sirainen sdbox: Removed duplicated code.
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
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Fri, 20 Sep 2013 03:54:31 +0300 Timo Sirainen dbox: Fixed "UIDVALIDITY=0" error race condition.
Tue, 18 Jun 2013 18:54:20 +0300 Timo Sirainen sdbox: If sdbox header is corrupted, resize it to make sure its size is correct.
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, 26 Nov 2012 23:16:00 +0200 Timo Sirainen sdbox: Verify that mail_attachment_fs backend supports RENAME property.
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.
Mon, 29 Oct 2012 17:55:35 +0200 Timo Sirainen Merged changes from v2.1 tree.
Fri, 12 Oct 2012 00:29:41 +0300 Timo Sirainen sdbox: Class didn't have MAIL_STORAGE_CLASS_FLAG_FILE_PER_MSG set
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.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Sun, 12 Feb 2012 06:51:05 +0200 Timo Sirainen sdbox: Fixed sdbox_read_header() randomly failing.
Thu, 09 Feb 2012 00:41:25 +0200 Timo Sirainen sdbox: Use mail_index_set_ext_init_data() to simplify opening mailboxes.
Mon, 06 Feb 2012 22:41:18 +0200 Timo Sirainen sdbox: Fix a corrupted mailbox when opening it, instead of losing all of its contents.
Fri, 30 Dec 2011 11:54:48 +0200 Timo Sirainen lib-storage: Added struct mailbox.set_subscribed() virtual method.
Mon, 19 Dec 2011 09:10:29 +0200 Timo Sirainen sdbox: Added support for autodetection.
Sat, 10 Dec 2011 08:44:33 +0200 Timo Sirainen dsync: Update cache fields' decision and last_used fields explicitly.
Sun, 02 Oct 2011 20:06:58 +0300 Timo Sirainen lib-storage: mailbox_get_metadata() no longer always opens mailbox.
Fri, 16 Sep 2011 16:59:10 +0300 Timo Sirainen Merged changes from v2.0.15.
Thu, 08 Sep 2011 11:16:55 +0300 Timo Sirainen lib-storage: Minor error handling cleanups.
Thu, 08 Sep 2011 11:16:55 +0300 Timo Sirainen lib-storage: Minor error handling cleanups.
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 16:24:42 +0300 Timo Sirainen Merged changes from v2.0 tree.
Sat, 30 Apr 2011 15:55:08 +0300 Timo Sirainen sdbox: In-memory mailbox GUID differed from on-index GUID after mailbox_create().
Tue, 12 Apr 2011 18:38:50 +0300 Timo Sirainen sdbox: If message file is unexpectedly lost, rebuild index.
Sat, 30 Apr 2011 15:00:42 +0300 Timo Sirainen lib-storage: mailbox_delete() now always first expunges all mails before trying deletion.
Thu, 31 Mar 2011 11:10:22 +0300 Timo Sirainen Search supports now prefetching data for returned mails. Dropped imapc's own prefetching.
Tue, 29 Mar 2011 07:00:40 +0300 Timo Sirainen lib-storage: Changed mailbox_search_*() API to return pointer struct mail.
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: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 18:19:56 +0200 Timo Sirainen sdbox: Fixed creating mailbox with given GUID.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.