log src/lib-http/http-client-connection.c @ 18137:3009a1a6f6d5

age author description
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Sat, 15 Nov 2014 02:37:03 +0200 Stephan Bosch lib-http: client: Removed connection code that is already in src/lib/connection.c.
Tue, 28 Oct 2014 17:15:31 -0700 Timo Sirainen lib-http: Make sure we don't access already freed client connection in payload-destroyed callback.
Sun, 26 Oct 2014 18:43:57 +0200 Stephan Bosch lib-http: client: Removed asssert in http_client_connection_is_ready().
Sun, 26 Oct 2014 18:43:57 +0200 Stephan Bosch lib-http: client: The asserts recently added to http_connection_check_idle() are bogus.
Sat, 25 Oct 2014 01:38:43 +0300 Stephan Bosch lib-http: client: Handle situation in which server sends response before request payload is fully sent.
Sat, 25 Oct 2014 01:38:42 +0300 Stephan Bosch lib-http: client: Fixed handling of requests aborted while still sending payload to server.
Sat, 25 Oct 2014 01:38:42 +0300 Stephan Bosch lib-http: client: Fixed cleanup of remaining waiting requests at connection destroy.
Sat, 25 Oct 2014 01:38:42 +0300 Stephan Bosch lib-http: client: Aborted requests were not counted as finished in the connection's response receive loop.
Thu, 23 Oct 2014 05:55:51 +0300 Stephan Bosch lib-http: client: Fixed proxied client connect timeout.
Thu, 23 Oct 2014 05:55:51 +0300 Stephan Bosch lib-http: client: Clear req->conn when request is finished.
Mon, 20 Oct 2014 08:54:27 -0700 Stephan Bosch lib-http: client: Connection erroneously indicated that it was ready while SSL handshake was not yet completed.
Mon, 20 Oct 2014 08:54:26 -0700 Stephan Bosch lib-http: client: Fixed handling of connection timeouts.
Sun, 12 Oct 2014 08:58:40 -0700 Stephan Bosch lib-http: client: Fixed segfault caused by earlier change.
Sat, 04 Oct 2014 17:32:48 +0300 Stephan Bosch lib-http: Fixed detecting disconnection when ioloop is running only intermittently.
Sat, 04 Oct 2014 17:32:48 +0300 Stephan Bosch lib-http: client: Added support for absolute request timeout.
Sat, 04 Oct 2014 17:30:54 +0300 Stephan Bosch lib-http: client: Fixed problem occuring when a nested ioloop was run inside a request callback using the same client.
Wed, 01 Oct 2014 10:33:39 +0300 Stephan Bosch lib-http: client: Fixed aborting request in the middle of sending payload.
Mon, 29 Sep 2014 14:57:42 +0300 Timo Sirainen lib-http: Fixed assert-crash when http_client_connection_disconnect() is called multiple times.
Wed, 10 Sep 2014 13:39:37 +0300 Stephan Bosch lib-http: client: Tunnel connection failure would cause segfault.
Fri, 11 Jul 2014 14:17:17 +0300 Timo Sirainen lib-http: Debug log now includes where HTTP requests spent their time on.
Wed, 09 Jul 2014 10:55:27 +0300 Stephan Bosch lib-http: Made sure that connections that are still connecting to the server aren't marked as idle.
Wed, 02 Jul 2014 00:10:16 +0300 Stephan Bosch lib-http: Updated comments to RFC7230/RFC7231.
Thu, 26 Jun 2014 20:48:13 +0300 Timo Sirainen lib: Moved rawlog dir stat()s to iostream_rawlog_create() internally.
Sat, 26 Apr 2014 22:40:14 +0300 Stephan Bosch lib-http: Fixed problem with connections idling indefinitely.
Thu, 03 Apr 2014 19:59:30 +0300 Timo Sirainen Use io_add_istream() wherever possible.
Thu, 03 Apr 2014 19:56:47 +0300 Timo Sirainen lib-http: Wrap response payload istream into a istream-timeout.
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Sun, 08 Dec 2013 23:41:33 +0200 Timo Sirainen lib-http: Don't try to automatically retry requests whose payload was already lost.
Sat, 23 Nov 2013 00:00:43 +0200 Timo Sirainen lib-http: Fixed request hang on connect() timeout.