log src/http/ngx_http_file_cache.c @ 5077:9ea42922a395

age author description
Tue, 19 Feb 2013 17:48:45 +0000 Valentin Bartenev Removed zero termination of shm zone names.
Mon, 05 Mar 2012 13:17:56 +0000 Maxim Dounin Merge of r4498: stable-1.0
Mon, 27 Feb 2012 22:15:39 +0000 Maxim Dounin Fix of rbtree lookup on hash collisions.
Mon, 13 Feb 2012 15:41:11 +0000 Maxim Dounin Time parsing cleanup.
Sun, 05 Feb 2012 20:02:59 +0000 Maxim Dounin Merge of r4406, r4413: copyrights updated. stable-1.0
Sun, 05 Feb 2012 13:34:08 +0000 Maxim Dounin Merge of r4339, r4340, r4341: stable-1.0
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Mon, 26 Dec 2011 11:33:11 +0000 Maxim Dounin Fixed build without debug.
Mon, 26 Dec 2011 11:15:23 +0000 Maxim Dounin Cache locks initial implementation.
Mon, 12 Dec 2011 10:49:14 +0000 Maxim Dounin Cache: only complain on long locked entries.
Mon, 12 Dec 2011 10:47:48 +0000 Maxim Dounin Cache: handling of cache files with long headers.
Mon, 12 Dec 2011 10:46:43 +0000 Maxim Dounin Cache: obsolete code removed.
Tue, 01 Nov 2011 13:49:31 +0000 Igor Sysoev Merging r4151, r4152, r4177: stable-1.0
Tue, 27 Sep 2011 11:15:35 +0000 Maxim Dounin Cache: fix for sending of empty responses.
Mon, 29 Aug 2011 10:07:58 +0000 Igor Sysoev Merge of r3972, r3973, r3974: stable-1.0
Mon, 29 Aug 2011 09:51:56 +0000 Igor Sysoev Merge of r3966, r3967, r3968, r3969, r3970, r3971: stable-1.0
Mon, 29 Aug 2011 09:35:00 +0000 Igor Sysoev Merge of r4035: stable-1.0
Thu, 25 Aug 2011 17:29:34 +0000 Igor Sysoev Cache size accounting fix: actual cache size on disk was less than
Mon, 22 Aug 2011 10:16:49 +0000 Igor Sysoev The change in adaptive loader behaviour introduced in r3975:
Fri, 29 Jul 2011 15:09:02 +0000 Igor Sysoev loader_files, loader_sleep, and loader_threshold
Mon, 25 Jul 2011 10:22:38 +0000 Igor Sysoev set correct configuration file values while adding path
Mon, 25 Jul 2011 09:45:00 +0000 Igor Sysoev rename ngx_http_file_cache_manager_sleep() to ngx_http_file_cache_loader_sleep()
Sun, 24 Jul 2011 20:04:47 +0000 Igor Sysoev do not close connection if cache file is too small: replace it with valid one
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