log

age author description
Wed, 10 Jul 2013 05:37:01 +0300 Timo Sirainen auth: If passdb ldap returned no values for userdb_ fields, use userdb prefetch anyway.
Wed, 10 Jul 2013 05:29:45 +0300 Timo Sirainen auth: If passdb sql returned only NULLs for userdb_ fields, use userdb prefetch anyway.
Wed, 10 Jul 2013 05:19:22 +0300 Timo Sirainen pop3: Avoid assert-crash if client disconnects during LIST.
Wed, 10 Jul 2013 03:27:52 +0300 Timo Sirainen lib-http: Fix/cleanup to handling connect failures.
Wed, 10 Jul 2013 02:50:04 +0300 Timo Sirainen lib-http: Fixed tracking number of pending connections to host-port.
Wed, 10 Jul 2013 02:31:05 +0300 Timo Sirainen lib-http: Don't assert-crash in case of somewhat unexpected failing connections.
Wed, 10 Jul 2013 01:44:40 +0300 Timo Sirainen lib-http: Always try to connect to host's all IPs when connections fail.
Fri, 28 Jun 2013 19:48:37 +0300 Timo Sirainen dns, lib-dns: Added support for async DNS PTR lookups.
Fri, 28 Jun 2013 19:48:15 +0300 Timo Sirainen Added net_gethostbyaddr() for DNS PTR lookups.
Thu, 27 Jun 2013 23:07:20 +0300 Timo Sirainen lib-http: Added more debug messages.
Thu, 27 Jun 2013 22:49:50 +0300 Timo Sirainen lib-http: When successfully connected to a peer, don't drop the peer's pending connections.
Thu, 27 Jun 2013 20:37:46 +0300 Timo Sirainen lib-http: Don't crash if payload stream is referenced by caller after its connection is freed.
Thu, 27 Jun 2013 20:32:01 +0300 Timo Sirainen lib-http: Remove request timeout from being used during payload read.
Thu, 27 Jun 2013 20:28:51 +0300 Timo Sirainen lib-http: Call request's destroy callback always, not just on success.
Thu, 27 Jun 2013 20:27:57 +0300 Timo Sirainen lib-http: If connection times out, set the stream's errno to ETIMEDOUT in case it's used.
Thu, 27 Jun 2013 20:26:50 +0300 Timo Sirainen lib-http: When connection is freed, abort also the pending request.
Thu, 27 Jun 2013 20:26:13 +0300 Timo Sirainen lib-http: Timeouts were being handled wrong/leaked by ioloop switching.
Thu, 27 Jun 2013 20:24:45 +0300 Timo Sirainen lib-http: Minor code cleanup.
Thu, 27 Jun 2013 18:04:04 +0300 Timo Sirainen lib-http: Fixed hang when many connections were being created and closed.
Thu, 27 Jun 2013 18:03:38 +0300 Timo Sirainen lib-http: Added http_client_get_pending_request_count()
Wed, 26 Jun 2013 22:23:20 +0300 Timo Sirainen dsync: Recent changes broke remote dsync
Wed, 26 Jun 2013 21:35:37 +0300 Timo Sirainen config: Give a somewhat better warning for when using protocols=imaps or pop3s.
Wed, 26 Jun 2013 20:53:01 +0300 Timo Sirainen dsync: Added -1 parameter to do a "one way sync" without reverting changes.
Wed, 26 Jun 2013 20:03:26 +0300 Timo Sirainen dsync: Send DSYNC_BRAIN_FLAG_NO_MAIL_SYNC via ibc-stream to slave brain.
Wed, 26 Jun 2013 19:47:40 +0300 Timo Sirainen pop3c: Fixed mail saving to fail nicely, not assert-crash.
Wed, 26 Jun 2013 19:33:38 +0300 Timo Sirainen dsync: Fixed syncing when one of the backends supported GUIDs.
Wed, 26 Jun 2013 15:44:08 +0300 Timo Sirainen pop3c: Return error instead of crashing when trying to save a mail.
Wed, 26 Jun 2013 15:29:43 +0300 Timo Sirainen dsync: Fixed handling expunges when GUIDs aren't supported by the backend(s).
Wed, 26 Jun 2013 14:37:34 +0300 Timo Sirainen lib-sasl: Use dsasl_ prefix so we don't conflict with Cyrus SASL library.
Tue, 25 Jun 2013 16:03:04 +0300 Timo Sirainen dsync: Don't log index errors if modseq points beyond the current view.
Tue, 25 Jun 2013 15:48:24 +0300 Timo Sirainen mdbox: Resize mdbox index header if necessary also when rebuilding indexes.
Tue, 25 Jun 2013 15:47:48 +0300 Timo Sirainen lib-index: Assert-crash instead of writing a broken transaction with too large ext header update.
Tue, 25 Jun 2013 15:46:50 +0300 Timo Sirainen lib-index: Don't write a broken transaction if extension resize is done at first use.
Tue, 25 Jun 2013 02:23:02 +0300 Timo Sirainen Added signature for changeset 4b3c9c3e4fb8
Tue, 25 Jun 2013 02:22:59 +0300 Timo Sirainen Added tag 2.2.4 for changeset 4b3c9c3e4fb8
Tue, 25 Jun 2013 02:22:58 +0300 Timo Sirainen Released v2.2.4.
Tue, 25 Jun 2013 01:24:51 +0300 Timo Sirainen Make static analyzer happier.
Tue, 25 Jun 2013 01:23:17 +0300 Timo Sirainen doveadm deduplicate: Fixed error handling.
Tue, 25 Jun 2013 00:10:39 +0300 Timo Sirainen quota: Fixed quota_rule with non-uppercase INBOX.
Mon, 24 Jun 2013 23:33:59 +0300 Timo Sirainen imap-login: If CAPABILITY is already in server banner, don't ask for it again.
Mon, 24 Jun 2013 23:14:35 +0300 Timo Sirainen dsync: Fixed "export:/count" value in verbose_proctitle=yes
Mon, 24 Jun 2013 23:10:20 +0300 Timo Sirainen mbox: Avoid assert-crashing by too optimistically upgrading a lock to write-lock.
Mon, 24 Jun 2013 23:06:45 +0300 Timo Sirainen dsync: Don't crash at deinit when dsync fails early.
Mon, 24 Jun 2013 22:25:47 +0300 Timo Sirainen dsync: Don't try to find mailboxes from unwanted namespaces.
Mon, 24 Jun 2013 16:37:48 +0300 Timo Sirainen dsync: If verbose_proctitle=yes, show the current state in it.
Mon, 24 Jun 2013 16:36:32 +0300 Timo Sirainen dsync: State names were wrong in debug/error messages.
Tue, 18 Jun 2013 18:56:15 +0300 Timo Sirainen lib-storage: Fixed crash with some autocreated (e.g. shared) namespaces.
Tue, 18 Jun 2013 18:54:20 +0300 Timo Sirainen sdbox: If sdbox header is corrupted, resize it to make sure its size is correct.
Tue, 18 Jun 2013 17:05:20 +0300 Timo Sirainen doveadm: Added deduplicate command.
Tue, 18 Jun 2013 15:14:42 +0300 Timo Sirainen doveadm: Added "flags" command to modify messages' flags.
Tue, 18 Jun 2013 13:00:23 +0300 Timo Sirainen mdbox: If mdbox header is corrupted, resize it to make sure its size is correct.
Tue, 18 Jun 2013 12:59:17 +0300 Timo Sirainen lib-index: Don't bother tracking if header/records were changed.
Tue, 18 Jun 2013 12:56:27 +0300 Timo Sirainen lib-index: If error is found from transaction log, update dovecot.index so it won't be read again.
Tue, 18 Jun 2013 12:15:50 +0300 Timo Sirainen lib-sasl: API usage comment update
Tue, 18 Jun 2013 11:59:21 +0300 Timo Sirainen imap/pop3 proxy: Master user logins were broken by lib-sasl change.
Mon, 17 Jun 2013 16:37:46 +0300 Timo Sirainen pop3: Fixed crash at deinit
Mon, 17 Jun 2013 14:39:59 +0300 Timo Sirainen dsync: Minor fixes to checking if namespace is wanted to be synced.
Mon, 17 Jun 2013 00:03:16 +0300 Timo Sirainen Make static analyzer happier.
Mon, 17 Jun 2013 00:31:22 +0300 Timo Sirainen Added signature for changeset 5d9f52c9a287
Mon, 17 Jun 2013 00:31:18 +0300 Timo Sirainen Added tag 2.2.3 for changeset 5d9f52c9a287