summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-07-27ngx_http_upstream_create() to cleanup the previous upstream afterIgor Sysoev5-36/+45
internal redirect
2009-07-27clear "Accept-Ranges" for SSI responsesIgor Sysoev1-0/+1
2009-07-27fix handling "Last-Modified" and "Accept-Ranges" for upstream responsesIgor Sysoev1-1/+4
2009-07-27allow to proxy_pass_header/fastcgi_pass_header "X-Accel-Redirect",Igor Sysoev1-4/+4
"X-Accel-Limit-Rate", "X-Accel-Buffering", and "X-Accel-Charset"
2009-07-27fix return valueIgor Sysoev1-1/+1
2009-07-24fix segfault if 400 or 414 errors are handled intricatelyIgor Sysoev1-0/+1
2009-07-24fix libxml2 error messageIgor Sysoev1-1/+1
2009-07-23variables support in image_filterIgor Sysoev1-44/+132
2009-07-23delete OpenSSL pre-0.9.7 compatibility: the sources were not actuallyIgor Sysoev1-32/+0
compatible with OpenSSL 0.9.6 since ssl_session_cache introduction
2009-07-23ssl_crlIgor Sysoev2-0/+14
2009-07-22*) $ssl_client_verifyIgor Sysoev2-11/+16
*) "ssl_verify_client ask" was changed to "ssl_verify_client optional"
2009-07-22fix r2972, it caused "zero size buf" alert.Igor Sysoev1-0/+1
2009-07-22geo module supports trusted proxiesIgor Sysoev3-29/+132
2009-07-20do not test "..." case since it's Win9x family feature onlyIgor Sysoev1-72/+0
2009-07-20do auto redirect for proxy_pass/fastcgi_pass with variablesIgor Sysoev2-12/+11
2009-07-20bump versionIgor Sysoev1-1/+1
2009-07-20ngx_http_geoip_moduleIgor Sysoev1-0/+360
2009-07-17preserve XML wellFormed field before freeing memoryIgor Sysoev1-1/+4
2009-07-15style fixIgor Sysoev1-1/+1
2009-07-14use caseless regex locations on caseless filesystems: MacOSX, Win32, CygwinIgor Sysoev1-0/+4
2009-07-14skip URI trailing dots under Win32Igor Sysoev1-0/+16
2009-07-14ngx_http_set_exten() is always successful since 0.3.46Igor Sysoev3-21/+9
2009-07-14bump versionIgor Sysoev1-1/+1
2009-07-13allow underscore in request methodIgor Sysoev1-2/+2
2009-07-09style fixIgor Sysoev1-2/+2
2009-07-09fix client write event handling in ngx_http_limit_req_moduleIgor Sysoev1-0/+15
2009-07-09fix ngx_http_send_special() for subrequests handled by perlIgor Sysoev2-2/+8
2009-07-09bump versionIgor Sysoev1-1/+1
2009-06-22fix building --without-http-cache, broken in r2953Igor Sysoev1-0/+4
2009-06-22bump versionIgor Sysoev1-1/+1
2009-06-18fix segfault if there is error_page 401, proxy_intercept_errors is onIgor Sysoev1-2/+3
and backend does not return "WWW-Authenticate" header
2009-06-18$upstream_cache_statusIgor Sysoev4-15/+91
2009-06-18ignore ngx_atomic_fetch_add() resultIgor Sysoev1-12/+12
this fixes building at least by gcc 4.2.1 on Mac OS X 10.6
2009-06-15fix building --without-http-cache, broken in r2930Igor Sysoev2-2/+8
2009-06-15bump versionIgor Sysoev1-1/+1
2009-06-12add response file uniq while loading cold cache on demandIgor Sysoev1-0/+1
2009-06-10bump versionIgor Sysoev1-1/+1
2009-06-08inherit proxy_set_header, proxy_hide_header, and fastcgi_hide_headerIgor Sysoev2-2/+6
only if cache settings are similar
2009-06-06proxy_cache_use_stale/fastcgi_cache_use_stale updatingIgor Sysoev6-6/+37
2009-06-06delete useless r->cache->usesIgor Sysoev3-9/+4
2009-06-06remove remnantsIgor Sysoev2-9/+1
2009-06-05test GIF87aIgor Sysoev1-4/+5
2009-06-03bump versionIgor Sysoev1-1/+1
2009-06-02return NULL instead of NGX_CONF_ERROR on a create conf failureIgor Sysoev32-49/+49
2009-06-02fix return value on failureIgor Sysoev1-1/+1
2009-06-02limit_rate_afterIgor Sysoev3-3/+32
2009-05-29fix "out of memory" case handlingIgor Sysoev1-3/+6
2009-05-28fix XSLT filter in SSI subrequestsIgor Sysoev1-4/+5
2009-05-28report about proxy/fastcgi_store and proxy/fastcgi_cache incompatibilityIgor Sysoev2-8/+36
2009-05-28style fixIgor Sysoev2-4/+6