log src/http/ngx_http_request.h @ 7427:81d49f85afed

age author description
Tue, 11 Dec 2018 13:09:00 +0300 Roman Arutyunyan Copy regex unnamed captures to cloned subrequests.
Thu, 07 Jun 2018 20:01:41 +0300 Ruslan Ermilov Added r->schema.
Sat, 17 Mar 2018 23:04:25 +0300 Maxim Dounin gRPC: special handling of the TE request header.
Thu, 15 Feb 2018 17:51:26 +0300 Ruslan Ermilov Expose more headers with NGX_HTTP_HEADERS.
Thu, 08 Feb 2018 09:54:18 +0300 Ruslan Ermilov Basic support of the Link response header.
Wed, 19 Jul 2017 20:38:17 +0300 Roman Arutyunyan Upstream: keep request body file from removal if requested.
Fri, 24 Mar 2017 03:37:34 -0700 Piotr Sikora Added support for trailers in HTTP responses.
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.
Tue, 11 Apr 2017 03:13:46 +0200 Simon Leblanc Added support for the "308 Permanent Redirect" (ticket #877).
Fri, 24 Mar 2017 02:48:03 -0700 Piotr Sikora Added support for "429 Too Many Requests" response (RFC6585).
Tue, 07 Mar 2017 18:49:31 +0300 Maxim Dounin Converted hc->busy/hc->free to use chain links.
Fri, 10 Feb 2017 15:13:41 +0300 Roman Arutyunyan Upstream: proxy_cache_background_update and friends.
Fri, 20 May 2016 18:41:17 +0300 Valentin Bartenev HTTP/2: the "421 Misdirected Request" response (closes #848). stable-1.10
Mon, 10 Oct 2016 18:44:17 +0300 Maxim Dounin Modules compatibility: compatibility with NGX_HTTP_SSL.
Mon, 03 Oct 2016 15:58:22 +0300 Maxim Dounin Modules compatibility: http2.
Thu, 29 Sep 2016 18:06:03 +0300 Maxim Dounin Modules compatibility: status fields.
Thu, 29 Sep 2016 18:06:02 +0300 Maxim Dounin Modules compatibility: health check fields.
Tue, 20 Sep 2016 12:30:52 +0300 Ruslan Ermilov Removed influence of some options on structures.
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, 01 Apr 2016 15:56:03 +0300 Valentin Bartenev HTTP/2: rewritten handling of request body.
Mon, 07 Dec 2015 16:30:48 +0300 Roman Arutyunyan Slice filter.
Fri, 11 Sep 2015 20:13:06 +0300 Valentin Bartenev The HTTP/2 implementation (RFC 7240, 7241).
Mon, 31 Aug 2015 23:26:33 +0300 Valentin Bartenev Decreased the NGX_HTTP_MAX_SUBREQUESTS limit.
Mon, 31 Aug 2015 23:25:16 +0300 Valentin Bartenev Added protection against r->main->count overflow by subrequests.
Sat, 25 Apr 2015 22:44:02 +0300 Vladimir Homutov Core: the ngx_set_connection_log() macro.
Mon, 23 Mar 2015 21:09:19 +0300 Maxim Dounin Request body: unbuffered reading.
Wed, 04 Mar 2015 08:10:40 +0300 Ruslan Ermilov Style: moved ngx_http_ephemeral() macro to ngx_http_request.h.
Wed, 11 Feb 2015 17:52:15 +0300 Valentin Bartenev Refactored sendfile() AIO preload.