log src/lib-storage/index/dbox-common/dbox-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.
Fri, 25 Aug 2017 18:40:23 +0300 Timo Sirainen sdbox: Don't open mail files when expunging
Mon, 26 Jun 2017 19:06:26 +0300 Timo Sirainen dbox: Check mailbox existence from index directory with ITERINDEX
Wed, 28 Jun 2017 19:46:01 +0300 Timo Sirainen dbox: Use mail_index_header.last_temp_file_scan instead of directory's atime
Mon, 26 Jun 2017 18:59:17 +0300 Timo Sirainen dbox: Cleanup - reorganize old temp file cleanup code
Tue, 27 Jun 2017 16:55:34 +0300 Timo Sirainen sdbox: Don't create index directory when trying to open nonexistent mailboxes
Thu, 23 Mar 2017 15:05:12 +0200 Timo Sirainen dbox: Allow ":" separator between mail_attachment_fs driver and args.
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Tue, 08 Sep 2015 19:07:02 +0300 Timo Sirainen Replaced unlink() calls with i_unlink*() wherever possible.
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
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 21:08:42 +0200 Timo Sirainen lib-storage: Added mailbox_list_init_fs() to easily initialize fs.
Mon, 27 May 2013 21:03:14 +0300 Timo Sirainen dbox: Don't cache pop3.uidl|order unless index header indicates there are those.
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, 16 Feb 2013 18:57:33 +0200 Timo Sirainen Merged changes from v2.1 tree.
Sat, 02 Feb 2013 00:31:44 +0200 Timo Sirainen dbox: Fail if trying to create a mailbox that already exists.
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.
Thu, 13 Dec 2012 12:24:32 +0200 Timo Sirainen dbox: dbox-alt-root symlink now points to the alt root directory, not to mailboxes dir.
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:30:23 +0300 Timo Sirainen sdbox: Make sure mail_attachment_fs=sis-queue isn't attempted to be used.
Fri, 28 Sep 2012 15:11:30 +0300 Timo Sirainen Avoid using PATH_MAX.
Fri, 28 Sep 2012 15:07:11 +0300 Timo Sirainen Avoid using PATH_MAX.
Mon, 29 Oct 2012 14:50:11 +0200 Timo Sirainen lib-storage: Moved mail attribute dict to struct mail_storage.
Fri, 12 Oct 2012 00:22:19 +0300 Timo Sirainen lib-fs API cleanups and improvements
Fri, 28 Sep 2012 15:11:54 +0300 Timo Sirainen Compiler warning fix for previous change
Fri, 28 Sep 2012 15:07:11 +0300 Timo Sirainen Avoid using PATH_MAX.
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.
Mon, 24 Sep 2012 14:42:38 +0300 Timo Sirainen lib-storage: Added ALTNOCHECK option to mail_location.
Wed, 26 Sep 2012 17:11:22 +0300 Timo Sirainen lib-storage: Cleanups to mailbox mkdir() related functions.
Wed, 26 Sep 2012 00:35:10 +0300 Timo Sirainen lib-storage: Removed mailbox_list.create_mailbox_dir() virtual function.
Tue, 25 Sep 2012 20:15:58 +0300 Timo Sirainen lib-storage: Added mailbox_get_path_to() wrapper for mailbox_list_get_path().
Tue, 25 Sep 2012 17:31:15 +0300 Timo Sirainen dbox: Renamed dbox_sync_rebuild_verify_alt_storage() to dbox_verify_alt_storage()
Mon, 17 Sep 2012 18:13:32 +0300 Timo Sirainen lib-fs: fs_init() API changed to allow returning an error.
Sun, 16 Sep 2012 16:12:03 +0300 Timo Sirainen Compiler warning fixes for 32bit systems.
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, 24 Jun 2012 00:52:57 +0300 Timo Sirainen Marked functions parameters that are allowed to be NULL. Some APIs were also changed.
Fri, 23 Mar 2012 13:44:54 +0200 Timo Sirainen Added mail_temp_scan_interval setting and changed its default from 8h -> 1w.
Tue, 13 Mar 2012 16:32:56 +0200 Timo Sirainen lib-storage: Don't log errors if trying to open a mailbox with too long name.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Wed, 01 Feb 2012 22:18:33 +0200 Timo Sirainen lib-storage: And another fix to previous maildir_name/mailbox_dir_name changes.
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.
Tue, 16 Aug 2011 22:53:01 +0300 Timo Sirainen dbox: Create symlink to alt root dir, and warn whenever it changes.
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.
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.
Mon, 24 Jan 2011 00:31:05 +0200 Timo Sirainen dbox: mailbox_create/update() might not have updated index header correctly.
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.