log src/lib-http/http-server-response.c @ 22633:9284bdc3c5c5

age author description
Tue, 17 Jan 2017 01:36:10 +0100 Stephan Bosch lib-http: server: Prevent sending response payload when it is not allowed by the specification.
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Wed, 11 Jan 2017 01:57:46 +0100 Stephan Bosch global: Replaced all instances of memset(p, 0, sizeof(*p)) with the new i_zero() macro.
Mon, 16 May 2016 15:49:08 +0300 Timo Sirainen global: Use [io]_stream_get_error() insted of %m
Wed, 18 May 2016 18:51:55 +0300 Timo Sirainen lib-http: Fixed checking if istream or ostream needs waiting.
Mon, 22 Feb 2016 21:17:26 +0200 Timo Sirainen lib-http: Always set *_obj=NULL first in deinit functions (mainly for consistency)
Mon, 22 Feb 2016 21:00:41 +0200 Timo Sirainen lib-http: Clarify http_server_response_*_payload() API and minor change to it
Mon, 22 Feb 2016 20:58:03 +0200 Timo Sirainen lib-http: http_server_request_unref() now always sets *req=NULL
Sat, 20 Feb 2016 19:35:12 +0200 Stephan Bosch lib-http: server: Implicitly free a request response structure when a new (failure) response is started.
Mon, 15 Feb 2016 13:55:41 +0200 Aki Tuomi lib-http: Add accessors for some response details
Wed, 10 Feb 2016 22:30:22 +0100 Stephan Bosch lib-http: server: Implemented blocking response output stream.
Wed, 10 Feb 2016 22:25:07 +0100 Stephan Bosch lib-http: server: Created blocking http_server_response_send_payload() API that closely mimics the client equivalent.
Mon, 08 Feb 2016 22:51:14 +0100 Stephan Bosch lib-http: server: Fixed datastack framing problem in error handling of response sending.
Mon, 01 Feb 2016 14:44:11 +0200 Aki Tuomi lib-http: Add function to update HTTP response status
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Sun, 26 Oct 2014 01:59:05 +0300 Timo Sirainen lib-http server: If i/ostream fails, don't return wrong "stream input size changed" error.
Sat, 13 Sep 2014 23:42:17 +0300 Timo Sirainen lib-http server: Keep output stream referenced to avoid accessing it after destroy.
Wed, 10 Sep 2014 13:39:37 +0300 Stephan Bosch lib-http: server: Added support for authentication.
Fri, 15 Aug 2014 16:00:07 +0300 Timo Sirainen lib-http server: Use io_add_istream() to wait for the payload istream.
Fri, 15 Aug 2014 15:59:17 +0300 Timo Sirainen lib-http: Added asserts to make sure CR or LF can't be added accidentally to HTTP headers.
Tue, 05 Aug 2014 16:22:43 +0200 Timo Sirainen lib-http server: Added http_server_request_get_response()
Tue, 05 Aug 2014 16:07:25 +0200 Timo Sirainen lib-http server: Removed "bool close" parameters in favor of _close() functions.
Mon, 21 Jul 2014 10:54:05 +0300 Stephan Bosch lib-http: Added initial support for server-side HTTP API.