summaryrefslogtreecommitdiff
path: root/src/os/win32/ngx_files.c
Commit message (Expand)AuthorAgeFilesLines
* Win32: non-ASCII names in ngx_fs_bsize(), ngx_fs_available().Maxim Dounin2023-02-231-4/+42
* Win32: removed attempt to use a drive letter in ngx_fs_bsize().Maxim Dounin2023-02-231-6/+0
* Win32: non-ASCII names support in ngx_open_tempfile().Maxim Dounin2023-02-231-0/+35
* Win32: non-ASCII names support in ngx_rename_file().Maxim Dounin2023-02-231-0/+55
* Win32: non-ASCII names support in ngx_delete_file().Maxim Dounin2023-02-231-0/+36
* Win32: reworked ngx_win32_rename_file() to use nginx wrappers.Maxim Dounin2023-02-231-3/+3
* Win32: reworked ngx_win32_rename_file() to check errors.Maxim Dounin2023-02-231-2/+10
* Win32: non-ASCII directory names support in ngx_delete_dir().Maxim Dounin2023-02-231-0/+36
* Win32: non-ASCII directory names support in ngx_create_dir().Maxim Dounin2023-02-231-9/+71
* Win32: non-ASCII directory names support in ngx_getcwd().Maxim Dounin2023-02-231-0/+34
* Win32: non-ASCII names support in "include" with wildcards.Maxim Dounin2023-02-231-33/+63
* Win32: non-ASCII names support in autoindex (ticket #458).Maxim Dounin2023-02-231-18/+237
* Cache: introduced min_free cache clearing.Maxim Dounin2020-06-221-0/+13
* Win32: removed NGX_DIR_MASK concept.Maxim Dounin2018-12-241-3/+18
* Style.Sergey Kandaurov2017-08-091-0/+1
* Style: use ngx_free() instead of free().Tatsuhiko Kubo2014-08-031-1/+1
* Win32: ngx_open_dir() and ngx_close_dir() fixes.Maxim Dounin2014-07-051-0/+13
* Win32: support for UTF-16 surrogate pairs (ticket #457).Maxim Dounin2014-01-041-2/+21
* Win32: plugged memory leak.Maxim Dounin2013-10-311-0/+2
* Style.Maxim Dounin2012-06-251-1/+1
* Win32: disallowed access to various non-canonical name variants.Maxim Dounin2012-06-051-33/+164
* Fixed win32 build after realpath changes in r4559.Maxim Dounin2012-03-281-2/+2
* Copyright updated.Maxim Konovalov2012-01-181-0/+1
* Fix buffer overrun under Windows.Maxim Dounin2011-08-221-1/+2
* ngx_create_file_mapping()Igor Sysoev2010-06-291-0/+92
* do not free() stack allocated bufferIgor Sysoev2010-06-141-1/+0
* compare long file names in case-insensitive mode,Igor Sysoev2010-03-031-1/+1
* disable Win32 short file namesIgor Sysoev2010-01-281-14/+50
* fix Win32 error messages when an temporary file replaces an existent file:Igor Sysoev2009-12-151-12/+6
* *) reset cached dirent.d_type after stat()Igor Sysoev2009-10-141-1/+1
* read_aheadIgor Sysoev2009-09-301-0/+7
* uniform ngx_directio_on/off() interface with other file functionsIgor Sysoev2009-09-251-2/+2
* test incomplete WriteFile()Igor Sysoev2009-09-241-0/+7
* log file name for read/write errorsIgor Sysoev2009-09-241-2/+4
* delete Win95 codeIgor Sysoev2009-09-241-90/+12
* win32 ngx_file_info() utf8 supportIgor Sysoev2009-09-161-4/+16
* preserve errno while ngx_free()Igor Sysoev2009-09-161-3/+6
* handle Win32 ReadFile() EOF state in Unix wayIgor Sysoev2009-07-131-1/+7
* fix logging in ngx_win32_rename_file()Igor Sysoev2009-05-291-3/+7
* add trailing zero to a file nameIgor Sysoev2009-05-291-1/+1
* uniform ngx_file_info() interface with ngx_fd_info()Igor Sysoev2009-04-291-2/+2
* introduce ngx_write_console() to support OEM code pagesIgor Sysoev2009-04-281-0/+15
* delete win32 ngx_file_append_mode() as we use reliableIgor Sysoev2009-04-081-25/+0
* win32 ngx_open_file() supports utf8 names and NGX_FILE_APPENDIgor Sysoev2009-03-301-0/+111
* ngx_fs_bsize()Igor Sysoev2009-03-301-0/+20
* use GetFileAttributesEx() instead of GetFileAttributes()Igor Sysoev2009-01-211-21/+2
* fix r1981 on win32Igor Sysoev2009-01-211-3/+8
* $realpath_rootIgor Sysoev2008-09-271-0/+8
* disable directio for unaligned reads in LinuxIgor Sysoev2008-09-121-1/+7
* *) autoconfigure struct dirent capabilitiesIgor Sysoev2008-09-051-0/+1