log src/core/ngx_file.c @ 7682:2ab0ecfe5a5f

age author description
Mon, 24 Dec 2018 21:07:05 +0300 Maxim Dounin Win32: removed NGX_DIR_MASK concept.
Wed, 01 Aug 2018 02:12:11 +0300 Maxim Dounin Dav: changed ngx_copy_file() to preserve access and mtime.
Wed, 01 Aug 2018 02:11:58 +0300 Maxim Dounin Dav: fixed ngx_copy_file() to truncate destination file.
Wed, 14 Jun 2017 12:29:52 +0300 Ruslan Ermilov Removed excessive casts for ngx_file_info().
Thu, 03 Nov 2016 17:10:29 +0300 Maxim Dounin Cache: prefix-based temporary files.
Fri, 07 Oct 2016 16:59:14 +0300 Maxim Dounin Core: ngx_conf_set_access_slot() user access (ticket #1096).
Wed, 06 Jul 2016 13:22:29 +0300 Ruslan Ermilov Use NGX_MAX_PATH_LEVEL where appropriate.
Thu, 31 Mar 2016 02:33:57 +0300 Sergey Kandaurov Fixed logging.
Wed, 30 Mar 2016 11:52:16 +0300 Ruslan Ermilov Style.
Tue, 29 Mar 2016 09:51:46 +0300 Maxim Dounin Win32: additional error code NGX_EEXIST_FILE (ticket #910).
Fri, 18 Mar 2016 06:44:03 +0300 Maxim Dounin Threads: offloading of temp files writing to thread pools.
Tue, 07 Apr 2015 01:32:08 +0300 Sergey Kandaurov Core: limited levels of subdirectory hierarchy used for temp files.
Tue, 07 Apr 2015 01:32:07 +0300 Sergey Kandaurov Core: removed excessive initialization in ngx_conf_set_path_slot().
Tue, 07 Apr 2015 01:32:05 +0300 Sergey Kandaurov Core: fixed error handling on ngx_conf_full_name() failure.
Mon, 02 Feb 2015 21:28:09 +0300 Roman Arutyunyan Core: reverted prefix-based temp files (a9138c35120d).
Mon, 02 Feb 2015 19:38:32 +0300 Roman Arutyunyan Core: supported directory skipping in ngx_walk_tree().
Fri, 26 Dec 2014 16:22:54 +0300 Valentin Bartenev Core: added prefix-based temporary files.
Fri, 26 Dec 2014 16:22:50 +0300 Valentin Bartenev Unified handling of ngx_create_temp_file() return value.
Mon, 16 Sep 2013 18:49:23 +0400 Valentin Bartenev Improved check for duplicate path names in ngx_add_path().
Mon, 16 Sep 2013 18:49:22 +0400 Valentin Bartenev Removed surplus initializations from ngx_conf_set_path_slot().
Mon, 16 Sep 2013 18:49:10 +0400 Valentin Bartenev Use ngx_pcalloc() in ngx_conf_merge_path_value().
Tue, 20 Aug 2013 21:11:19 +0400 Maxim Dounin Backed out f1a91825730a and 7094bd12c1ff.
Tue, 06 Aug 2013 19:58:40 +0400 Valentin Bartenev Replaced ngx_conf_full_name() with ngx_get_full_name().
Tue, 06 Aug 2013 19:58:40 +0400 Valentin Bartenev Fixed memory leaks in the root and auth_basic_user_file directives.
Fri, 14 Dec 2012 15:24:24 +0000 Valentin Bartenev Fixed handling of ngx_write_fd() and ngx_read_fd() errors.
Fri, 28 Sep 2012 13:49:26 +0000 Andrey Belov Correct plural form for "path" in the whole source base.
Tue, 03 Apr 2012 07:37:31 +0000 Ruslan Ermilov Fixed spelling in multiline C comments.
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Sun, 24 Jul 2011 19:46:53 +0000 Igor Sysoev elimination of reading cache files by cache loader
Mon, 07 Jun 2010 11:48:19 +0000 Igor Sysoev merge r3482: stable-0.7
Fri, 14 May 2010 09:56:37 +0000 Igor Sysoev ngx_str_set() and ngx_str_null()
Tue, 30 Mar 2010 14:15:25 +0000 Igor Sysoev do not set file time in ngx_copy_file() if the time is -1,
Mon, 01 Feb 2010 15:06:25 +0000 Igor Sysoev merge r3138, r3139, r3157, r3158, r3159, r3164, r3165, stable-0.7
Thu, 17 Dec 2009 10:05:39 +0000 Igor Sysoev fix Win32 error message when an temporary file replaces an existent file:
Tue, 15 Dec 2009 13:47:02 +0000 Igor Sysoev fix Win32 error messages when an temporary file replaces an existent file:
Mon, 26 Oct 2009 17:32:17 +0000 Igor Sysoev merge r3024, r3025, r3028, r3033, r3034, r3035, r3036: stable-0.7
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"
Wed, 10 Dec 2008 14:53:45 +0000 Igor Sysoev use ngx_ext_rename_file() for single file MOVE
Tue, 17 Jun 2008 15:00:30 +0000 Igor Sysoev *) back out r2040
Mon, 03 Mar 2008 16:32:16 +0000 Igor Sysoev C++ compatibility
Thu, 03 Jan 2008 22:16:37 +0000 Igor Sysoev transform ngx_create_path_and_rename_file() to ngx_ext_rename_file()
Tue, 18 Dec 2007 18:04:37 +0000 Igor Sysoev comment ngx_walk_tree()
Mon, 17 Dec 2007 21:29:34 +0000 Igor Sysoev ngx_create_hashed_filename() does not need ngx_file_t
Mon, 17 Dec 2007 21:23:05 +0000 Igor Sysoev create the only cleanup
Mon, 10 Dec 2007 12:09:51 +0000 Igor Sysoev move condition declarations inside blocks where they are used
Fri, 07 Dec 2007 20:22:03 +0000 Igor Sysoev ngx_create_path_and_rename_file()