log src/http/ngx_http_request.h @ 6718:bdf64ae3376b

age author description
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.