Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-19Removed bgcolor attribute on body in error pages and autoindex.Nova DasSarma
2017-04-25Don't pretend we support HTTP major versions >1 as HTTP/1.1.Ruslan Ermilov
2017-04-11Added support for the "308 Permanent Redirect" (ticket #877).Simon Leblanc
2017-03-24Added support for "429 Too Many Requests" response (RFC6585).Piotr Sikora
2017-01-31Implemented the "server_tokens build" option.Ruslan Ermilov
2016-11-04Style: switch.Ruslan Ermilov
2016-10-03Do not set last_buf flag in subrequests.Roman Arutyunyan
2016-05-20HTTP/2: the "421 Misdirected Request" response (closes #848).Valentin Bartenev
2016-03-22Backed out server_tokens changes.Maxim Dounin
2016-03-22Reconsidered server_tokens with an empty value.Ruslan Ermilov
2016-03-15Added variables support to server_tokens.Ruslan Ermilov
2015-11-30Reduced the number of GET method constants.Ruslan Ermilov
2015-03-31Fixed invalid access to complex value defined as an empty string.Sergey Kandaurov
2013-08-20Format specifier fixes in error logging.Sergey Kandaurov
2012-11-26Request body: improved handling of incorrect chunked request body.Maxim Dounin
2012-11-21Request body: fixed "501 Not Implemented" error handling.Maxim Dounin
2012-07-08Entity tags: clear on entity changes.Maxim Dounin
2012-02-27Added support for the 307 Temporary Redirect.Ruslan Ermilov
2012-02-22Renamed constants and fixed off-by-one error in "msie_padding on" handling.Ruslan Ermilov
2012-01-18Copyright updated.Maxim Konovalov
2011-10-12Clear old Location header (if any) while adding a new one.Maxim Dounin
2011-10-12Stylistic change in checking the boolean expression.Ruslan Ermilov
2011-09-27Fix for incorrect 201 replies from dav module.Maxim Dounin
2011-02-01fix "error_page 497 https://" caseIgor Sysoev
2011-01-20introduce 494 code "Request Header Too Large"Igor Sysoev
2010-12-15rename NGX_HTTP_OWN_CODES to NGX_HTTP_NGINX_CODESIgor Sysoev
2010-10-18allow override redirect status in error_pageIgor Sysoev
2010-06-30remove r->zero_body unused since the previous commitIgor Sysoev
2010-06-18303 See OtherIgor Sysoev
2010-05-24remove r->zero_in_uriIgor Sysoev
2010-05-14ngx_str_set() and ngx_str_null()Igor Sysoev
2009-11-12add MSIE padding for Chrome tooIgor Sysoev
2009-05-25reset content_type hash value, this fixes a bug when XSLT responsesIgor Sysoev
2009-05-08fix the previous commitIgor Sysoev
2009-05-08allow to pass image filter errors via the same location where the filter is setIgor Sysoev
2009-05-08handle big responses for "size" and "test" image_filtersIgor Sysoev
2009-05-01ngx_http_filter_finalize_request() and ngx_http_clean_header()Igor Sysoev
2009-04-11allow any statusIgor Sysoev
2009-04-07fix r2590: error_page made an external redirect without query stringIgor Sysoev
2009-03-22use complex value in error_pageIgor Sysoev
2008-12-26send "100 Continue" just before reading request bodyIgor Sysoev
2008-08-19leave HEAD method while error_page redirectionIgor Sysoev
2008-08-19do not discard body while error_page redirectionIgor Sysoev
2008-08-13disable error_page loop in 500 error when recursive errors are enabledIgor Sysoev
2008-05-28fix building by bcc/etc introduced in r2038Igor Sysoev
2008-05-26fix debug loggingIgor Sysoev
2008-05-22style fixIgor Sysoev
2008-05-21style fixIgor Sysoev
2008-04-29args support in static error_pageIgor Sysoev
2008-03-10do not change method while error redirection to named locationIgor Sysoev