Sign in
nginx
/
nginx
/
d35dfe22ced7ae3682b98ab0d66d54cc0f50f6dd
/
src
/
http
/
ngx_http_special_response.c
541771d
Clean up trailers in ngx_http_clean_header() as well.
by Sergey Kandaurov
· 4 years ago
c983126
Discard request body when redirecting to a URL via error_page.
by Ruslan Ermilov
· 5 years ago
6fb331e
Removed bgcolor attribute on body in error pages and autoindex.
by Nova DasSarma
· 6 years ago
6f69077
Don't pretend we support HTTP major versions >1 as HTTP/1.1.
by Ruslan Ermilov
· 8 years ago
1b29b32
Added support for the "308 Permanent Redirect" (ticket #877).
by Simon Leblanc
· 8 years ago
ee049b4
Added support for "429 Too Many Requests" response (RFC6585).
by Piotr Sikora
· 8 years ago
b627846
Implemented the "server_tokens build" option.
by Ruslan Ermilov
· 8 years ago
600649c
Style: switch.
by Ruslan Ermilov
· 8 years ago
f77585a
Do not set last_buf flag in subrequests.
by Roman Arutyunyan
· 8 years ago
21297a8
HTTP/2: the "421 Misdirected Request" response (closes #848).
by Valentin Bartenev
· 9 years ago
6e0260a
Backed out server_tokens changes.
by Maxim Dounin
· 9 years ago
00d6089
Reconsidered server_tokens with an empty value.
by Ruslan Ermilov
· 9 years ago
4724e80
Added variables support to server_tokens.
by Ruslan Ermilov
· 9 years ago
f97517a
Reduced the number of GET method constants.
by Ruslan Ermilov
· 9 years ago
bb92e04
Fixed invalid access to complex value defined as an empty string.
by Sergey Kandaurov
· 10 years ago
e09741b
Format specifier fixes in error logging.
by Sergey Kandaurov
· 11 years ago
c4a4a6a
Request body: improved handling of incorrect chunked request body.
by Maxim Dounin
· 12 years ago
ab5ac3b
Request body: fixed "501 Not Implemented" error handling.
by Maxim Dounin
· 12 years ago
c96c419
Entity tags: clear on entity changes.
by Maxim Dounin
· 13 years ago
1c57fb8
Added support for the 307 Temporary Redirect.
by Ruslan Ermilov
· 13 years ago
09422e6
Renamed constants and fixed off-by-one error in "msie_padding on" handling.
by Ruslan Ermilov
· 13 years ago
f8d59e3
Copyright updated.
by Maxim Konovalov
· 13 years ago
72df0f4
Clear old Location header (if any) while adding a new one.
by Maxim Dounin
· 13 years ago
51a2423
Stylistic change in checking the boolean expression.
by Ruslan Ermilov
· 13 years ago
bfb42ad
Fix for incorrect 201 replies from dav module.
by Maxim Dounin
· 13 years ago
64d5f9b
fix "error_page 497 https://" case
by Igor Sysoev
· 14 years ago
26cf2c9
introduce 494 code "Request Header Too Large"
by Igor Sysoev
· 14 years ago
f00e81d
rename NGX_HTTP_OWN_CODES to NGX_HTTP_NGINX_CODES
by Igor Sysoev
· 14 years ago
a64b716
allow override redirect status in error_page
by Igor Sysoev
· 14 years ago
fb7b45d
remove r->zero_body unused since the previous commit
by Igor Sysoev
· 15 years ago
ebd8830
303 See Other
by Igor Sysoev
· 15 years ago
de0b1d6
remove r->zero_in_uri
by Igor Sysoev
· 15 years ago
05b1a8f
ngx_str_set() and ngx_str_null()
by Igor Sysoev
· 15 years ago
3d12873
add MSIE padding for Chrome too
by Igor Sysoev
· 15 years ago
6019006
reset content_type hash value, this fixes a bug when XSLT responses
by Igor Sysoev
· 16 years ago
3adecaf
fix the previous commit
by Igor Sysoev
· 16 years ago
ad0b930
allow to pass image filter errors via the same location where the filter is set
by Igor Sysoev
· 16 years ago
fd41918
handle big responses for "size" and "test" image_filters
by Igor Sysoev
· 16 years ago
71d1f49
ngx_http_filter_finalize_request() and ngx_http_clean_header()
by Igor Sysoev
· 16 years ago
395f895
allow any status
by Igor Sysoev
· 16 years ago
64851bb
fix r2590: error_page made an external redirect without query string
by Igor Sysoev
· 16 years ago
17f0e66
use complex value in error_page
by Igor Sysoev
· 16 years ago
303df47
send "100 Continue" just before reading request body
by Igor Sysoev
· 16 years ago
1a8cbb8
leave HEAD method while error_page redirection
by Igor Sysoev
· 16 years ago
c9482c6
do not discard body while error_page redirection
by Igor Sysoev
· 16 years ago
d185349
disable error_page loop in 500 error when recursive errors are enabled
by Igor Sysoev
· 16 years ago
9709aaa
fix building by bcc/etc introduced in r2038
by Igor Sysoev
· 17 years ago
d412ece
fix debug logging
by Igor Sysoev
· 17 years ago
3b30476
style fix
by Igor Sysoev
· 17 years ago
cdd4354
style fix
by Igor Sysoev
· 17 years ago
615fe7f
args support in static error_page
by Igor Sysoev
· 17 years ago
15a2007
do not change method while error redirection to named location
by Igor Sysoev
· 17 years ago
77e8b0c
fix comment
by Igor Sysoev
· 17 years ago
e430ab4
divide special response handling into several functions
by Igor Sysoev
· 17 years ago
070cf22
server_tokens
by Igor Sysoev
· 17 years ago
832571f
rename ngx_http_discard_body() to ngx_http_discard_request_body()
by Igor Sysoev
· 17 years ago
8889b65
named location
by Igor Sysoev
· 17 years ago
8662b6b
msie_refresh should escape at least '"' to prevent XSS
by Igor Sysoev
· 18 years ago
da7281a
NGX_HTTP_PRECONDITION_FAILED
by Igor Sysoev
· 18 years ago
8fd830a
set "Content-Length: 0" for errors handled by "return 204"
by Igor Sysoev
· 18 years ago
94124f3
fix msvc build failure introduced by previous commit
by Igor Sysoev
· 18 years ago
8a3cdc0
allowing handling 400 errors via proxy_pass
by Igor Sysoev
· 18 years ago
da173ab
nginx-0.4.0-RELEASE import
by Igor Sysoev
· 18 years ago
nginx-0.4.0
3f8dc59
nginx-0.3.61-RELEASE import
by Igor Sysoev
· 18 years ago
nginx-0.3.61
5fede1e
nginx-0.3.60-RELEASE import
by Igor Sysoev
· 18 years ago
nginx-0.3.60
ef31643
nginx-0.3.59-RELEASE import
by Igor Sysoev
· 18 years ago
nginx-0.3.59
08e63d4
nginx-0.3.58-RELEASE import
by Igor Sysoev
· 18 years ago
nginx-0.3.58
44d8722
nginx-0.3.45-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.3.45
7bdb720
nginx-0.3.40-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.3.40
8a2b2fb
nginx-0.3.38-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.3.38
c2807ec
nginx-0.3.28-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.3.28
df3254a
nginx-0.3.20-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.3.20
cdc4630
nginx-0.3.15-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.3.15
c31a9bb
nginx-0.3.12-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.3.12
0e5dc5c
nginx-0.3.10-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.3.10
a257367
nginx-0.2.6-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.2.6
f6e1fe3
nginx-0.2.5-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.2.5
ceb9929
nginx-0.1.44-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.1.44
b85fd59
nginx-0.1.42-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.1.42
5192b36
nginx-0.1.38-RELEASE import
by Igor Sysoev
· 20 years ago
nginx-0.1.38
d52477f
nginx-0.1.31-RELEASE import
by Igor Sysoev
· 20 years ago
nginx-0.1.31
3362b8d
nginx-0.1.30-RELEASE import
by Igor Sysoev
· 20 years ago
nginx-0.1.30
899b44e
nginx-0.1.29-RELEASE import
by Igor Sysoev
· 20 years ago
nginx-0.1.29
4d656dc
nginx-0.1.26-RELEASE import
by Igor Sysoev
· 20 years ago
nginx-0.1.26
c157172
nginx-0.1.25-RELEASE import
by Igor Sysoev
· 20 years ago
nginx-0.1.25
8184d1b
nginx-0.1.24-RELEASE import
by Igor Sysoev
· 20 years ago
nginx-0.1.24
aa82861
nginx-0.1.18-RELEASE import
by Igor Sysoev
· 20 years ago
nginx-0.1.18
b1dfe47
nginx-0.1.13-RELEASE import
by Igor Sysoev
· 20 years ago
nginx-0.1.13
ff8da91
nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyright
by Igor Sysoev
· 20 years ago
d90282d
nginx-0.1.0-2004-09-28-12:34:51 import; set copyright and remove unused files
by Igor Sysoev
· 20 years ago
aab4d8c
nginx-0.0.10-2004-09-06-22:45:00 import
by Igor Sysoev
· 20 years ago
980a924
nginx-0.0.10-2004-09-05-23:54:02 import
by Igor Sysoev
· 20 years ago
74a5ddb
nginx-0.0.7-2004-07-18-23:11:20 import
by Igor Sysoev
· 20 years ago
e739eb7
nginx-0.0.7-2004-07-09-11:12:14 import
by Igor Sysoev
· 21 years ago
2f65722
nginx-0.0.7-2004-06-16-19:32:11 import
by Igor Sysoev
· 21 years ago
369145c
nginx-0.0.3-2004-05-28-19:49:23 import; rename ngx_hunk_t to ngx_buf_t
by Igor Sysoev
· 21 years ago
3043bfc
nginx-0.0.3-2004-05-14-20:51:47 import
by Igor Sysoev
· 21 years ago
5aeeb2d
nginx-0.0.3-2004-05-04-21:56:58 import
by Igor Sysoev
· 21 years ago
3f4685f
nginx-0.0.3-2004-04-26-00:13:21 import
by Igor Sysoev
· 21 years ago
732a271
nginx-0.0.3-2004-04-21-22:54:33 import
by Igor Sysoev
· 21 years ago
Next »