log src/lib-http/http-client-connection.c @ 20346:0b54cb33b565

age author description
Sun, 22 May 2016 10:42:01 +0200 Stephan Bosch lib-http: client: Fixed reference counting for requests that are aborted due to an early server response.
Wed, 18 May 2016 19:40:32 +0300 Timo Sirainen lib-http: Changed http_client_request_error to set request to NULL
Fri, 25 Mar 2016 02:48:55 +0900 Stephan Bosch lib-http: client: Fixed request timeout handling during pipelining.
Sat, 12 Mar 2016 01:56:55 +0100 Stephan Bosch lib-http: client: Improved test-http-payload to test partial reading of response payload.
Tue, 23 Feb 2016 01:48:47 +0200 Timo Sirainen lib-http: Fix to earlier http_client_connection_unref() change 1dead6
Mon, 22 Feb 2016 20:34:46 +0200 Timo Sirainen lib-http: http_client_request_unref() now always sets *req=NULL
Mon, 22 Feb 2016 20:14:57 +0200 Timo Sirainen lib-http: http_client_connection_unref() now always sets *conn=NULL
Mon, 08 Feb 2016 22:47:30 +0100 Stephan Bosch lib-http: client: Fixed pipelining bug: client sometimes sent new request while still waiting for 100-continue.
Mon, 08 Feb 2016 22:45:54 +0100 Stephan Bosch lib-http: client: Make sure that any pending request is aborted and destroyed before connection FDs are closed.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Wed, 23 Dec 2015 11:48:12 +0200 Timo Sirainen lib-http: Add more timing information to debug logs when HTTP connections get closed.
Fri, 04 Dec 2015 13:46:00 +0200 Timo Sirainen lib-http: Give a better error message if request times out.
Mon, 28 Sep 2015 13:54:28 +0300 Timo Sirainen lib-http: Added asserts to all refcount increments.
Mon, 28 Sep 2015 13:53:22 +0300 Timo Sirainen lib-http: Avoid crashes when server is already disconnected.
Mon, 28 Sep 2015 13:51:49 +0300 Timo Sirainen lib-http: Disconnection from HTTP server could have caused accessing already freed memory.
Sat, 25 Apr 2015 11:42:06 +0200 Stephan Bosch http-client: Added support for using an HTTP proxy running on a unix socket.
Sat, 29 Aug 2015 14:26:30 +0300 Stephan Bosch Changed type of internet port values to in_port_t everywhere.
Sat, 29 Aug 2015 14:20:57 +0300 Stephan Bosch lib-http: client: Added proper handling of 408 response status.
Tue, 18 Aug 2015 23:02:01 +0300 Stephan Bosch lib-http: client: Fixed handling of request timeout.
Sat, 25 Apr 2015 11:42:06 +0200 Stephan Bosch lib-http: client: Fixed memory leak in CONNECT tunnel support.
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.