summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_upstream.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-24small optimization: " == NGX_ERROR" > " != NGX_OK"Igor Sysoev1-1/+1
2009-01-21fix fastcgi_storeIgor Sysoev1-1/+1
2009-01-16proxy/fastcgi_store did not delete incomplete filesIgor Sysoev1-11/+17
2009-01-15in miss case memcached module returned END instead of default 404 page bodyIgor Sysoev1-7/+7
2008-12-23variable support for unix sockets in fastcgi_pass and proxy_passIgor Sysoev1-0/+14
2008-12-17fix segfaultIgor Sysoev1-1/+3
2008-12-11$upstream_response_lengthIgor Sysoev1-4/+82
2008-12-10use ngx_ext_rename_file() for single file MOVEIgor Sysoev1-0/+2
2008-12-09use already available r and u instead of evIgor Sysoev1-70/+59
2008-12-08fix r2378, run posted requests after upstream event handlingIgor Sysoev1-93/+148
2008-12-08*) refactor subrequest handling, now they run as separate posted requestsIgor Sysoev1-33/+56
2008-12-01read and process upstream header in cycle,Igor Sysoev1-35/+32
2008-11-12memcached response was stored in variable with ENDIgor Sysoev1-4/+10
2008-10-30fix r1913Igor Sysoev1-1/+1
2008-09-30*) ngx_http_upstream_test_next()Igor Sysoev1-41/+58
2008-09-30ngx_http_upstream_intercept_errors()Igor Sysoev1-32/+57
2008-09-09strip charset name quotesIgor Sysoev1-1/+11
2008-08-17proxy_ssl_session_reuseIgor Sysoev1-5/+9
2008-08-17disable original URI usage in proxy_pass after X-Accel-RedirectIgor Sysoev1-0/+2
2008-08-04if upstream sent a location header without status use 302Igor Sysoev1-1/+2
2008-06-17*) back out r2040Igor Sysoev1-3/+3
2008-04-17small fixIgor Sysoev1-1/+1
2008-04-11fix segfaultIgor Sysoev1-0/+4
2008-04-09quick resolving handles u->resolved->ctx by itselfIgor Sysoev1-2/+3
2008-04-04fix peer sendfile capabilityIgor Sysoev1-1/+1
2008-03-17use ngx_ext_rename_file() in proxy/fastcgi_storeIgor Sysoev1-80/+17
2008-03-05ngx_resolve_name() frees ctx on immediate failureIgor Sysoev1-2/+2
2008-03-03fix r1903Igor Sysoev1-1/+2
2008-03-03fix memory leak in long-lived non buffered connectionsIgor Sysoev1-0/+1
2008-02-21check port in upstream listIgor Sysoev1-0/+1
2008-02-11test response length in proxy/fastcgi_storeIgor Sysoev1-5/+12
2007-12-26optimizationIgor Sysoev1-5/+5
2007-12-11$upstream_addr did not contain last address, the bug was introduced in r1659Igor Sysoev1-1/+2
2007-12-10style fix: remove trailing spacesIgor Sysoev1-2/+2
2007-12-10optimize r->upstream usageIgor Sysoev1-14/+17
2007-12-09*) now ngx_conf_set_str_array_slot() tests NGX_CONF_UNSET_PTRIgor Sysoev1-0/+107
2007-12-09return NGX_ERROR instead of NGX_HTTP_INTERNAL_SERVER_ERROR in u->parse_header()Igor Sysoev1-1/+1
2007-12-07use malloc() in ngx_win32_rename_file, set crit level instead of errorIgor Sysoev1-1/+1
2007-12-03allow to use IP addresses without defined resolverIgor Sysoev1-7/+8
2007-11-27proxy_pass variables supportIgor Sysoev1-16/+136
2007-11-27r->headers_out.refreshIgor Sysoev1-2/+4
2007-11-27set r->headers_out.location for non-local redirectsIgor Sysoev1-0/+4
2007-11-1564-bit time_t compatibilityIgor Sysoev1-1/+2
2007-10-14fix English grammarIgor Sysoev1-12/+12
2007-10-08use pool instead of ngx_conf_tIgor Sysoev1-2/+2
2007-10-08optimizationIgor Sysoev1-2/+1
2007-10-01pass length clearlyIgor Sysoev1-1/+1
2007-09-26use ngx_strstrn() and ngx_strcasestrn()Igor Sysoev1-1/+1
2007-09-15u_char* is enough to keep file nameIgor Sysoev1-2/+2
2007-09-09connection error should be logged with "connecting to upstream" action,Igor Sysoev1-0/+2