log src/plugins/quota/quota-dirsize.c @ 7086:7ed926ed7aa4 HEAD

age author description
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Fri, 21 Dec 2007 16:57:26 +0200 Timo Sirainen Fixed with mboxes. HEAD
Wed, 05 Dec 2007 17:47:44 +0200 Timo Sirainen Replaced t_push/t_pop calls with T_FRAME*() macros. HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Sun, 09 Sep 2007 05:06:17 +0300 Timo Sirainen If INBOX is a substring of already added path, don't assert-crash. Also HEAD
Tue, 12 Jun 2007 18:54:23 +0300 Timo Sirainen Allow backend-specific quota rules with backend=<string>. HEAD
Wed, 22 Nov 2006 19:23:09 +0200 Timo Sirainen Bytes and kilobytes were somewhat mixed up everywhere. Also fixes a HEAD
Sun, 10 Sep 2006 15:48:12 +0300 Timo Sirainen Replaced ARRAY_CREATE() macro with [ipt]_array_init() macros. The macro HEAD
Sun, 10 Sep 2006 15:32:58 +0300 Timo Sirainen Removed type parameter from ARRAY_CREATE since it's not needed anymore. HEAD
Sun, 30 Jul 2006 20:58:38 +0300 Timo Sirainen Added support for multiple quota roots, rules and storages. The configuration HEAD
Wed, 28 Jun 2006 16:10:25 +0300 Timo Sirainen Array API redesigned to work using unions. It now provides type safety HEAD
Sun, 11 Jun 2006 20:39:04 +0300 Timo Sirainen If size of the mail was known before saving started, we allocated HEAD
Thu, 13 Apr 2006 22:31:35 +0300 Timo Sirainen When using multiple namespaces, don't count each of them if they're using HEAD
Thu, 13 Apr 2006 22:15:45 +0300 Timo Sirainen Count INBOX also if it's outside the default mail directory. HEAD
Mon, 06 Mar 2006 17:48:33 +0200 Timo Sirainen Cleanups. HEAD
Mon, 06 Mar 2006 12:31:11 +0200 Timo Sirainen Maildir++ quota support. HEAD
Wed, 01 Mar 2006 11:14:59 +0200 Timo Sirainen Quota API redesign. Still not perfect, but better than before. Quota backends no longer need to be told where the mails exist. fs backend doesn't work correctly with multiple partitions (if you've multiple namespaces). HEAD
Wed, 22 Feb 2006 18:02:20 +0200 Timo Sirainen mailbox_save_init() supports now returning failure. Quota plugin now checks 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
Mon, 09 Jan 2006 10:05:24 +0200 Timo Sirainen try_alloc: Handle mail_get_physical_size() failures. HEAD
Wed, 28 Dec 2005 22:17:51 +0200 Timo Sirainen Make dirsize backend read the directory only once at the beginning of HEAD
Sat, 10 Dec 2005 21:44:45 +0200 Timo Sirainen Added beginnings of plugin infrastructure. TODO: These could be optionally HEAD