log

age author description
Sun, 07 Feb 2010 04:50:40 +0200 Timo Sirainen Moved mail_index lookup cache from lib-storage to lib-index. HEAD
Sun, 07 Feb 2010 03:25:32 +0200 Timo Sirainen Added support for marking mailbox index deleted. Don't allow any changes after that. HEAD
Sun, 07 Feb 2010 01:55:06 +0200 Timo Sirainen fs layout: We didn't properly prevent maildir_name from being used in mailbox names. 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
Sat, 06 Feb 2010 23:22:15 +0200 Timo Sirainen mbox: raw mbox stream's stat() now returns mail size as stream size if it's known. HEAD
Sat, 06 Feb 2010 23:22:04 +0200 Timo Sirainen mdbox saving: Fallback to using non-exact mail size if exact isn't available. HEAD
Sat, 06 Feb 2010 21:07:44 +0200 Timo Sirainen maildir: Make sure we don't append to uidlist that has already been recreated. HEAD
Sat, 06 Feb 2010 20:03:07 +0200 Timo Sirainen Makefiles: Use nodist_*_SOURCES to exclude generated .c files from dist. HEAD
Sat, 06 Feb 2010 19:46:40 +0200 Timo Sirainen Added support for tcpwrappers and potentially other login access checks. HEAD
Sat, 06 Feb 2010 17:31:14 +0200 Timo Sirainen plugins: Use DOVECOT_VERSION instead of PACKAGE_VERSION. HEAD
Sat, 06 Feb 2010 17:29:58 +0200 Timo Sirainen config.h: Added DOVECOT_* macros for PACKAGE_* macros. HEAD
Sat, 06 Feb 2010 16:58:07 +0200 Timo Sirainen module-context.h: Include required array.h internally. HEAD
Sat, 06 Feb 2010 01:58:33 +0200 Timo Sirainen lib-storage: Use mailbox_status() to get number of messages in search code. HEAD
Sat, 06 Feb 2010 01:07:44 +0200 Timo Sirainen zlib plugin: Added support for compressing Maildir mails while saving. HEAD
Sat, 06 Feb 2010 01:06:47 +0200 Timo Sirainen ostream: Added default failure handling if write_at() isn't implemented. HEAD
Sat, 06 Feb 2010 00:38:04 +0200 Timo Sirainen lib-index: Changed strmap's crc32 field to be backwards compatible. HEAD
Sat, 06 Feb 2010 00:36:11 +0200 Timo Sirainen crc32*() didn't return a standard CRC32 value. HEAD
Fri, 05 Feb 2010 22:59:04 +0200 Timo Sirainen Compiler warning fix. HEAD
Fri, 05 Feb 2010 19:23:42 +0200 Timo Sirainen lib-dict: Added dict_[un]escape_string(). HEAD
Fri, 05 Feb 2010 18:04:16 +0200 Timo Sirainen imap search args: Allocate uidset from correct memory pool. HEAD
Tue, 02 Feb 2010 23:49:32 +0200 Timo Sirainen mdbox: Purging now also moves mails to alt storage (if it's used). HEAD
Tue, 02 Feb 2010 23:24:52 +0200 Timo Sirainen Don't ignore :ALT=path in mail_location. HEAD
Tue, 02 Feb 2010 22:23:46 +0200 Timo Sirainen mdbox: Removed quite pointless mdbox_purge_min_percentage setting. HEAD
Tue, 02 Feb 2010 22:21:29 +0200 Timo Sirainen mdbox: Removed unused mdbox_rotate_min_size setting. HEAD
Tue, 02 Feb 2010 22:19:35 +0200 Timo Sirainen mdbox: Removed forced automatic purging for now. It was too ineffecient. HEAD
Tue, 02 Feb 2010 19:03:06 +0200 Timo Sirainen mdbox_rotate_days changed to mdbox_rotate_interval, supporting one second resolution. HEAD
Tue, 02 Feb 2010 15:20:36 +0200 Timo Sirainen expire-tool: Change config module so we'll actually read all necessary settings. HEAD
Tue, 02 Feb 2010 15:20:04 +0200 Timo Sirainen expire-tool: Check and log an error if dict iteration fails. HEAD
Tue, 02 Feb 2010 15:18:25 +0200 Timo Sirainen dict proxy: Iteration failure wasn't passed to dict client. HEAD