log src/lib-storage/index/dbox/dbox-storage.h @ 6410:e4eb71ae8e96 HEAD

age author description
Sun, 16 Sep 2007 11:31:27 +0300 Timo Sirainen Changed .h ifdef/defines to use <NAME>_H format. HEAD
Sat, 01 Sep 2007 03:04:02 +0300 Timo Sirainen Initial commit for dbox redesign/rewrite. Currently supports only one HEAD
Tue, 17 Apr 2007 18:09:10 +0300 Timo Sirainen Call sync_notify() once at the end of syncing. Allow accessing mails even HEAD
Fri, 30 Mar 2007 22:08:11 +0300 Timo Sirainen Changed *_transaction_created() to static. HEAD
Fri, 30 Mar 2007 21:55:41 +0300 Timo Sirainen Removed unused macros HEAD
Fri, 30 Mar 2007 15:44:01 +0300 Timo Sirainen Removed struct index_storage abstraction. It's pointless. HEAD
Thu, 29 Mar 2007 14:51:09 +0300 Timo Sirainen Better type safety to module_contexts arrays. Already fixed some bugs. HEAD
Thu, 29 Mar 2007 10:59:11 +0300 Timo Sirainen Moved delete/rename operations to mailbox_list API. Fixed mbox/maildir to HEAD
Thu, 22 Feb 2007 14:50:14 +0200 Timo Sirainen If pop3_lock_session=yes, update maildir/dbox uidlist lock file every 10 HEAD
Thu, 28 Dec 2006 18:51:10 +0200 Timo Sirainen More dotlock_use_excl uses. HEAD
Thu, 16 Nov 2006 02:16:31 +0200 Timo Sirainen Initial code for separation of mailbox accessing and directory layout HEAD
Wed, 28 Jun 2006 19:31:05 +0300 Timo Sirainen Beginnings of joining mail-storage API more closely to mail-index, so that HEAD
Wed, 28 Jun 2006 16:10:25 +0300 Timo Sirainen Array API redesigned to work using unions. It now provides type safety HEAD
Mon, 12 Jun 2006 11:24:44 +0300 Timo Sirainen Allow reading saved mails which haven't been committed yet (ie. make quota HEAD
Tue, 09 May 2006 14:57:36 +0300 Timo Sirainen Changed mailbox_save_*() API a bit: Moved the struct mail *dest_mail to HEAD
Wed, 12 Apr 2006 19:52:02 +0300 Timo Sirainen Moved dbox data structures to dbox-format.h which can be easily included HEAD
Sat, 01 Apr 2006 00:21:19 +0300 Timo Sirainen Fixes and cleanups. HEAD
Fri, 24 Feb 2006 18:06:51 +0200 Timo Sirainen Fixes HEAD
Wed, 22 Feb 2006 18:02:20 +0200 Timo Sirainen mailbox_save_init() supports now returning failure. Quota plugin now checks HEAD
Sun, 29 Jan 2006 00:05:48 +0200 Timo Sirainen Support storing keywords in dbox files. Doesn't yet work while saving. HEAD
Fri, 13 Jan 2006 22:25:57 +0200 Timo Sirainen Added "bool" type and changed all ints that were used as booleans to bool. HEAD
Wed, 11 Jan 2006 21:26:05 +0200 Timo Sirainen Added dbox_rotate_min_size and fixed rotation checks. HEAD
Thu, 05 Jan 2006 03:19:42 +0200 Timo Sirainen Added dbox_rotate_size and dbox_rotate_days settings. HEAD
Thu, 05 Jan 2006 03:10:46 +0200 Timo Sirainen Added rotation by number of days since file was created. HEAD
Mon, 28 Nov 2005 01:05:28 +0200 Timo Sirainen Initial implementation of Dovecot's own high performance file format, named HEAD