log src/lib-storage/index/dbox-common/dbox-storage.c @ 15080:e708a1d691d3

age author description
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.
Thu, 04 Nov 2010 17:00:42 +0000 Timo Sirainen dbox: Minor optimization when creating a mailbox when its alt dir already existed.
Tue, 19 Oct 2010 18:47:17 +0100 Timo Sirainen lib-storage: Added support for saving mail attachments separately via filesystem API.
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
Fri, 04 Jun 2010 21:09:12 +0100 Timo Sirainen dbox, mdbox: Fixed race conditions when creating mailboxes. 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: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 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 01:50:49 +0200 Timo Sirainen lib-storage: Moved mailbox directory creation code to mailbox_list backend. 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
Thu, 31 Dec 2009 13:46:24 -0500 Timo Sirainen lib-storage: Removed mailbox_list_get_guid(). HEAD
Sun, 13 Dec 2009 21:35:28 -0500 Timo Sirainen dovecot-uidvalidity*: Create files with correct permission. HEAD
Thu, 05 Nov 2009 15:24:36 -0500 Timo Sirainen dbox notify: Look for dbox index files from index dir, not mail root dir. HEAD
Tue, 06 Oct 2009 19:22:42 -0400 Timo Sirainen Split dbox (single-dbox) and mdbox (multi-dbox) into separate storage backends. HEAD