log src/core/ngx_file.c @ 3346:06ce92293f6a release-0.8.26

age author description
Wed, 14 Oct 2009 11:46:09 +0000 Igor Sysoev ignore EACCES errors for top level directories in ngx_create_full_path()
Wed, 14 Oct 2009 11:36:16 +0000 Igor Sysoev do not create Win32 drive letter in ngx_create_full_path()
Fri, 21 Aug 2009 09:06:35 +0000 Igor Sysoev *) share temporary number between workers
Thu, 20 Aug 2009 15:53:57 +0000 Igor Sysoev test EXDEV after path creation
Thu, 20 Aug 2009 13:41:32 +0000 Igor Sysoev fix copy failure logging and stale files removal, introduced in r3025
Thu, 20 Aug 2009 13:37:26 +0000 Igor Sysoev fix copy destination name length, introduced in r3025
Thu, 13 Aug 2009 13:48:41 +0000 Igor Sysoev fix building on 64-bit platforms, introduced in r3025
Wed, 12 Aug 2009 12:05:33 +0000 Igor Sysoev allow cross device temporary files atomic copying:
Tue, 11 Aug 2009 14:25:04 +0000 Igor Sysoev NGX_ENOPATH
Mon, 10 Aug 2009 13:27:14 +0000 Igor Sysoev cache loader process
Thu, 28 May 2009 15:32:22 +0000 Igor Sysoev Win32 returns ERROR_PATH_NOT_FOUND instead of ERROR_FILE_NOT_FOUND
Wed, 29 Apr 2009 19:28:52 +0000 Igor Sysoev uniform ngx_file_info() interface with ngx_fd_info()
Mon, 30 Mar 2009 07:45:55 +0000 Igor Sysoev introduce cache manager instead of cache cleaner
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"