log src/http/ngx_http_upstream.c @ 2881:13b63d682228

age author description
Tue, 19 May 2009 13:27:27 +0000 Igor Sysoev proxy_cache_methods and fastcgi_cache_methods
Tue, 19 May 2009 12:55:26 +0000 Igor Sysoev use already given variable
Thu, 14 May 2009 16:24:39 +0000 Igor Sysoev style fix
Fri, 08 May 2009 20:14:35 +0000 Igor Sysoev fix building --without-http-cache
Wed, 06 May 2009 08:40:44 +0000 Igor Sysoev delete level event of appropriate type, this should fix select()'s EBADF,
Tue, 05 May 2009 17:18:33 +0000 Igor Sysoev reinit proxy/fastcgi header parser before ngx_http_upstream_cache_send()
Tue, 05 May 2009 15:17:00 +0000 Igor Sysoev proxy/fastcgi_cache_use_stale http_50x did not work
Thu, 30 Apr 2009 16:15:07 +0000 Igor Sysoev proxy_ignore_headers and fastcgi_ignore_headers
Mon, 27 Apr 2009 11:20:55 +0000 Igor Sysoev get a full response if the response is cacheable or storable even
Wed, 15 Apr 2009 12:25:51 +0000 Igor Sysoev fix building --without-http-cache, introduced in r2664 and later
Wed, 15 Apr 2009 11:19:27 +0000 Igor Sysoev shutdown client connection for cacheable header only responses
Wed, 15 Apr 2009 11:17:38 +0000 Igor Sysoev support 304 for cacheable responses
Wed, 15 Apr 2009 09:53:22 +0000 Igor Sysoev support HEAD in proxy cache
Fri, 10 Apr 2009 14:49:51 +0000 Igor Sysoev style fix
Fri, 10 Apr 2009 14:48:41 +0000 Igor Sysoev do not call ngx_http_file_cache_free() if a response is not cacheable
Fri, 10 Apr 2009 14:47:18 +0000 Igor Sysoev add debug logging
Sat, 04 Apr 2009 17:35:40 +0000 Igor Sysoev support Cache-Control no-cache and max-age in cache
Sat, 04 Apr 2009 17:22:26 +0000 Igor Sysoev update r2664
Fri, 03 Apr 2009 15:48:19 +0000 Igor Sysoev support Expires in cache
Fri, 03 Apr 2009 15:47:45 +0000 Igor Sysoev fix r2664: ..._cache_valid did not work for stale responses
Fri, 03 Apr 2009 15:44:41 +0000 Igor Sysoev zero field
Fri, 03 Apr 2009 14:33:34 +0000 Igor Sysoev support X-Accel-Expires in cache
Fri, 03 Apr 2009 12:06:04 +0000 Igor Sysoev cache GET requests only
Wed, 01 Apr 2009 16:21:05 +0000 Igor Sysoev r2464 merge: stable-0.6
Wed, 01 Apr 2009 16:15:54 +0000 Igor Sysoev r2446 merge: stable-0.6
Wed, 01 Apr 2009 15:51:04 +0000 Igor Sysoev r2361 merge: stable-0.6
Mon, 23 Mar 2009 13:14:51 +0000 Igor Sysoev a prelimiary proxy cache support
Tue, 24 Feb 2009 10:42:23 +0000 Igor Sysoev small optimization: " == NGX_ERROR" > " != NGX_OK"
Mon, 26 Jan 2009 15:17:50 +0000 Igor Sysoev r2414 merge: stable-0.6
Wed, 21 Jan 2009 20:54:40 +0000 Igor Sysoev fix fastcgi_store