Sign in
nginx
/
nginx
/
103fe3405247c28bdd15dccf6d1cbb56e893bf4b
/
src
/
http
/
ngx_http_upstream.c
302cedc
variable support for unix sockets in fastcgi_pass and proxy_pass
by Igor Sysoev
· 16 years ago
cf6c582
fix segfault
by Igor Sysoev
· 16 years ago
371766c
$upstream_response_length
by Igor Sysoev
· 16 years ago
524f54f
use ngx_ext_rename_file() for single file MOVE
by Igor Sysoev
· 16 years ago
b9409a8
use already available r and u instead of ev
by Igor Sysoev
· 16 years ago
3e15a97
fix r2378, run posted requests after upstream event handling
by Igor Sysoev
· 16 years ago
851cd73
*) refactor subrequest handling, now they run as separate posted requests
by Igor Sysoev
· 16 years ago
15fbaa6
read and process upstream header in cycle,
by Igor Sysoev
· 16 years ago
a485909
memcached response was stored in variable with END
by Igor Sysoev
· 16 years ago
694c849
fix r1913
by Igor Sysoev
· 16 years ago
797c6ef
*) ngx_http_upstream_test_next()
by Igor Sysoev
· 17 years ago
d01eea1
ngx_http_upstream_intercept_errors()
by Igor Sysoev
· 17 years ago
3165425
strip charset name quotes
by Igor Sysoev
· 17 years ago
916ee8e
proxy_ssl_session_reuse
by Igor Sysoev
· 17 years ago
f60dde9
disable original URI usage in proxy_pass after X-Accel-Redirect
by Igor Sysoev
· 17 years ago
ac721d0
if upstream sent a location header without status use 302
by Igor Sysoev
· 17 years ago
7f6b2ff
*) back out r2040
by Igor Sysoev
· 17 years ago
6a2ea3f
small fix
by Igor Sysoev
· 17 years ago
523e09e
fix segfault
by Igor Sysoev
· 17 years ago
f576f0d
quick resolving handles u->resolved->ctx by itself
by Igor Sysoev
· 17 years ago
a4ec686
fix peer sendfile capability
by Igor Sysoev
· 17 years ago
9ff26ce
use ngx_ext_rename_file() in proxy/fastcgi_store
by Igor Sysoev
· 17 years ago
cca6000
ngx_resolve_name() frees ctx on immediate failure
by Igor Sysoev
· 17 years ago
8efe926
fix r1903
by Igor Sysoev
· 17 years ago
7c15b75
fix memory leak in long-lived non buffered connections
by Igor Sysoev
· 17 years ago
d3434df
check port in upstream list
by Igor Sysoev
· 17 years ago
be0a61e
test response length in proxy/fastcgi_store
by Igor Sysoev
· 17 years ago
0123ee3
optimization
by Igor Sysoev
· 17 years ago
6d4b5a1
$upstream_addr did not contain last address, the bug was introduced in r1659
by Igor Sysoev
· 17 years ago
3fc85af
style fix: remove trailing spaces
by Igor Sysoev
· 17 years ago
f2932dc
optimize r->upstream usage
by Igor Sysoev
· 17 years ago
cb54061
*) now ngx_conf_set_str_array_slot() tests NGX_CONF_UNSET_PTR
by Igor Sysoev
· 17 years ago
5a55d71
return NGX_ERROR instead of NGX_HTTP_INTERNAL_SERVER_ERROR in u->parse_header()
by Igor Sysoev
· 17 years ago
27dd6a6
use malloc() in ngx_win32_rename_file, set crit level instead of error
by Igor Sysoev
· 17 years ago
6b2fce4
allow to use IP addresses without defined resolver
by Igor Sysoev
· 17 years ago
96dd8af
proxy_pass variables support
by Igor Sysoev
· 17 years ago
32717eb
r->headers_out.refresh
by Igor Sysoev
· 17 years ago
685fd08
set r->headers_out.location for non-local redirects
by Igor Sysoev
· 17 years ago
1d04b14
64-bit time_t compatibility
by Igor Sysoev
· 17 years ago
2d3f3f6
fix English grammar
by Igor Sysoev
· 17 years ago
7ed63ee
use pool instead of ngx_conf_t
by Igor Sysoev
· 18 years ago
7973964
optimization
by Igor Sysoev
· 18 years ago
f532941
pass length clearly
by Igor Sysoev
· 18 years ago
0659720
use ngx_strstrn() and ngx_strcasestrn()
by Igor Sysoev
· 18 years ago
4b96baa
u_char* is enough to keep file name
by Igor Sysoev
· 18 years ago
9e4b727
connection error should be logged with "connecting to upstream" action,
by Igor Sysoev
· 18 years ago
3dea919
read EOF of header only responses in non-buffered proxying
by Igor Sysoev
· 18 years ago
e101338
upstream sendfile bit was overridden by r->connection->sendfile
by Igor Sysoev
· 18 years ago
6876bcd
backup upstream servers
by Igor Sysoev
· 18 years ago
32b7875
fix case when two directives
by Igor Sysoev
· 18 years ago
fbd9b43
proxy_store and fastcgi_store were changed,
by Igor Sysoev
· 18 years ago
58feb53
proxy_store and fastcgi_store
by Igor Sysoev
· 18 years ago
8b0a3d2
fix segfault when session was freed twice
by Igor Sysoev
· 18 years ago
def1e74
if subrequest response was buffered in file, then subrequest was finalized
by Igor Sysoev
· 18 years ago
84cc2cc
style fix
by Igor Sysoev
· 18 years ago
29f5912
$upstream_addr
by Igor Sysoev
· 18 years ago
e0f8662
store the upstream states before X-Accel-Redirect to a next upstream
by Igor Sysoev
· 18 years ago
fb95894
style fix: remove tabs
by Igor Sysoev
· 18 years ago
2723361
$upstream_http_... variables
by Igor Sysoev
· 18 years ago
24a9594
separate ngx_http_upstream_test_connect() and
by Igor Sysoev
· 18 years ago
77d7f80
fix segfault if upstream sends trailing ";" in "charset="
by Igor Sysoev
· 18 years ago
7b2d87f
add debug logging
by Igor Sysoev
· 18 years ago
722231f
ngx_strcasecmp()/ngx_strncasecmp()
by Igor Sysoev
· 18 years ago
f15b839
log a right subrequest
by Igor Sysoev
· 18 years ago
8ff1e32
fix segfault when client_body_in_file_only is on, the body is not passed
by Igor Sysoev
· 18 years ago
ae2006b
a non-active client connection must not closed after send timeout
by Igor Sysoev
· 18 years ago
8488a1c
allow the upstream modules to send a header only
by Igor Sysoev
· 18 years ago
bf3aaac
rewritten upstream
by Igor Sysoev
· 18 years ago
2fb2a8d
upstream name was tried to resolve
by Igor Sysoev
· 18 years ago
e60b99f
TCP upstreams always used the first TCP upstream with the same name
by Igor Sysoev
· 18 years ago
8f98581
the previous fix does not actually fix overflow
by Igor Sysoev
· 18 years ago
8b6844c
fix msec overflow
by Igor Sysoev
· 18 years ago
3d2fd18
upstream choice modules
by Igor Sysoev
· 18 years ago
a8c54c0
axe old % log format
by Igor Sysoev
· 18 years ago
eb885fa
fix negative upstream response time
by Igor Sysoev
· 18 years ago
3718891
style fix: remove trailing spaces
by Igor Sysoev
· 18 years ago
960100e
<!--#include virtual=... set=... -->
by Igor Sysoev
· 18 years ago
cea316d
not do ngx_http_upstream_finalize_request() twice
by Igor Sysoev
· 19 years ago
e3fbaea
fix building introduced by previous commit
by Igor Sysoev
· 19 years ago
52ec2c4
finalize nonbuffered request on timeout
by Igor Sysoev
· 19 years ago
aec57e2
align hash bucket size to cache line
by Igor Sysoev
· 19 years ago
627b8aa
fix hash building on unknown 64-bit platform
by Igor Sysoev
· 19 years ago
da173ab
nginx-0.4.0-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.4.0
ef31643
nginx-0.3.59-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.3.59
08e63d4
nginx-0.3.58-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.3.58
c55a104
nginx-0.3.57-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.3.57
8f12558
nginx-0.3.55-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.3.55
bb28b6d
nginx-0.3.54-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.3.54
1765f47
nginx-0.3.53-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.3.53
e240762
nginx-0.3.51-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.3.51
ef809b8
nginx-0.3.50-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.3.50
afd7ec5
nginx-0.3.48-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.3.48
6f134cc
nginx-0.3.47-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.3.47
3338cfd
nginx-0.3.46-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.3.46
7f7846d
nginx-0.3.42-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.3.42
7bdb720
nginx-0.3.40-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.3.40
6d16e1e
nginx-0.3.36-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.3.36
8fea885
nginx-0.3.33-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.3.33
13c6874
nginx-0.3.31-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.3.31
69d73da
nginx-0.3.29-RELEASE import
by Igor Sysoev
· 19 years ago
nginx-0.3.29
Next »