index
:
nginx.git
master
no-short-read-checks
tunnel
nginx
a.clayton@nginx.com
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
os
/
win32
/
ngx_files.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-23
Win32: non-ASCII names in ngx_fs_bsize(), ngx_fs_available().
Maxim Dounin
1
-4
/
+42
2023-02-23
Win32: removed attempt to use a drive letter in ngx_fs_bsize().
Maxim Dounin
1
-6
/
+0
2023-02-23
Win32: non-ASCII names support in ngx_open_tempfile().
Maxim Dounin
1
-0
/
+35
2023-02-23
Win32: non-ASCII names support in ngx_rename_file().
Maxim Dounin
1
-0
/
+55
2023-02-23
Win32: non-ASCII names support in ngx_delete_file().
Maxim Dounin
1
-0
/
+36
2023-02-23
Win32: reworked ngx_win32_rename_file() to use nginx wrappers.
Maxim Dounin
1
-3
/
+3
2023-02-23
Win32: reworked ngx_win32_rename_file() to check errors.
Maxim Dounin
1
-2
/
+10
2023-02-23
Win32: non-ASCII directory names support in ngx_delete_dir().
Maxim Dounin
1
-0
/
+36
2023-02-23
Win32: non-ASCII directory names support in ngx_create_dir().
Maxim Dounin
1
-9
/
+71
2023-02-23
Win32: non-ASCII directory names support in ngx_getcwd().
Maxim Dounin
1
-0
/
+34
2023-02-23
Win32: non-ASCII names support in "include" with wildcards.
Maxim Dounin
1
-33
/
+63
2023-02-23
Win32: non-ASCII names support in autoindex (ticket #458).
Maxim Dounin
1
-18
/
+237
2020-06-22
Cache: introduced min_free cache clearing.
Maxim Dounin
1
-0
/
+13
2018-12-24
Win32: removed NGX_DIR_MASK concept.
Maxim Dounin
1
-3
/
+18
2017-08-09
Style.
Sergey Kandaurov
1
-0
/
+1
2014-08-03
Style: use ngx_free() instead of free().
Tatsuhiko Kubo
1
-1
/
+1
2014-07-05
Win32: ngx_open_dir() and ngx_close_dir() fixes.
Maxim Dounin
1
-0
/
+13
2014-01-04
Win32: support for UTF-16 surrogate pairs (ticket #457).
Maxim Dounin
1
-2
/
+21
2013-10-31
Win32: plugged memory leak.
Maxim Dounin
1
-0
/
+2
2012-06-25
Style.
Maxim Dounin
1
-1
/
+1
2012-06-05
Win32: disallowed access to various non-canonical name variants.
Maxim Dounin
1
-33
/
+164
2012-03-28
Fixed win32 build after realpath changes in r4559.
Maxim Dounin
1
-2
/
+2
2012-01-18
Copyright updated.
Maxim Konovalov
1
-0
/
+1
2011-08-22
Fix buffer overrun under Windows.
Maxim Dounin
1
-1
/
+2
2010-06-29
ngx_create_file_mapping()
Igor Sysoev
1
-0
/
+92
2010-06-14
do not free() stack allocated buffer
Igor Sysoev
1
-1
/
+0
2010-03-03
compare long file names in case-insensitive mode,
Igor Sysoev
1
-1
/
+1
2010-01-28
disable Win32 short file names
Igor Sysoev
1
-14
/
+50
2009-12-15
fix Win32 error messages when an temporary file replaces an existent file:
Igor Sysoev
1
-12
/
+6
2009-10-14
*) reset cached dirent.d_type after stat()
Igor Sysoev
1
-1
/
+1
2009-09-30
read_ahead
Igor Sysoev
1
-0
/
+7
2009-09-25
uniform ngx_directio_on/off() interface with other file functions
Igor Sysoev
1
-2
/
+2
2009-09-24
test incomplete WriteFile()
Igor Sysoev
1
-0
/
+7
2009-09-24
log file name for read/write errors
Igor Sysoev
1
-2
/
+4
2009-09-24
delete Win95 code
Igor Sysoev
1
-90
/
+12
2009-09-16
win32 ngx_file_info() utf8 support
Igor Sysoev
1
-4
/
+16
2009-09-16
preserve errno while ngx_free()
Igor Sysoev
1
-3
/
+6
2009-07-13
handle Win32 ReadFile() EOF state in Unix way
Igor Sysoev
1
-1
/
+7
2009-05-29
fix logging in ngx_win32_rename_file()
Igor Sysoev
1
-3
/
+7
2009-05-29
add trailing zero to a file name
Igor Sysoev
1
-1
/
+1
2009-04-29
uniform ngx_file_info() interface with ngx_fd_info()
Igor Sysoev
1
-2
/
+2
2009-04-28
introduce ngx_write_console() to support OEM code pages
Igor Sysoev
1
-0
/
+15
2009-04-08
delete win32 ngx_file_append_mode() as we use reliable
Igor Sysoev
1
-25
/
+0
2009-03-30
win32 ngx_open_file() supports utf8 names and NGX_FILE_APPEND
Igor Sysoev
1
-0
/
+111
2009-03-30
ngx_fs_bsize()
Igor Sysoev
1
-0
/
+20
2009-01-21
use GetFileAttributesEx() instead of GetFileAttributes()
Igor Sysoev
1
-21
/
+2
2009-01-21
fix r1981 on win32
Igor Sysoev
1
-3
/
+8
2008-09-27
$realpath_root
Igor Sysoev
1
-0
/
+8
2008-09-12
disable directio for unaligned reads in Linux
Igor Sysoev
1
-1
/
+7
2008-09-05
*) autoconfigure struct dirent capabilities
Igor Sysoev
1
-0
/
+1
[next]