index
:
nginx.git
master
no-short-read-checks
tunnel
nginx
a.clayton@nginx.com
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
http
/
ngx_http_special_response.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-30
All known output headers can be linked lists now.
Maxim Dounin
1
-0
/
+1
2021-01-26
Clean up trailers in ngx_http_clean_header() as well.
Sergey Kandaurov
1
-0
/
+4
2019-12-23
Discard request body when redirecting to a URL via error_page.
Ruslan Ermilov
1
-0
/
+6
2018-09-19
Removed bgcolor attribute on body in error pages and autoindex.
Nova DasSarma
1
-34
/
+34
2017-04-25
Don't pretend we support HTTP major versions >1 as HTTP/1.1.
Ruslan Ermilov
1
-1
/
+9
2017-04-11
Added support for the "308 Permanent Redirect" (ticket #877).
Simon Leblanc
1
-2
/
+12
2017-03-24
Added support for "429 Too Many Requests" response (RFC6585).
Piotr Sikora
1
-2
/
+18
2017-01-31
Implemented the "server_tokens build" option.
Ruslan Ermilov
1
-1
/
+12
2016-11-04
Style: switch.
Ruslan Ermilov
1
-1
/
+0
2016-10-03
Do not set last_buf flag in subrequests.
Roman Arutyunyan
1
-1
/
+1
2016-05-20
HTTP/2: the "421 Misdirected Request" response (closes #848).
Valentin Bartenev
1
-1
/
+14
2016-03-22
Backed out server_tokens changes.
Maxim Dounin
1
-34
/
+15
2016-03-22
Reconsidered server_tokens with an empty value.
Ruslan Ermilov
1
-12
/
+3
2016-03-15
Added variables support to server_tokens.
Ruslan Ermilov
1
-15
/
+43
2015-11-30
Reduced the number of GET method constants.
Ruslan Ermilov
1
-4
/
+1
2015-03-31
Fixed invalid access to complex value defined as an empty string.
Sergey Kandaurov
1
-2
/
+2
2013-08-20
Format specifier fixes in error logging.
Sergey Kandaurov
1
-1
/
+1
2012-11-26
Request body: improved handling of incorrect chunked request body.
Maxim Dounin
1
-1
/
+1
2012-11-21
Request body: fixed "501 Not Implemented" error handling.
Maxim Dounin
1
-2
/
+3
2012-07-07
Entity tags: clear on entity changes.
Maxim Dounin
1
-0
/
+2
2012-02-27
Added support for the 307 Temporary Redirect.
Ruslan Ermilov
1
-6
/
+17
2012-02-22
Renamed constants and fixed off-by-one error in "msie_padding on" handling.
Ruslan Ermilov
1
-18
/
+15
2012-01-18
Copyright updated.
Maxim Konovalov
1
-0
/
+1
2011-10-12
Clear old Location header (if any) while adding a new one.
Maxim Dounin
1
-0
/
+2
2011-10-12
Stylistic change in checking the boolean expression.
Ruslan Ermilov
1
-1
/
+1
2011-09-27
Fix for incorrect 201 replies from dav module.
Maxim Dounin
1
-3
/
+2
2011-02-01
fix "error_page 497 https://" case
Igor Sysoev
1
-1
/
+8
2011-01-20
introduce 494 code "Request Header Too Large"
Igor Sysoev
1
-0
/
+12
2010-12-14
rename NGX_HTTP_OWN_CODES to NGX_HTTP_NGINX_CODES
Igor Sysoev
1
-4
/
+4
2010-10-18
allow override redirect status in error_page
Igor Sysoev
1
-3
/
+5
2010-06-30
remove r->zero_body unused since the previous commit
Igor Sysoev
1
-22
/
+15
2010-06-18
303 See Other
Igor Sysoev
1
-1
/
+9
2010-05-24
remove r->zero_in_uri
Igor Sysoev
1
-2
/
+0
2010-05-14
ngx_str_set() and ngx_str_null()
Igor Sysoev
1
-6
/
+3
2009-11-12
add MSIE padding for Chrome too
Igor Sysoev
1
-11
/
+11
2009-05-25
reset content_type hash value, this fixes a bug when XSLT responses
Igor Sysoev
1
-0
/
+2
2009-05-08
fix the previous commit
Igor Sysoev
1
-0
/
+2
2009-05-08
allow to pass image filter errors via the same location where the filter is set
Igor Sysoev
1
-2
/
+12
2009-05-08
handle big responses for "size" and "test" image_filters
Igor Sysoev
1
-1
/
+11
2009-05-01
ngx_http_filter_finalize_request() and ngx_http_clean_header()
Igor Sysoev
1
-0
/
+34
2009-04-11
allow any status
Igor Sysoev
1
-6
/
+22
2009-04-07
fix r2590: error_page made an external redirect without query string
Igor Sysoev
1
-6
/
+6
2009-03-22
use complex value in error_page
Igor Sysoev
1
-51
/
+12
2008-12-26
send "100 Continue" just before reading request body
Igor Sysoev
1
-1
/
+10
2008-08-19
leave HEAD method while error_page redirection
Igor Sysoev
1
-2
/
+4
2008-08-19
do not discard body while error_page redirection
Igor Sysoev
1
-7
/
+4
2008-08-13
disable error_page loop in 500 error when recursive errors are enabled
Igor Sysoev
1
-1
/
+1
2008-05-28
fix building by bcc/etc introduced in r2038
Igor Sysoev
1
-1
/
+1
2008-05-26
fix debug logging
Igor Sysoev
1
-1
/
+2
2008-05-22
style fix
Igor Sysoev
1
-2
/
+2
[next]