summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Collapse)AuthorFilesLines
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
2009-05-26do not set charset for subrequestsIgor Sysoev1-4/+5
2009-05-25fix the previous commitIgor Sysoev1-1/+3
2009-05-25refactor ngx_http_charset_header_filter()Igor Sysoev3-162/+236
2009-05-25keepalive_requestsIgor Sysoev3-2/+20
2009-05-25bump versionIgor Sysoev1-1/+1
2009-05-25fix socket leak introduced in r2378Igor Sysoev1-0/+5
2009-05-25reset content_type hash value, this fixes a bug when XSLT responsesIgor Sysoev5-0/+10
could not be processed by SSI, charset, and gzip filters
2009-05-25light optimization of ngx_http_test_content_type()Igor Sysoev1-12/+12
2009-05-22fix segfault introduced in r2845Igor Sysoev1-1/+4
2009-05-22add charset for ngx_http_gzip_static_module responsesIgor Sysoev3-1/+4
2009-05-19proxy_cache_methods and fastcgi_cache_methodsIgor Sysoev4-4/+44
2009-05-19use already given variableIgor Sysoev1-2/+2
2009-05-18bump versionIgor Sysoev1-1/+1
2009-05-18use ngx_connection_local_sockaddr() instead of ngx_http_server_addr()Igor Sysoev6-76/+17
2009-05-18delete unneeded castIgor Sysoev1-2/+2
2009-05-17update comments missed in r2513Igor Sysoev1-3/+3
2009-05-17update variable name missed in r2513Igor Sysoev1-4/+4
2009-05-17fix colon in file name for ngx_http_autoindex_moduleIgor Sysoev1-3/+13
2009-05-16image_filter_jpeg_qualityIgor Sysoev1-3/+17
2009-05-14style fixIgor Sysoev1-1/+3
2009-05-14client_body_in_single_bufferIgor Sysoev2-0/+14
2009-05-14$request_body variableIgor Sysoev1-0/+56
2009-05-14update two previous commits againIgor Sysoev1-1/+1
2009-05-14update the previous commitIgor Sysoev1-1/+1
2009-05-14fix client_body_in_file_only typeIgor Sysoev2-3/+3
2009-05-12bump versionIgor Sysoev1-1/+1
2009-05-12test finalized image filter context before testing image_filter offIgor Sysoev1-7/+7
this fixes SIGFPE if image filter errors are passed to named location
2009-05-11bump versionIgor Sysoev1-1/+1