log

age author description
Wed, 06 Oct 2010 18:57:38 +0100 Timo Sirainen lda: -m parameter's UTF-8 validity wasn't checked correctly.
Wed, 06 Oct 2010 18:57:16 +0100 Timo Sirainen lib-lda: Fixed error handling if newly delivered mail couldn't be opened.
Wed, 06 Oct 2010 18:20:26 +0100 Timo Sirainen lib-index: Always update index map while committing a transaction.
Wed, 06 Oct 2010 18:18:30 +0100 Timo Sirainen lib-index: Cache offsets were sometimes written pointing to an older cache file.
Wed, 06 Oct 2010 17:15:51 +0100 Timo Sirainen lib-index: Avoid unnecessary pread()s at end of transaction log file.
Wed, 06 Oct 2010 17:11:52 +0100 Timo Sirainen lib-index: Removed unnecessary code from lock handling.
Wed, 06 Oct 2010 16:17:08 +0100 Timo Sirainen lib-dict: If connect() to dict socket fails, log an error, but don't die.
Wed, 06 Oct 2010 15:54:14 +0100 Timo Sirainen quota: Give better error message for connect() EACCES failure to quota-warning socket.
Tue, 05 Oct 2010 22:55:37 +0100 Timo Sirainen auth: Added lookup_credentials() support for passdb static
Tue, 05 Oct 2010 22:53:58 +0100 Timo Sirainen imap IDLE: Don't send "Still here" notifications if there is already data in output buffer.
Tue, 05 Oct 2010 22:52:55 +0100 Timo Sirainen master: Get only master-related configuration from doveconf at startup.
Tue, 05 Oct 2010 02:20:31 +0100 Timo Sirainen maildir: Don't assert-crash when saving a message without locking uidlist.
Mon, 04 Oct 2010 17:16:38 +0100 Timo Sirainen priority queue: Set item's idx value to invalid when it's removed from queue.
Mon, 04 Oct 2010 17:10:08 +0100 Timo Sirainen lmtp proxy: Avoid hanging at the end of message input.
Mon, 04 Oct 2010 16:01:09 +0100 Timo Sirainen lib-storage: Don't write to dovecot.mailbox.log if setting subscription didn't actually change anything.
Mon, 04 Oct 2010 15:55:34 +0100 Timo Sirainen lib-index: Fixed leaking fds when writing to dovecot.mailbox.log
Mon, 04 Oct 2010 15:13:20 +0100 Timo Sirainen imap-* plugins: Use the new imap_client_created_hook_set() to set the hook.
Mon, 04 Oct 2010 15:12:23 +0100 Timo Sirainen imap: Added imap_client_created_hook_set() to update the hook.
Mon, 04 Oct 2010 14:53:02 +0100 Timo Sirainen configure: Added IDLE to banner CAPABILITY to make Blackberry happy.
Mon, 04 Oct 2010 14:45:25 +0100 Timo Sirainen login: Give a better error message if ssl_cert=path is attempted without '<'
Fri, 01 Oct 2010 22:10:02 +0100 Timo Sirainen Added signature for changeset 2690facaa927
Fri, 01 Oct 2010 22:09:44 +0100 Timo Sirainen Added tag 2.0.5 for changeset 2690facaa927
Fri, 01 Oct 2010 22:09:43 +0100 Timo Sirainen Released v2.0.5.
Fri, 01 Oct 2010 21:42:18 +0100 Timo Sirainen lmtp: Make sure we partial messages aren't saved if client disconnects during DATA.
Fri, 01 Oct 2010 21:33:38 +0100 Timo Sirainen lib-storage: Don't wrongly ignore subscriptions=no namespace entries.
Fri, 01 Oct 2010 19:09:29 +0100 Timo Sirainen dsync: Fail if both source and destination mail location point to same directory.
Fri, 01 Oct 2010 18:58:47 +0100 Timo Sirainen config: Show time/size setting values as more human readable.
Fri, 01 Oct 2010 18:33:58 +0100 Timo Sirainen imap: Don't reset input/output byte counters when COMPRESS is started.
Fri, 01 Oct 2010 18:33:19 +0100 Timo Sirainen Added i_stream_get_absolute_offset().
Fri, 01 Oct 2010 17:46:03 +0100 Timo Sirainen zlib: eof_offset wasn't always set right, causing assert-crashes.
Fri, 01 Oct 2010 17:35:01 +0100 Timo Sirainen zlib: Fixed istream-bzlib also with mark=TRUE seeking
Fri, 01 Oct 2010 17:06:27 +0100 Timo Sirainen zlib: Fixed istream-zlib when using seeking with mark=TRUE (i.e. mbox)
Fri, 01 Oct 2010 16:39:11 +0100 Timo Sirainen pop3: Added pop3_fast_size_lookups setting.
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.