log src/http/ngx_http_parse.c @ 9274:46ecad404a29 default tip

age author description
Wed, 08 May 2024 23:00:07 +0300 Maxim Dounin Disabled handling of headers without a colon.
Sat, 30 Mar 2024 05:10:40 +0300 Maxim Dounin HTTP: just one empty line now accepted when parsing request line.
Sat, 30 Mar 2024 05:09:35 +0300 Maxim Dounin Request body: limited chunk extensions and trailer headers.
Tue, 28 Nov 2023 12:57:14 +0300 Vladimir Khomutov HTTP: removed unused r->port_start and r->port_end.
Wed, 22 Jun 2022 18:34:58 +0400 Sergey Kandaurov Merged with the default branch. quic
Thu, 15 Jul 2021 16:28:21 +0300 Sergey Kandaurov Merged with the default branch. quic
Fri, 22 Jan 2021 16:34:06 +0300 Roman Arutyunyan HTTP/3: refactored request parser. quic
Tue, 15 Dec 2020 16:55:43 +0000 Sergey Kandaurov Merged with the default branch. quic
Wed, 25 Nov 2020 17:57:43 +0000 Roman Arutyunyan HTTP/3: eliminated r->method_start. quic
Wed, 16 Sep 2020 18:59:25 +0100 Roman Arutyunyan HTTP/3: fixed handling request body eof. quic
Tue, 14 Jul 2020 16:52:44 +0300 Roman Arutyunyan HTTP/3: support $server_protocol variable. quic
Tue, 19 May 2020 15:47:37 +0300 Roman Arutyunyan Fixed $request_length for HTTP/3. quic
Thu, 14 May 2020 14:49:53 +0300 Roman Arutyunyan HTTP/3: move body parser call out of ngx_http_parse_chunked(). quic
Fri, 27 Mar 2020 19:41:06 +0300 Roman Arutyunyan Parsing HTTP/3 request body. quic
Fri, 13 Mar 2020 19:36:33 +0300 Roman Arutyunyan HTTP/3. quic
Mon, 30 May 2022 21:25:33 +0300 Maxim Dounin Reworked multi headers to use linked lists.
Mon, 28 Jun 2021 18:01:20 +0300 Maxim Dounin Improved logging of invalid headers.
Mon, 28 Jun 2021 18:01:18 +0300 Maxim Dounin Disabled control characters and space in header names.
Mon, 28 Jun 2021 18:01:15 +0300 Maxim Dounin Disabled control characters in URIs.
Mon, 28 Jun 2021 18:01:13 +0300 Maxim Dounin Disabled spaces in URIs (ticket #196).
Mon, 28 Jun 2021 18:01:04 +0300 Maxim Dounin Added CONNECT method rejection.
Thu, 10 Dec 2020 20:09:30 +0300 Maxim Dounin Fixed parsing of absolute URIs with empty path (ticket #2079).
Tue, 15 Oct 2019 14:46:10 +0300 Ruslan Ermilov Fixed header parsing with ignore_invalid_headers switched off.
Tue, 08 Oct 2019 21:56:14 +0300 Maxim Dounin Fixed URI normalization with merge_slashes switched off.
Tue, 08 Oct 2019 21:56:14 +0300 Ruslan Ermilov The "/." and "/.." at the end of URI should be normalized.
Tue, 08 Oct 2019 21:56:14 +0300 Ruslan Ermilov Improved detection of broken percent encoding in URI.
Tue, 03 Sep 2019 17:26:56 +0300 Sergey Kandaurov Detect runaway chunks in ngx_http_parse_chunked().
Thu, 24 May 2018 12:06:35 +0300 Ruslan Ermilov Allowed digits, '+', '-', and '.' in scheme names as per RFC 3986.
Thu, 27 Apr 2017 16:57:18 +0300 Maxim Dounin Added missing "fall through" comments (ticket #1259). stable-1.12
Mon, 17 Jul 2017 17:23:51 +0300 Valentin Bartenev Parenthesized ASCII-related calculations.
Thu, 27 Apr 2017 16:57:18 +0300 Maxim Dounin Added missing "fall through" comments (ticket #1259).
Tue, 25 Apr 2017 23:39:13 +0300 Ruslan Ermilov Don't pretend we support HTTP major versions >1 as HTTP/1.1.
Mon, 10 Oct 2016 16:24:50 +0300 Maxim Dounin Allowed '-' in method names.
Thu, 07 Jul 2016 21:02:28 +0300 Sergey Kandaurov Avoid left-shifting integers into the sign bit, which is undefined.
Wed, 18 May 2016 16:21:32 +0300 Maxim Dounin Added overflow checks for version numbers (ticket #762).
Tue, 17 Mar 2015 00:26:27 +0300 Ruslan Ermilov Overflow detection in ngx_http_parse_chunked(). stable-1.6
Tue, 17 Mar 2015 00:26:27 +0300 Ruslan Ermilov Overflow detection in ngx_http_parse_chunked().
Tue, 08 Jul 2014 03:03:13 -0700 Piotr Sikora Style: add whitespace between control statement and parentheses.
Tue, 29 Apr 2014 12:28:41 +0400 Vladimir Homutov Upstream: added the "$upstream_cookie_<name>" variables.
Mon, 24 Mar 2014 16:35:44 -0700 Piotr Sikora Apply underscores_in_headers also to the first character.
Mon, 23 Dec 2013 18:12:00 +0400 Ruslan Ermilov Teach ngx_http_parse_unsafe_uri() how to unescape URIs.
Mon, 23 Dec 2013 18:11:56 +0400 Ruslan Ermilov Detect more unsafe URIs in ngx_http_parse_unsafe_uri().
Tue, 19 Nov 2013 06:57:58 +0400 Ruslan Ermilov Proper backtracking after space in a request line. stable-1.4
Tue, 19 Nov 2013 06:57:58 +0400 Ruslan Ermilov Proper backtracking after space in a request line.
Wed, 21 Aug 2013 12:51:31 +0400 Maxim Dounin Minor ngx_http_parse_request_line() optimization.
Fri, 28 Jun 2013 13:55:05 +0400 Maxim Dounin Fixed ngx_http_parse_chunked() minimal length calculation.
Wed, 05 Jun 2013 19:45:08 +0400 Maxim Dounin Fixed debug logging in ngx_http_parse_complex_uri().
Mon, 06 May 2013 14:03:24 +0400 Maxim Dounin Fixed chunk size parsing.
Wed, 20 Mar 2013 10:36:57 +0000 Valentin Bartenev Preliminary experimental support for SPDY draft 2.
Wed, 21 Nov 2012 01:02:56 +0000 Maxim Dounin Request body: adjust b->pos when chunked parsing done.
Wed, 21 Nov 2012 00:59:16 +0000 Maxim Dounin Request body: chunked parsing moved to ngx_http_parse.c from proxy.
Tue, 05 Jun 2012 13:37:29 +0000 Maxim Dounin Win32: normalization of trailing dot inside uri.
Tue, 03 Apr 2012 07:37:31 +0000 Ruslan Ermilov Fixed spelling in multiline C comments.
Mon, 19 Mar 2012 14:57:29 +0000 Maxim Konovalov For the sake of case/switch code readability, 'fall through'
Thu, 15 Mar 2012 11:41:43 +0000 Maxim Dounin Merge of r4530, r4531: null character fixes. stable-1.0
Thu, 15 Mar 2012 11:27:57 +0000 Maxim Dounin Headers with null character are now rejected.
Sun, 05 Feb 2012 20:02:59 +0000 Maxim Dounin Merge of r4406, r4413: copyrights updated. stable-1.0
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Mon, 28 Nov 2011 09:15:33 +0000 Valentin Bartenev Added support for IP-literal in the Host header and request line (ticket #1).
Thu, 15 Sep 2011 19:22:35 +0000 Maxim Dounin Protocol version parsing in ngx_http_parse_status_line().