log src/http/ngx_http_special_response.c @ 7660:d33e17499088

age author description
Mon, 23 Dec 2019 15:45:46 +0300 Ruslan Ermilov Discard request body when redirecting to a URL via error_page.
Wed, 19 Sep 2018 09:26:47 -0500 Nova DasSarma Removed bgcolor attribute on body in error pages and autoindex.
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, 31 Jan 2017 12:09:40 +0300 Ruslan Ermilov Implemented the "server_tokens build" option.
Fri, 04 Nov 2016 19:12:19 +0300 Ruslan Ermilov Style: switch.
Mon, 03 Oct 2016 20:48:51 +0300 Roman Arutyunyan Do not set last_buf flag in subrequests.
Fri, 20 May 2016 18:41:17 +0300 Valentin Bartenev HTTP/2: the "421 Misdirected Request" response (closes #848).
Tue, 22 Mar 2016 16:58:38 +0300 Maxim Dounin Backed out server_tokens changes.
Tue, 22 Mar 2016 15:52:28 +0300 Ruslan Ermilov Reconsidered server_tokens with an empty value.
Tue, 15 Mar 2016 13:36:19 +0300 Ruslan Ermilov Added variables support to server_tokens.
Mon, 30 Nov 2015 12:04:35 +0300 Ruslan Ermilov Reduced the number of GET method constants.
Tue, 31 Mar 2015 17:45:50 +0300 Sergey Kandaurov Fixed invalid access to complex value defined as an empty string.
Tue, 20 Aug 2013 20:47:16 +0400 Sergey Kandaurov Format specifier fixes in error logging.
Tue, 11 Dec 2012 13:18:50 +0000 Maxim Dounin Merge of r4921, r4922, r4923, r4924, r4925: request body fixes. stable-1.2
Mon, 26 Nov 2012 18:00:14 +0000 Maxim Dounin Request body: improved handling of incorrect chunked request body.
Wed, 21 Nov 2012 00:54:01 +0000 Maxim Dounin Request body: fixed "501 Not Implemented" error handling.
Sat, 07 Jul 2012 21:22:27 +0000 Maxim Dounin Entity tags: clear on entity changes.
Mon, 05 Mar 2012 13:03:39 +0000 Maxim Dounin Merge of r4491, r4492: stable-1.0
Mon, 27 Feb 2012 11:43:40 +0000 Ruslan Ermilov Added support for the 307 Temporary Redirect.
Wed, 22 Feb 2012 16:23:29 +0000 Ruslan Ermilov Renamed constants and fixed off-by-one error in "msie_padding on" handling.
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.
Tue, 01 Nov 2011 13:45:33 +0000 Igor Sysoev Merging r4147, r4148, r4149, r4150, r4207: stable-1.0
Tue, 01 Nov 2011 11:19:58 +0000 Igor Sysoev Merging r4009, r4133, r4184, r4201, r4202, r4203, r4204, r4205: stable-1.0
Wed, 12 Oct 2011 13:28:03 +0000 Maxim Dounin Clear old Location header (if any) while adding a new one.
Wed, 12 Oct 2011 09:27:34 +0000 Ruslan Ermilov Stylistic change in checking the boolean expression.
Tue, 27 Sep 2011 11:09:55 +0000 Maxim Dounin Fix for incorrect 201 replies from dav module.
Tue, 01 Feb 2011 16:18:55 +0000 Igor Sysoev fix "error_page 497 https://" case
Thu, 20 Jan 2011 10:37:58 +0000 Igor Sysoev introduce 494 code "Request Header Too Large"
Tue, 14 Dec 2010 23:04:26 +0000 Igor Sysoev rename NGX_HTTP_OWN_CODES to NGX_HTTP_NGINX_CODES
Mon, 18 Oct 2010 10:14:00 +0000 Igor Sysoev allow override redirect status in error_page
Wed, 30 Jun 2010 14:42:15 +0000 Igor Sysoev remove r->zero_body unused since the previous commit
Fri, 18 Jun 2010 14:58:52 +0000 Igor Sysoev 303 See Other
Mon, 07 Jun 2010 12:27:06 +0000 Igor Sysoev merge r3528: stable-0.7
Mon, 24 May 2010 12:35:10 +0000 Igor Sysoev remove r->zero_in_uri
Fri, 14 May 2010 09:56:37 +0000 Igor Sysoev ngx_str_set() and ngx_str_null()
Thu, 12 Nov 2009 14:24:22 +0000 Igor Sysoev add MSIE padding for Chrome too
Mon, 25 May 2009 09:06:29 +0000 Igor Sysoev reset content_type hash value, this fixes a bug when XSLT responses
Fri, 08 May 2009 18:11:18 +0000 Igor Sysoev fix the previous commit
Fri, 08 May 2009 14:52:50 +0000 Igor Sysoev allow to pass image filter errors via the same location where the filter is set
Fri, 08 May 2009 14:25:51 +0000 Igor Sysoev handle big responses for "size" and "test" image_filters
Fri, 01 May 2009 18:41:07 +0000 Igor Sysoev ngx_http_filter_finalize_request() and ngx_http_clean_header()
Sat, 11 Apr 2009 11:05:15 +0000 Igor Sysoev allow any status
Tue, 07 Apr 2009 15:50:08 +0000 Igor Sysoev fix r2590: error_page made an external redirect without query string
Sun, 22 Mar 2009 09:40:04 +0000 Igor Sysoev use complex value in error_page
Mon, 26 Jan 2009 15:22:24 +0000 Igor Sysoev r2420, r2421, r2435, r2436, r2437 merge: stable-0.6
Fri, 26 Dec 2008 13:43:42 +0000 Igor Sysoev send "100 Continue" just before reading request body
Thu, 20 Nov 2008 17:09:15 +0000 Igor Sysoev r2193 merge: stable-0.6
Thu, 20 Nov 2008 17:07:22 +0000 Igor Sysoev r2183, r2192 merge: stable-0.6
Thu, 20 Nov 2008 16:58:41 +0000 Igor Sysoev r2175 merge: stable-0.6
Tue, 19 Aug 2008 18:55:46 +0000 Igor Sysoev leave HEAD method while error_page redirection
Tue, 19 Aug 2008 12:23:18 +0000 Igor Sysoev do not discard body while error_page redirection
Wed, 13 Aug 2008 09:00:13 +0000 Igor Sysoev disable error_page loop in 500 error when recursive errors are enabled
Mon, 07 Jul 2008 10:18:41 +0000 Igor Sysoev r2007, r2025, r2042 merge: stable-0.6
Wed, 28 May 2008 12:26:20 +0000 Igor Sysoev fix building by bcc/etc introduced in r2038
Mon, 26 May 2008 18:49:36 +0000 Igor Sysoev fix debug logging
Thu, 22 May 2008 12:09:41 +0000 Igor Sysoev style fix
Wed, 21 May 2008 17:39:51 +0000 Igor Sysoev style fix