summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Collapse)AuthorFilesLines
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
2009-05-08fix building --without-http-cacheIgor Sysoev1-1/+1
the bug had been appeared in r2806
2009-05-08fix the previous commitIgor Sysoev1-0/+2
2009-05-08allow to pass image filter errors via the same location where the filter is setIgor Sysoev4-5/+25
2009-05-08test already destroyed requestIgor Sysoev1-3/+11
2009-05-08handle big responses for "size" and "test" image_filtersIgor Sysoev4-12/+54
2009-05-06bump versionIgor Sysoev1-1/+1
2009-05-06delete level event of appropriate type, this should fix select()'s EBADF,Igor Sysoev1-6/+17
WSAENOTSOCK, and "select ready != events" alerts
2009-05-05ngx_create_listening()Igor Sysoev1-41/+1
2009-05-05reinit proxy/fastcgi header parser before ngx_http_upstream_cache_send()Igor Sysoev1-4/+17