log src/http/ngx_http_parse.c @ 6732:57148b755320

age author description
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().
Wed, 23 Jun 2010 16:34:54 +0000 Igor Sysoev style fix
Tue, 15 Jun 2010 15:13:34 +0000 Igor Sysoev ngx_http_parse_status_line()
Tue, 15 Jun 2010 09:31:19 +0000 Igor Sysoev allow spaces in URI
Thu, 10 Jun 2010 11:08:28 +0000 Igor Sysoev PATCH method
Mon, 07 Jun 2010 12:27:06 +0000 Igor Sysoev merge r3528: stable-0.7
Fri, 04 Jun 2010 16:05:55 +0000 Igor Sysoev fix "/dir/%3F../" and "/dir/%23../" cases
Mon, 24 May 2010 12:35:10 +0000 Igor Sysoev remove r->zero_in_uri
Mon, 26 Oct 2009 17:45:55 +0000 Igor Sysoev merge r3162, r3183: stable-0.7
Mon, 26 Oct 2009 17:37:18 +0000 Igor Sysoev merge r2976: stable-0.7
Fri, 25 Sep 2009 09:30:06 +0000 Igor Sysoev check unsafe Destination
Mon, 14 Sep 2009 07:42:01 +0000 Igor Sysoev handle "/../" case more reliably
Mon, 07 Sep 2009 12:03:14 +0000 Igor Sysoev merge r3092: stable-0.5
Mon, 07 Sep 2009 12:02:37 +0000 Igor Sysoev merge r3076, r3080: stable-0.5
Mon, 07 Sep 2009 11:57:04 +0000 Igor Sysoev merge 2411: stable-0.6
Mon, 07 Sep 2009 11:54:51 +0000 Igor Sysoev merge r3076, r3080: stable-0.6
Mon, 07 Sep 2009 11:11:24 +0000 Igor Sysoev merge r3076, r3077, r3080: stable-0.7
Mon, 07 Sep 2009 09:29:41 +0000 Igor Sysoev handle "/../" case more reliably stable-0.7
Mon, 07 Sep 2009 09:25:59 +0000 Igor Sysoev merge r2991: stable-0.7
Mon, 07 Sep 2009 09:18:55 +0000 Igor Sysoev fix Win95 "/.../" handling for the record stable-0.7
Wed, 02 Sep 2009 07:02:49 +0000 Igor Sysoev discrease slightly ngx_http_parse_header_line() size:
Tue, 01 Sep 2009 12:32:37 +0000 Igor Sysoev fix segfault when a header starts with "\rX"
Mon, 20 Jul 2009 12:23:04 +0000 Igor Sysoev do not test "..." case since it's Win9x family feature only
Mon, 13 Jul 2009 09:33:34 +0000 Igor Sysoev allow underscore in request method
Thu, 23 Apr 2009 16:38:59 +0000 Igor Sysoev ngx_path_separator()
Sat, 04 Apr 2009 17:51:38 +0000 Igor Sysoev refactor ngx_http_arg() using ngx_strcasestrn(),
Thu, 02 Apr 2009 06:44:45 +0000 Igor Sysoev r2202, r2408, r2425, r2454, r2459, r2482, r2504, r2542, r2565, r2579, stable-0.6
Mon, 30 Mar 2009 14:15:47 +0000 Igor Sysoev fix r2579
Sun, 22 Mar 2009 15:50:07 +0000 Igor Sysoev style fix: remove tabs
Thu, 19 Mar 2009 13:41:29 +0000 Igor Sysoev ngx_http_split_args()
Mon, 22 Dec 2008 12:02:05 +0000 Igor Sysoev ngx_http_arg()
Wed, 24 Sep 2008 14:02:50 +0000 Igor Sysoev underscores_in_headers
Mon, 08 Sep 2008 08:26:42 +0000 Igor Sysoev allow underscores in client request header lines