log src/http/modules/ngx_http_fastcgi_module.c @ 3699:b0a0686a85bb

age author description
Mon, 19 Jul 2010 09:36:04 +0000 Igor Sysoev proxy_cache_pass, fastcgi_cache_bypass, uwsgi_cache_bypass, scgi_cache_bypass
Wed, 14 Jul 2010 11:15:45 +0000 Igor Sysoev use ngx_http_test_predicates(), ngx_http_set_predicate_slot()
Fri, 02 Jul 2010 10:05:40 +0000 Igor Sysoev do not use a cache headers set to hide
Fri, 02 Jul 2010 09:25:38 +0000 Igor Sysoev use shared ngx_http_upstream_ignore_headers_masks[]
Tue, 08 Jun 2010 16:15:47 +0000 Igor Sysoev change variable names
Mon, 07 Jun 2010 12:23:23 +0000 Igor Sysoev merge r3518, r3527: stable-0.7
Fri, 04 Jun 2010 09:17:09 +0000 Igor Sysoev do not pass if-... headers for cacheable fastcgi responses
Thu, 03 Jun 2010 16:42:07 +0000 Igor Sysoev rename variable to conform to the next commit
Thu, 03 Jun 2010 14:41:30 +0000 Igor Sysoev allow fastcgi_param to override client headers using HTTP_ parameters
Thu, 03 Jun 2010 13:49:59 +0000 Igor Sysoev add client request headers debug logging in fastcgi
Wed, 02 Jun 2010 15:08:29 +0000 Igor Sysoev remove the special static fastcgi_param values processing,
Mon, 24 May 2010 11:01:05 +0000 Igor Sysoev proxy_no_cache and fastcgi_no_cache
Thu, 20 May 2010 11:46:01 +0000 Igor Sysoev delete warnings of proxy_upstream_max_fails, proxy_upstream_fail_timeout,
Fri, 14 May 2010 09:56:37 +0000 Igor Sysoev ngx_str_set() and ngx_str_null()
Tue, 06 Apr 2010 11:49:36 +0000 Igor Sysoev fix building without HTTP cache, the bug had been introduced in r3461
Wed, 10 Mar 2010 13:51:47 +0000 Igor Sysoev fix segfault if there was non cached large FastCGI stderr output before header,
Wed, 03 Mar 2010 10:43:38 +0000 Igor Sysoev fix cached FastCGI response with large stderr output before header
Mon, 01 Feb 2010 15:46:14 +0000 Igor Sysoev merge r3137, r3198, r3199, r3353, r3370, r3371, r3398, r3399: stable-0.7
Mon, 01 Feb 2010 14:01:24 +0000 Igor Sysoev merge r2990, r3324, r3384, r3419: stable-0.7
Wed, 23 Dec 2009 14:22:17 +0000 Igor Sysoev fix typo
Mon, 16 Nov 2009 12:19:02 +0000 Igor Sysoev regex named captures
Mon, 02 Nov 2009 15:24:02 +0000 Igor Sysoev proxy_bind, fastcgi_bind, and memcached_bind
Mon, 26 Oct 2009 17:09:27 +0000 Igor Sysoev merge r3001, r3007, r3013: stable-0.7
Mon, 26 Oct 2009 15:54:29 +0000 Igor Sysoev merge r2903, r2911, r2912, r3002: stable-0.7
Wed, 07 Oct 2009 15:15:41 +0000 Igor Sysoev hide cacheable Set-Cookie and P3P FastCGI response headers
Mon, 07 Sep 2009 10:12:49 +0000 Igor Sysoev merge r3011, r3012, r3026: stable-0.7
Wed, 12 Aug 2009 14:38:44 +0000 Igor Sysoev refactor fastcgi stderr handling
Tue, 04 Aug 2009 12:19:17 +0000 Igor Sysoev fix a garbage in a split fastcgi header
Tue, 04 Aug 2009 11:51:10 +0000 Igor Sysoev continue to parse available fastcgi record after a split header,
Mon, 27 Jul 2009 13:25:29 +0000 Igor Sysoev ngx_http_upstream_create() to cleanup the previous upstream after
Mon, 20 Jul 2009 11:44:38 +0000 Igor Sysoev do auto redirect for proxy_pass/fastcgi_pass with variables
Mon, 15 Jun 2009 09:30:59 +0000 Igor Sysoev merge r2895, r2896, r2926, r2927, r2928, r2930, and r2936: stable-0.7
Sat, 06 Jun 2009 18:49:47 +0000 Igor Sysoev proxy_cache_use_stale/fastcgi_cache_use_stale updating
Tue, 02 Jun 2009 16:09:44 +0000 Igor Sysoev return NULL instead of NGX_CONF_ERROR on a create conf failure
Thu, 28 May 2009 13:41:44 +0000 Igor Sysoev report about proxy/fastcgi_store and proxy/fastcgi_cache incompatibility
Thu, 28 May 2009 13:31:43 +0000 Igor Sysoev style fix
Tue, 19 May 2009 13:27:27 +0000 Igor Sysoev proxy_cache_methods and fastcgi_cache_methods
Thu, 30 Apr 2009 16:15:07 +0000 Igor Sysoev proxy_ignore_headers and fastcgi_ignore_headers
Tue, 21 Apr 2009 10:36:01 +0000 Igor Sysoev fix fastcgi_cache_min_uses
Thu, 16 Apr 2009 19:25:09 +0000 Igor Sysoev move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memory
Thu, 02 Apr 2009 13:48:54 +0000 Igor Sysoev merge fastcgi_cache_key
Tue, 24 Mar 2009 12:49:29 +0000 Igor Sysoev fastcgi cache
Mon, 23 Mar 2009 13:14:51 +0000 Igor Sysoev a prelimiary proxy cache support
Mon, 26 Jan 2009 14:33:59 +0000 Igor Sysoev fix segfault if $fastcgi_script_name or $fastcgi_path_info were used before
Fri, 16 Jan 2009 13:21:20 +0000 Igor Sysoev fastcgi_split_path_info
Wed, 24 Dec 2008 16:18:35 +0000 Igor Sysoev fix segfault, introduced in r2423
Tue, 23 Dec 2008 19:35:12 +0000 Igor Sysoev variable support for unix sockets in fastcgi_pass and proxy_pass
Wed, 10 Dec 2008 16:25:14 +0000 Igor Sysoev test port in fastcgi_pass variable
Wed, 10 Dec 2008 16:16:10 +0000 Igor Sysoev clear fastcgi ctx for internal redirection via named location
Wed, 10 Dec 2008 14:44:48 +0000 Igor Sysoev delete surplus upstream.schema field
Wed, 10 Dec 2008 14:22:07 +0000 Igor Sysoev fastcgi_pass variables support
Thu, 27 Nov 2008 14:31:44 +0000 Igor Sysoev r2141 merge: stable-0.6
Wed, 24 Sep 2008 14:02:50 +0000 Igor Sysoev underscores_in_headers
Fri, 05 Sep 2008 15:25:47 +0000 Igor Sysoev remove unused #include's
Mon, 01 Sep 2008 14:05:20 +0000 Igor Sysoev style fix: remove tabs and trailing spaces
Mon, 04 Aug 2008 14:53:16 +0000 Igor Sysoev if upstream sent a location header without status use 302
Mon, 04 Aug 2008 10:07:00 +0000 Igor Sysoev ngx_strlow()
Tue, 17 Jun 2008 15:00:30 +0000 Igor Sysoev *) back out r2040
Sat, 24 May 2008 15:48:50 +0000 Igor Sysoev remove directives deprecated in 0.3.x
Thu, 08 May 2008 09:53:22 +0000 Igor Sysoev fix error introduced in r1273 and r1275: