log src/http/ngx_http_file_cache.c @ 3970:2d05952a324d

age author description
Sun, 24 Jul 2011 19:46:53 +0000 Igor Sysoev elimination of reading cache files by cache loader
Sun, 24 Jul 2011 19:43:52 +0000 Igor Sysoev fix r3968
Sun, 24 Jul 2011 17:36:26 +0000 Igor Sysoev update the previous commit:
Sun, 24 Jul 2011 16:47:31 +0000 Igor Sysoev The cache loader performs two tasks: inserting cache objects in inactivity
Sun, 24 Jul 2011 16:10:06 +0000 Igor Sysoev fuse two if's in one condition
Sun, 24 Jul 2011 16:06:24 +0000 Igor Sysoev style fix
Tue, 19 Jul 2011 10:35:02 +0000 Igor Sysoev fix r3756: release lock to allow other process to delete cache node
Fri, 13 May 2011 10:05:38 +0000 Igor Sysoev fix a broken cached response if bypass/no_cache directive values are different,
Fri, 22 Apr 2011 10:06:43 +0000 Igor Sysoev Use more precise stat.st_blocks to account cache size on Unix
Fri, 08 Apr 2011 15:27:53 +0000 Igor Sysoev fix CPU hog in cache manager
Thu, 02 Sep 2010 14:31:47 +0000 Igor Sysoev fix race condition if during reconfiguration two cache managers try
Wed, 04 Aug 2010 13:34:23 +0000 Igor Sysoev zero fcn->updating after node allocation
Wed, 04 Aug 2010 12:55:27 +0000 Igor Sysoev error status codes could be cached for next request only,
Tue, 03 Aug 2010 09:42:53 +0000 Igor Sysoev delete surplus assignment
Mon, 02 Aug 2010 12:34:15 +0000 Igor Sysoev change logic slightly