log src/os/win32/ngx_files.h @ 9292:7654ad1366ef default tip

age author description
Thu, 23 Feb 2023 20:49:57 +0300 Maxim Dounin Win32: non-ASCII names support in ngx_open_tempfile().
Thu, 23 Feb 2023 20:49:55 +0300 Maxim Dounin Win32: non-ASCII names support in ngx_rename_file().
Thu, 23 Feb 2023 20:49:54 +0300 Maxim Dounin Win32: non-ASCII names support in ngx_delete_file().
Thu, 23 Feb 2023 20:49:47 +0300 Maxim Dounin Win32: non-ASCII directory names support in ngx_delete_dir().
Thu, 23 Feb 2023 20:49:45 +0300 Maxim Dounin Win32: non-ASCII directory names support in ngx_create_dir().
Thu, 23 Feb 2023 20:49:44 +0300 Maxim Dounin Win32: non-ASCII directory names support in ngx_getcwd().
Thu, 23 Feb 2023 20:49:41 +0300 Maxim Dounin Win32: non-ASCII names support in "include" with wildcards.
Thu, 23 Feb 2023 20:49:39 +0300 Maxim Dounin Win32: non-ASCII names support in autoindex (ticket #458).
Mon, 22 Jun 2020 18:03:00 +0300 Maxim Dounin Cache: introduced min_free cache clearing.
Mon, 24 Dec 2018 21:07:05 +0300 Maxim Dounin Win32: removed NGX_DIR_MASK concept.
Tue, 16 Jun 2015 15:47:40 +0300 Vladimir Homutov Core: added support for writing to stdout.
Sat, 05 Jul 2014 23:29:47 +0400 Maxim Dounin Win32: ngx_open_dir() and ngx_close_dir() fixes.
Mon, 23 Sep 2013 19:37:13 +0400 Maxim Dounin Added ngx_filename_cmp() with "/" sorted to the left.
Wed, 28 Mar 2012 13:04:39 +0000 Maxim Dounin Fixed win32 build after realpath changes in r4559.
Tue, 27 Mar 2012 16:42:34 +0000 Maxim Dounin Fixed unconditional MAX_PATH usage (ticket #22).
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Mon, 14 Nov 2011 14:59:00 +0000 Igor Sysoev Introduction of simple ngx_write_stderr() instead of ngx_log_stderr()
Sun, 24 Jul 2011 19:46:53 +0000 Igor Sysoev elimination of reading cache files by cache loader
Fri, 22 Apr 2011 10:06:43 +0000 Igor Sysoev Use more precise stat.st_blocks to account cache size on Unix
Tue, 29 Jun 2010 15:18:50 +0000 Igor Sysoev ngx_create_file_mapping()
Mon, 07 Jun 2010 12:17:10 +0000 Igor Sysoev merge r3502: stable-0.7
Mon, 07 Jun 2010 12:08:44 +0000 Igor Sysoev merge r3498, r3499: stable-0.7
Thu, 22 Apr 2010 17:15:42 +0000 Igor Sysoev use lstat() for WebDAV DELETE, COPY, and MOVE to handle symlinks
Wed, 21 Apr 2010 15:59:36 +0000 Igor Sysoev use non-blocking open() not to hang on FIFO files, etc.
Mon, 01 Feb 2010 15:06:25 +0000 Igor Sysoev merge r3138, r3139, r3157, r3158, r3159, r3164, r3165, stable-0.7
Mon, 01 Feb 2010 14:52:25 +0000 Igor Sysoev merge r3201, r3204, r3411: stable-0.7
Tue, 15 Dec 2009 13:47:02 +0000 Igor Sysoev fix Win32 error messages when an temporary file replaces an existent file:
Wed, 14 Oct 2009 11:33:35 +0000 Igor Sysoev *) reset cached dirent.d_type after stat()
Wed, 30 Sep 2009 13:21:52 +0000 Igor Sysoev read_ahead
Tue, 14 Jul 2009 08:53:37 +0000 Igor Sysoev use caseless regex locations on caseless filesystems: MacOSX, Win32, Cygwin