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.