log

age author description
Thu, 15 Sep 2011 13:45:35 +0300 Timo Sirainen lib-sql: If MySQL connect takes more than 1 sec, don't try to reconnect for that many secs.
Thu, 15 Sep 2011 13:41:03 +0300 Timo Sirainen lib-sql: If MySQL connect fails, update ioloop times so later timeouts get added properly.
Thu, 15 Sep 2011 13:38:54 +0300 Timo Sirainen liblib: Added io_loop_time_refresh()
Thu, 15 Sep 2011 13:09:50 +0300 Timo Sirainen auth: Don't assert-crash if login client disconnects during multi-reply mechanism.
Thu, 15 Sep 2011 12:34:03 +0300 Timo Sirainen mbox: mailbox_get_guid() works now without trying to sync the opened mailbox.
Thu, 15 Sep 2011 11:54:11 +0300 Timo Sirainen doveadm altmove: Added -r parameter to move mails back to primary storage.
Tue, 13 Sep 2011 02:09:02 +0300 Timo Sirainen Removed unnecessary code.
Tue, 13 Sep 2011 02:08:15 +0300 Timo Sirainen dsync: Ignore SIGHUP
Tue, 13 Sep 2011 02:07:30 +0300 Timo Sirainen lib-index: mail_index_view_clone() didn't properly clear all fields in the destination view.
Mon, 12 Sep 2011 16:32:20 +0300 Timo Sirainen dsync: If mailbox can't be opened, log an error but continue anyway.
Mon, 12 Sep 2011 14:27:46 +0300 Timo Sirainen mbox: Fixed fetching last message from compressed mboxes.
Mon, 12 Sep 2011 14:01:36 +0300 Timo Sirainen quota-dirsize: Get the quota from "mail root dir", not "mailboxes dir".
Mon, 12 Sep 2011 14:02:30 +0300 Timo Sirainen ldap: Fixed auth binds for nonexistent users with some LDAP servers.
Thu, 08 Sep 2011 16:24:18 +0300 Timo Sirainen lib-storage: Error handling fix for key+=value when key isn't of string type.
Thu, 08 Sep 2011 13:41:20 +0300 Timo Sirainen lmtp: Improved "DATA output timeout" error message.
Thu, 08 Sep 2011 11:51:18 +0300 Timo Sirainen lib-lda: Log message improvement to differentiate mailbox open vs. save error.
Thu, 08 Sep 2011 11:50:23 +0300 Timo Sirainen lib-storage: Fixed mail_storage_copy() error handling.
Thu, 08 Sep 2011 11:16:55 +0300 Timo Sirainen lib-storage: Minor error handling cleanups.
Thu, 01 Sep 2011 19:33:22 +0300 Timo Sirainen lib-index: Make sure mail_index_sync_record() doesn't waste data stack.
Tue, 30 Aug 2011 04:32:55 +0300 Timo Sirainen lib-storage: Added MAILBOX_TRANSACTION_FLAG_NO_CACHE_DEC and use it when precaching.
Tue, 30 Aug 2011 04:31:00 +0300 Timo Sirainen lib-index: Added mail_cache_view_update_cache_decisions()
Fri, 16 Sep 2011 16:14:14 +0300 Timo Sirainen TODO updated
Fri, 16 Sep 2011 16:01:53 +0300 Timo Sirainen acl: Fixed listing multiple shared namespaces.
Fri, 16 Sep 2011 16:01:29 +0300 Timo Sirainen lib-storage: Don't try to use the same mail_storage for shared storages.
Fri, 16 Sep 2011 14:52:29 +0300 Timo Sirainen Fixes to listing mailboxes/subscriptions in shared namespaces.
Fri, 16 Sep 2011 12:40:19 +0300 Timo Sirainen quota: When matching mailbox names in quota rules, unalias namespaces first.
Fri, 16 Sep 2011 12:39:19 +0300 Timo Sirainen lib-storage: Added mail_namespace_find_unalias()
Thu, 15 Sep 2011 23:39:33 +0300 Timo Sirainen stats: Export also username for commands.
Thu, 15 Sep 2011 12:20:55 +0300 Timo Sirainen lib-storage: Fixed listing subscriptions in shared namespaces.
Tue, 13 Sep 2011 12:42:30 +0300 Timo Sirainen auth: Use auth-worker(pid) prefix for auth processes.