summaryrefslogtreecommitdiffhomepage
path: root/src/os/win32/ngx_files.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-02-23Win32: non-ASCII names in ngx_fs_bsize(), ngx_fs_available().Maxim Dounin1-4/+42
2023-02-23Win32: removed attempt to use a drive letter in ngx_fs_bsize().Maxim Dounin1-6/+0
2023-02-23Win32: non-ASCII names support in ngx_open_tempfile().Maxim Dounin1-0/+35
2023-02-23Win32: non-ASCII names support in ngx_rename_file().Maxim Dounin1-0/+55
2023-02-23Win32: non-ASCII names support in ngx_delete_file().Maxim Dounin1-0/+36
2023-02-23Win32: reworked ngx_win32_rename_file() to use nginx wrappers.Maxim Dounin1-3/+3
2023-02-23Win32: reworked ngx_win32_rename_file() to check errors.Maxim Dounin1-2/+10
2023-02-23Win32: non-ASCII directory names support in ngx_delete_dir().Maxim Dounin1-0/+36
2023-02-23Win32: non-ASCII directory names support in ngx_create_dir().Maxim Dounin1-9/+71
2023-02-23Win32: non-ASCII directory names support in ngx_getcwd().Maxim Dounin1-0/+34
2023-02-23Win32: non-ASCII names support in "include" with wildcards.Maxim Dounin1-33/+63
2023-02-23Win32: non-ASCII names support in autoindex (ticket #458).Maxim Dounin1-18/+237
2020-06-22Cache: introduced min_free cache clearing.Maxim Dounin1-0/+13
2018-12-24Win32: removed NGX_DIR_MASK concept.Maxim Dounin1-3/+18
2017-08-09Style.Sergey Kandaurov1-0/+1
2014-08-03Style: use ngx_free() instead of free().Tatsuhiko Kubo1-1/+1
2014-07-05Win32: ngx_open_dir() and ngx_close_dir() fixes.Maxim Dounin1-0/+13
2014-01-04Win32: support for UTF-16 surrogate pairs (ticket #457).Maxim Dounin1-2/+21
2013-10-31Win32: plugged memory leak.Maxim Dounin1-0/+2
2012-06-25Style.Maxim Dounin1-1/+1
2012-06-05Win32: disallowed access to various non-canonical name variants.Maxim Dounin1-33/+164
2012-03-28Fixed win32 build after realpath changes in r4559.Maxim Dounin1-2/+2
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2011-08-22Fix buffer overrun under Windows.Maxim Dounin1-1/+2
2010-06-29ngx_create_file_mapping()Igor Sysoev1-0/+92
2010-06-14do not free() stack allocated bufferIgor Sysoev1-1/+0
2010-03-03compare long file names in case-insensitive mode,Igor Sysoev1-1/+1
2010-01-28disable Win32 short file namesIgor Sysoev1-14/+50
2009-12-15fix Win32 error messages when an temporary file replaces an existent file:Igor Sysoev1-12/+6
2009-10-14*) reset cached dirent.d_type after stat()Igor Sysoev1-1/+1
2009-09-30read_aheadIgor Sysoev1-0/+7
2009-09-25uniform ngx_directio_on/off() interface with other file functionsIgor Sysoev1-2/+2
2009-09-24test incomplete WriteFile()Igor Sysoev1-0/+7
2009-09-24log file name for read/write errorsIgor Sysoev1-2/+4
2009-09-24delete Win95 codeIgor Sysoev1-90/+12
2009-09-16win32 ngx_file_info() utf8 supportIgor Sysoev1-4/+16
2009-09-16preserve errno while ngx_free()Igor Sysoev1-3/+6
2009-07-13handle Win32 ReadFile() EOF state in Unix wayIgor Sysoev1-1/+7
2009-05-29fix logging in ngx_win32_rename_file()Igor Sysoev1-3/+7
2009-05-29add trailing zero to a file nameIgor Sysoev1-1/+1
2009-04-29uniform ngx_file_info() interface with ngx_fd_info()Igor Sysoev1-2/+2
2009-04-28introduce ngx_write_console() to support OEM code pagesIgor Sysoev1-0/+15
2009-04-08delete win32 ngx_file_append_mode() as we use reliableIgor Sysoev1-25/+0
2009-03-30win32 ngx_open_file() supports utf8 names and NGX_FILE_APPENDIgor Sysoev1-0/+111
2009-03-30ngx_fs_bsize()Igor Sysoev1-0/+20
2009-01-21use GetFileAttributesEx() instead of GetFileAttributes()Igor Sysoev1-21/+2
2009-01-21fix r1981 on win32Igor Sysoev1-3/+8
2008-09-27$realpath_rootIgor Sysoev1-0/+8
2008-09-12disable directio for unaligned reads in LinuxIgor Sysoev1-1/+7
2008-09-05*) autoconfigure struct dirent capabilitiesIgor Sysoev1-0/+1