log src/core/ngx_open_file_cache.c @ 4391:b1f9916c7c4e

age author description
Wed, 14 Sep 2011 14:28:55 +0000 Igor Sysoev Fix of the previous commit: is_directio flag processing introduced in r4077
Wed, 14 Sep 2011 14:12:35 +0000 Igor Sysoev Bugfix: open_file_cache did not update file info on retest.
Mon, 05 Sep 2011 16:36:19 +0000 Maxim Dounin Bugfix: open_file_cache lost is_directio flag.
Fri, 22 Apr 2011 10:06:43 +0000 Igor Sysoev Use more precise stat.st_blocks to account cache size on Unix
Mon, 07 Jun 2010 12:08:44 +0000 Igor Sysoev merge r3498, r3499: stable-0.7
Wed, 21 Apr 2010 15:59:36 +0000 Igor Sysoev use non-blocking open() not to hang on FIFO files, etc.
Wed, 30 Sep 2009 13:21:52 +0000 Igor Sysoev read_ahead
Fri, 25 Sep 2009 14:17:28 +0000 Igor Sysoev uniform ngx_directio_on/off() interface with other file functions
Fri, 12 Jun 2009 14:23:29 +0000 Igor Sysoev initialize use_event field in open file cache
Thu, 30 Apr 2009 08:01:50 +0000 Igor Sysoev set of.failed for cached error, the bug has been introduced in r2757
Wed, 29 Apr 2009 19:28:52 +0000 Igor Sysoev uniform ngx_file_info() interface with ngx_fd_info()
Mon, 27 Apr 2009 09:55:53 +0000 Igor Sysoev *) of.test_only to not open file if only stat() is enough
Tue, 31 Mar 2009 13:52:01 +0000 Igor Sysoev Win32 appends synchronized if only FILE_APPEND_DATA and SYNCHRONIZE are set
Mon, 30 Mar 2009 14:51:51 +0000 Igor Sysoev win32 ngx_open_file() supports utf8 names and NGX_FILE_APPEND
Wed, 21 Jan 2009 15:50:52 +0000 Igor Sysoev test ngx_file_info() result, the bug has been introduced in r2070