log

age author description
Fri, 01 Oct 2010 16:19:10 +0100 Timo Sirainen mail-storage.h comments updated.
Fri, 01 Oct 2010 16:14:08 +0100 Timo Sirainen pop3: Code cleanup for mailbox opening code.
Fri, 01 Oct 2010 15:37:19 +0100 Timo Sirainen acl: Fixed the logic of merging multiple ACLs.
Fri, 01 Oct 2010 15:01:09 +0100 Timo Sirainen acl: Reverted last change. It still allows reading the default ACL from .DEFAULT file.
Fri, 01 Oct 2010 14:56:07 +0100 Timo Sirainen acl: Avoid extra open() on a directory for default acl.
Thu, 30 Sep 2010 20:28:54 +0100 Timo Sirainen acl: Avoid opening two dict iterators at the same time.
Thu, 30 Sep 2010 19:18:13 +0100 Timo Sirainen dict: Support file backend also with dict proxy.
Thu, 30 Sep 2010 17:57:55 +0100 Timo Sirainen doveadm fetch: Fixed fetching uid field.
Thu, 30 Sep 2010 17:49:17 +0100 Timo Sirainen auth: Don't assert-crash if a request still succeeds after its client connection is gone.
Thu, 30 Sep 2010 17:12:55 +0100 Timo Sirainen auth: Avoid crashing when finishing failed requests that already timed out.
Thu, 30 Sep 2010 16:49:16 +0100 Timo Sirainen virtual: Allow opening virtual mailboxes that refer to non-existing mailboxes.
Thu, 30 Sep 2010 16:05:57 +0100 Timo Sirainen lib-index: If mail_index_sync_begin() fails, don't assert-crash
Thu, 30 Sep 2010 15:33:56 +0100 Timo Sirainen director: Properly detect invalid command parameters in director<->director connections.
Wed, 29 Sep 2010 19:07:16 +0100 Timo Sirainen maildir: Avoid recreating uidlist all the time when indexes are disabled.
Wed, 29 Sep 2010 18:49:34 +0100 Timo Sirainen maildir: Avoid opening cache file when getting physical message size.
Wed, 29 Sep 2010 18:38:29 +0100 Timo Sirainen Maildir: If mail's virtual size can be found from filename/uidlist, do it instead of using cache.
Wed, 29 Sep 2010 18:09:28 +0100 Timo Sirainen lib-index: If transaction log file is small enough, just read all of it to memory immediately.
Wed, 29 Sep 2010 17:15:12 +0100 Timo Sirainen maildir: Avoid refreshing transaction log immediately on first sync.
Wed, 29 Sep 2010 17:14:22 +0100 Timo Sirainen lib-index: Avoid refreshing transaction log immediately after it was opened.
Wed, 29 Sep 2010 16:34:56 +0100 Timo Sirainen virtual: Don't unnecessarily stat() the virtual directory.
Wed, 29 Sep 2010 16:33:12 +0100 Timo Sirainen pop3: Fixed virtual plugin when compiling --without-shared-libs
Wed, 29 Sep 2010 16:32:47 +0100 Timo Sirainen lib-index: Don't waste time on every mailbox open checking if .log.2 should be deleted.
Wed, 29 Sep 2010 15:46:32 +0100 Timo Sirainen Maildir++: When opening namespace prefix as mailbox, don't add extra '/' to path names.
Tue, 28 Sep 2010 19:07:33 +0100 Timo Sirainen lda: If doveconf fails, make it exit with EX_TEMPFAIL.
Tue, 28 Sep 2010 17:41:43 +0100 Timo Sirainen login: If master login fails, tell auth process to free the auth request.
Tue, 28 Sep 2010 17:15:52 +0100 Timo Sirainen maildir: If we see unwanted non-empty directories in new/ or cur/, move them to ../extra-*
Tue, 28 Sep 2010 17:09:50 +0100 Timo Sirainen config: Don't even try to open <file settings for modules we don't care about.
Tue, 28 Sep 2010 17:09:29 +0100 Timo Sirainen doveconf: Skip verifying settings for modules we don't care about.
Tue, 28 Sep 2010 16:29:33 +0100 Timo Sirainen lib-index: Try to keep writing to latest mailbox log.
Tue, 28 Sep 2010 16:05:40 +0100 Timo Sirainen quota: Don't crash if user has quota disabled.