log src/os/win32/ngx_files.c @ 9274:46ecad404a29 default tip

age author description
Thu, 23 Feb 2023 20:50:03 +0300 Maxim Dounin Win32: non-ASCII names in ngx_fs_bsize(), ngx_fs_available().
Thu, 23 Feb 2023 20:50:00 +0300 Maxim Dounin Win32: removed attempt to use a drive letter in ngx_fs_bsize().
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:52 +0300 Maxim Dounin Win32: reworked ngx_win32_rename_file() to use nginx wrappers.
Thu, 23 Feb 2023 20:49:50 +0300 Maxim Dounin Win32: reworked ngx_win32_rename_file() to check errors.
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.
Wed, 09 Aug 2017 14:59:46 +0300 Sergey Kandaurov Style.
Sun, 03 Aug 2014 03:27:39 +0900 Tatsuhiko Kubo Style: use ngx_free() instead of free().
Sat, 05 Jul 2014 23:29:47 +0400 Maxim Dounin Win32: ngx_open_dir() and ngx_close_dir() fixes.
Sat, 04 Jan 2014 03:32:15 +0400 Maxim Dounin Win32: support for UTF-16 surrogate pairs (ticket #457).
Thu, 31 Oct 2013 18:23:49 +0400 Maxim Dounin Win32: plugged memory leak.
Mon, 25 Jun 2012 18:09:38 +0000 Maxim Dounin Style.
Tue, 05 Jun 2012 13:36:09 +0000 Maxim Dounin Win32: disallowed access to various non-canonical name variants.
Wed, 28 Mar 2012 13:04:39 +0000 Maxim Dounin Fixed win32 build after realpath changes in r4559.
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Mon, 22 Aug 2011 10:07:27 +0000 Maxim Dounin Fix buffer overrun under Windows.
Tue, 29 Jun 2010 15:18:50 +0000 Igor Sysoev ngx_create_file_mapping()
Tue, 15 Jun 2010 09:51:58 +0000 Igor Sysoev merge r3615: stable-0.7
Mon, 14 Jun 2010 18:09:52 +0000 Igor Sysoev do not free() stack allocated buffer
Mon, 07 Jun 2010 10:14:11 +0000 Igor Sysoev merge r3459, r3571: stable-0.7
Wed, 03 Mar 2010 10:05:54 +0000 Igor Sysoev compare long file names in case-insensitive mode,
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
Thu, 28 Jan 2010 14:17:51 +0000 Igor Sysoev disable Win32 short file names
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
Fri, 25 Sep 2009 14:17:28 +0000 Igor Sysoev uniform ngx_directio_on/off() interface with other file functions
Thu, 24 Sep 2009 20:05:21 +0000 Igor Sysoev test incomplete WriteFile()
Thu, 24 Sep 2009 20:04:10 +0000 Igor Sysoev log file name for read/write errors
Thu, 24 Sep 2009 19:55:35 +0000 Igor Sysoev delete Win95 code
Wed, 16 Sep 2009 13:30:13 +0000 Igor Sysoev win32 ngx_file_info() utf8 support
Wed, 16 Sep 2009 13:28:20 +0000 Igor Sysoev preserve errno while ngx_free()
Mon, 07 Sep 2009 09:54:47 +0000 Igor Sysoev merge r2975: stable-0.7
Mon, 13 Jul 2009 09:32:49 +0000 Igor Sysoev handle Win32 ReadFile() EOF state in Unix way
Mon, 15 Jun 2009 09:48:15 +0000 Igor Sysoev merge r2897, r2898, r2899, r2901, r2902, r2904, r2905, r2906, r2907, stable-0.7
Fri, 29 May 2009 09:32:52 +0000 Igor Sysoev fix logging in ngx_win32_rename_file()
Fri, 29 May 2009 09:31:48 +0000 Igor Sysoev add trailing zero to a file name
Wed, 29 Apr 2009 19:28:52 +0000 Igor Sysoev uniform ngx_file_info() interface with ngx_fd_info()
Tue, 28 Apr 2009 15:05:27 +0000 Igor Sysoev introduce ngx_write_console() to support OEM code pages
Wed, 08 Apr 2009 19:13:28 +0000 Igor Sysoev delete win32 ngx_file_append_mode() as we use reliable
Mon, 30 Mar 2009 14:51:51 +0000 Igor Sysoev win32 ngx_open_file() supports utf8 names and NGX_FILE_APPEND
Mon, 30 Mar 2009 07:43:06 +0000 Igor Sysoev ngx_fs_bsize()
Wed, 21 Jan 2009 15:56:29 +0000 Igor Sysoev use GetFileAttributesEx() instead of GetFileAttributes()
Wed, 21 Jan 2009 14:17:57 +0000 Igor Sysoev fix r1981 on win32
Sat, 27 Sep 2008 11:53:41 +0000 Igor Sysoev $realpath_root
Fri, 12 Sep 2008 13:50:12 +0000 Igor Sysoev disable directio for unaligned reads in Linux
Fri, 05 Sep 2008 15:43:34 +0000 Igor Sysoev *) autoconfigure struct dirent capabilities
Mon, 04 Aug 2008 09:14:30 +0000 Igor Sysoev fix building by bcc broken in r2130
Tue, 29 Apr 2008 09:28:42 +0000 Igor Sysoev ignore glob no match error
Fri, 07 Dec 2007 19:57:13 +0000 Igor Sysoev use malloc() in ngx_win32_rename_file, set crit level instead of error
Sun, 11 Nov 2007 19:56:46 +0000 Igor Sysoev fix win32 ngx_read_fd() and ngx_write_fd()