log src/http/ngx_http_request.c @ 7034:1b068a4e82d8

age author description
Fri, 24 Mar 2017 03:37:34 -0700 Piotr Sikora Added support for trailers in HTTP responses.
Mon, 29 May 2017 23:33:38 +0300 Roman Arutyunyan Fixed background requests with asynchronous operations.
Mon, 29 May 2017 16:34:29 +0300 Maxim Dounin SSL: set TCP_NODELAY on SSL connections before handshake.
Fri, 26 May 2017 22:52:48 +0300 Ruslan Ermilov Introduced ngx_tcp_nodelay().
Thu, 25 May 2017 15:57:59 +0300 Roman Arutyunyan Background subrequests for cache updates.
Tue, 25 Apr 2017 23:39:13 +0300 Ruslan Ermilov Don't pretend we support HTTP major versions >1 as HTTP/1.1.
Mon, 03 Apr 2017 14:29:40 +0800 hucongcong Fixed type.
Sun, 02 Apr 2017 14:32:29 +0300 Maxim Dounin Moved handling of wev->delayed to the connection event handler.
Fri, 24 Mar 2017 16:26:12 +0300 Maxim Dounin Fixed CPU hog while freeing hc->busy after e662cbf1b932 (1.11.11).
Tue, 07 Mar 2017 18:49:31 +0300 Maxim Dounin Converted hc->busy/hc->free to use chain links.
Thu, 02 Feb 2017 20:29:16 +0300 Maxim Dounin SSL: fixed ssl_buffer_size on SNI virtual hosts (ticket #1192).
Fri, 20 May 2016 18:41:17 +0300 Valentin Bartenev HTTP/2: the "421 Misdirected Request" response (closes #848). stable-1.10
Tue, 07 Jun 2016 17:44:20 +0300 Valentin Bartenev Fixed an error log message.
Fri, 20 May 2016 18:41:17 +0300 Valentin Bartenev HTTP/2: the "421 Misdirected Request" response (closes #848).
Mon, 16 May 2016 20:37:23 +0300 Maxim Dounin Dav: return 501 on PUT with ranges (ticket #948).
Fri, 13 May 2016 17:19:23 +0300 Valentin Bartenev Improved EPOLLRDHUP handling.
Thu, 31 Mar 2016 02:33:57 +0300 Sergey Kandaurov Fixed logging.
Wed, 24 Feb 2016 15:58:07 +0300 Valentin Bartenev HTTP/2: implemented per request timeouts (closes #626).
Wed, 24 Feb 2016 16:01:23 +0300 Valentin Bartenev Fixed buffer over-read while logging invalid request headers.
Thu, 05 Nov 2015 15:01:09 +0300 Valentin Bartenev SSL: only select SPDY using NPN if "spdy" is enabled. stable-1.8
Tue, 08 Dec 2015 16:59:43 +0300 Sergey Kandaurov SSL: fixed possible segfault on renegotiation (ticket #845).
Fri, 06 Nov 2015 15:22:43 +0300 Ruslan Ermilov Style: unified request method checks.
Thu, 05 Nov 2015 15:01:09 +0300 Valentin Bartenev SSL: only select HTTP/2 using NPN if "http2" is enabled.
Fri, 11 Sep 2015 20:13:06 +0300 Valentin Bartenev The HTTP/2 implementation (RFC 7240, 7241).
Sun, 23 Aug 2015 21:03:32 +0300 Valentin Bartenev Limit recursive subrequests instead of simultaneous.
Tue, 16 Jun 2015 13:45:19 +0300 Roman Arutyunyan Core: renamed ngx_proxy_protocol_parse to ngx_proxy_protocol_read.
Sat, 25 Apr 2015 22:44:02 +0300 Vladimir Homutov Core: the ngx_set_connection_log() macro.
Thu, 23 Apr 2015 14:17:40 +0300 Ruslan Ermilov Removed the obsolete rtsig module.
Wed, 22 Apr 2015 18:57:32 +0300 Ruslan Ermilov Removed the obsolete aio module.
Wed, 08 Oct 2014 17:16:04 +0400 Maxim Dounin Fixed possible buffer overrun in "too long header line" logging. stable-1.6
Mon, 23 Mar 2015 21:09:19 +0300 Maxim Dounin Request body: unbuffered reading.
Mon, 02 Mar 2015 21:15:46 +0300 Roman Arutyunyan SSL: reset ready flag if recv(MSG_PEEK) found no bytes in socket.
Tue, 02 Dec 2014 05:54:54 +0300 Maxim Dounin Upstream: improved subrequest logging.
Wed, 08 Oct 2014 17:16:04 +0400 Maxim Dounin Fixed possible buffer overrun in "too long header line" logging.
Wed, 27 Aug 2014 20:44:11 +0400 Valentin Bartenev SPDY: avoid setting timeout on stream events in ngx_http_writer().
Fri, 18 Jul 2014 20:02:11 +0400 Maxim Dounin Reset of r->uri.len on URI parsing errors.
Mon, 17 Mar 2014 17:41:24 +0400 Roman Arutyunyan Added server-side support for PROXY protocol v1 (ticket #355).
Tue, 28 Jan 2014 15:40:46 +0400 Maxim Dounin Fixed TCP_DEFER_ACCEPT handling (ticket #353). stable-1.4
Mon, 03 Feb 2014 14:17:17 -0800 Piotr Sikora Use ngx_socket_errno where appropriate.
Fri, 31 Jan 2014 14:18:52 +0400 Vladimir Homutov Fixed false compiler warning.
Thu, 30 Jan 2014 19:13:12 +0400 Ruslan Ermilov Fixed a compile warning introduced by 01e2a5bcdd8f.
Tue, 28 Jan 2014 15:33:49 -0800 Piotr Sikora SSL: support ALPN (IETF's successor to NPN).
Tue, 28 Jan 2014 15:40:46 +0400 Maxim Dounin Fixed TCP_DEFER_ACCEPT handling (ticket #353).
Mon, 16 Sep 2013 18:33:39 +0400 Valentin Bartenev Use EPOLLRDHUP in ngx_http_test_reading() (ticket #320).
Wed, 04 Sep 2013 21:17:00 +0400 Maxim Dounin Request cleanup code unified, no functional changes.
Mon, 02 Sep 2013 03:45:14 +0400 Valentin Bartenev Assume the HTTP/1.0 version by default.
Fri, 14 Jun 2013 20:56:07 +0400 Maxim Dounin Fixed ngx_http_test_reading() to finalize request properly.
Mon, 13 May 2013 17:39:45 +0400 Maxim Dounin Fixed lingering_time check.
Sat, 11 May 2013 18:49:30 +0400 Maxim Dounin Fixed build with --with-mail_ssl_module.
Fri, 29 Mar 2013 17:19:11 +0000 Maxim Dounin Merge of r5083: fixed potential segfault in keepalive handler. stable-1.2
Wed, 20 Mar 2013 10:36:57 +0000 Valentin Bartenev Preliminary experimental support for SPDY draft 2.
Wed, 20 Mar 2013 09:36:27 +0000 Valentin Bartenev URI processing code moved to a separate function.
Fri, 15 Mar 2013 19:49:54 +0000 Valentin Bartenev Allow to reuse connections that wait their first request.
Tue, 12 Mar 2013 13:38:04 +0000 Maxim Dounin Fixed logging in ngx_http_wait_request_handler().
Thu, 07 Mar 2013 18:14:27 +0000 Valentin Bartenev Refactored ngx_http_init_request().
Thu, 07 Mar 2013 18:07:16 +0000 Valentin Bartenev Removed c->single_connection flag.
Thu, 07 Mar 2013 17:59:27 +0000 Valentin Bartenev Respect the new behavior of TCP_DEFER_ACCEPT.
Thu, 07 Mar 2013 17:41:40 +0000 Valentin Bartenev Use "client_header_timeout" for all requests in a connection.
Thu, 07 Mar 2013 17:21:50 +0000 Valentin Bartenev Create request object only after the first byte was received.
Fri, 01 Mar 2013 14:55:42 +0000 Valentin Bartenev Allocate request object from its own pool.