log src/lib-storage/index/dbox-common/dbox-sync-rebuild.c @ 14682:d0d7b810646b

age author description
Mon, 25 Jun 2012 01:14:03 +0300 Timo Sirainen Make sure we check all the functions' return values. Minor API changes to simplify this.
Sun, 24 Jun 2012 00:52:57 +0300 Timo Sirainen Marked functions parameters that are allowed to be NULL. Some APIs were also changed.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Thu, 09 Feb 2012 01:23:00 +0200 Timo Sirainen dbox: Index rebuild now preserves caching decisions.
Wed, 01 Feb 2012 20:10:42 +0200 Timo Sirainen lib-storage: mailbox_list_mkdir_root() API changed. Use it now for creating mail root dir.
Sat, 02 Jul 2011 05:38:45 +0300 Timo Sirainen lib-storage: mkdir APIs changed.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Thu, 17 Feb 2011 09:54:26 +0200 Timo Sirainen dbox index rebuild: If alt dir isn't mounted (can't be mkdir()ed), abort rebuild.
Wed, 23 Jun 2010 17:52:02 +0100 Timo Sirainen Added mail_max_lock_timeout setting. HEAD
Sun, 04 Apr 2010 23:12:00 +0300 Timo Sirainen dbox: When rebuilding index, don't try to shrink next_uid. HEAD
Sat, 06 Mar 2010 13:11:07 +0200 Timo Sirainen dbox index rebuild: Fixed setting next-uid and highest-modseq. HEAD
Tue, 02 Mar 2010 16:12:44 +0200 Timo Sirainen [m]dbox: Fixes to rebuilding a broken index. HEAD
Tue, 09 Feb 2010 04:52:29 +0200 Timo Sirainen lib-index: Don't close index files if they're still being used by another mailbox. 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
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Tue, 06 Oct 2009 19:22:42 -0400 Timo Sirainen Split dbox (single-dbox) and mdbox (multi-dbox) into separate storage backends. HEAD