log

age author description
Thu, 11 Jul 2013 14:29:05 +0300 Timo Sirainen lib-http: Added a very dummy test-http-server
Thu, 11 Jul 2013 14:18:42 +0300 Timo Sirainen lib-http: Implemented http-request-parser for HTTP servers.
Thu, 11 Jul 2013 12:54:02 +0300 Timo Sirainen lib-http: Moved struct http_response* to http-response.h
Thu, 11 Jul 2013 10:25:32 +0300 Timo Sirainen lib-http: Minor change to make sure http_response_header.size is always correct.
Thu, 11 Jul 2013 10:19:43 +0300 Timo Sirainen lib-http: Minor fix/cleanup to detecting stream errors when skipping payload.
Thu, 11 Jul 2013 10:17:49 +0300 Timo Sirainen lib-http: Updated test-http-response-parser
Thu, 11 Jul 2013 09:33:13 +0300 Timo Sirainen lib-http: test-http-header-parser makes sure the parser works one byte at a time.
Thu, 11 Jul 2013 09:29:36 +0300 Timo Sirainen lib-http: Fixed previous test-http-response-parser change.
Thu, 11 Jul 2013 09:25:53 +0300 Timo Sirainen lib-http: Fixed handling responses whose header arrives in smaller pieces.
Thu, 11 Jul 2013 09:23:14 +0300 Timo Sirainen lib-http: Simplify http response status-line parsing code.
Thu, 11 Jul 2013 00:30:28 +0300 Timo Sirainen lib-http: Http requests weren't freed when connection was aborted.
Thu, 11 Jul 2013 00:28:54 +0300 Timo Sirainen lib-ssl-iostream: Compiler warning fix
Wed, 10 Jul 2013 10:01:26 +0300 Timo Sirainen lib-ssl-iostreams: ssl_protocols setting supports now TLSv1.1 and TLSv1.2 values.
Wed, 10 Jul 2013 09:43:19 +0300 Timo Sirainen auth: Fixed crash for some lookups that didn't specify service name.
Wed, 10 Jul 2013 09:37:06 +0300 Timo Sirainen Maildir++ quota: When recreating, don't use maildirsize.lock file.
Wed, 10 Jul 2013 08:58:36 +0300 Timo Sirainen lib-ssl-iostream: Added support for ECDH/ECDHE cipher suites
Wed, 10 Jul 2013 08:47:49 +0300 Timo Sirainen login-common: Compiler warning fix with OpenSSL v1.0.2+
Wed, 10 Jul 2013 08:42:09 +0300 Timo Sirainen lib-http: Minor comment update.
Sat, 06 Jul 2013 14:46:16 +1000 David Hicks login-common: Add support for ECDH/ECDHE cipher suites
Wed, 10 Jul 2013 06:54:57 +0300 Timo Sirainen imapc: Reorganize code so that imapc_list works without imapc_storage.
Wed, 10 Jul 2013 06:05:20 +0300 Timo Sirainen imapc: Code cleanup: Don't access imapc settings via storage.
Wed, 10 Jul 2013 05:57:36 +0300 Timo Sirainen imapc: Minor code cleanup.
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.