summaryrefslogtreecommitdiff
path: root/src/os/win32/ngx_files.h
Commit message (Expand)AuthorAgeFilesLines
* Win32: non-ASCII names support in ngx_open_tempfile().Maxim Dounin2023-02-231-10/+2
* Win32: non-ASCII names support in ngx_rename_file().Maxim Dounin2023-02-231-1/+1
* Win32: non-ASCII names support in ngx_delete_file().Maxim Dounin2023-02-231-1/+1
* Win32: non-ASCII directory names support in ngx_delete_dir().Maxim Dounin2023-02-231-1/+1
* Win32: non-ASCII directory names support in ngx_create_dir().Maxim Dounin2023-02-231-1/+1
* Win32: non-ASCII directory names support in ngx_getcwd().Maxim Dounin2023-02-231-1/+5
* Win32: non-ASCII names support in "include" with wildcards.Maxim Dounin2023-02-231-1/+1
* Win32: non-ASCII names support in autoindex (ticket #458).Maxim Dounin2023-02-231-3/+7
* Cache: introduced min_free cache clearing.Maxim Dounin2020-06-221-0/+1
* Win32: removed NGX_DIR_MASK concept.Maxim Dounin2018-12-241-3/+0
* Core: added support for writing to stdout.Vladimir Homutov2015-06-161-0/+1
* Win32: ngx_open_dir() and ngx_close_dir() fixes.Maxim Dounin2014-07-051-1/+1
* Added ngx_filename_cmp() with "/" sorted to the left.Maxim Dounin2013-09-231-5/+0
* Fixed win32 build after realpath changes in r4559.Maxim Dounin2012-03-281-1/+1
* Fixed unconditional MAX_PATH usage (ticket #22).Maxim Dounin2012-03-271-0/+1
* Copyright updated.Maxim Konovalov2012-01-181-0/+1
* Introduction of simple ngx_write_stderr() instead of ngx_log_stderr()Igor Sysoev2011-11-141-0/+1
* elimination of reading cache files by cache loaderIgor Sysoev2011-07-241-0/+1
* Use more precise stat.st_blocks to account cache size on UnixIgor Sysoev2011-04-221-0/+1
* ngx_create_file_mapping()Igor Sysoev2010-06-291-0/+15
* use lstat() for WebDAV DELETE, COPY, and MOVE to handle symlinksIgor Sysoev2010-04-221-0/+4
* use non-blocking open() not to hang on FIFO files, etc.Igor Sysoev2010-04-211-0/+1
* fix Win32 error messages when an temporary file replaces an existent file:Igor Sysoev2009-12-151-1/+1
* *) reset cached dirent.d_type after stat()Igor Sysoev2009-10-141-1/+1
* read_aheadIgor Sysoev2009-09-301-0/+2
* use caseless regex locations on caseless filesystems: MacOSX, Win32, CygwinIgor Sysoev2009-07-141-0/+1
* introduce ngx_write_console() to support OEM code pagesIgor Sysoev2009-04-281-0/+3
* -p and --prefix=Igor Sysoev2009-04-271-2/+1
* ngx_path_separator()Igor Sysoev2009-04-231-0/+2
* issue start up errors and warning on both stderr and error_logIgor Sysoev2009-04-231-0/+5
* delete win32 ngx_file_append_mode() as we use reliableIgor Sysoev2009-04-081-4/+0
* adopt NGX_FILE_TRUNCATE for win32Igor Sysoev2009-04-081-0/+1
* win32 ngx_open_file() supports utf8 names and NGX_FILE_APPENDIgor Sysoev2009-03-301-9/+3
* ngx_fs_bsize()Igor Sysoev2009-03-301-0/+2
* a prelimiary proxy cache supportIgor Sysoev2009-03-231-0/+1
* fix win32 ngx_is_dir(), etcIgor Sysoev2009-01-211-4/+6
* $realpath_rootIgor Sysoev2008-09-271-0/+2
* disable directio for unaligned reads in LinuxIgor Sysoev2008-09-121-2/+5
* *) autoconfigure struct dirent capabilitiesIgor Sysoev2008-09-051-14/+30
* style fixIgor Sysoev2008-09-051-9/+9
* fix building by msvc8 introduced in r2127Igor Sysoev2008-08-041-1/+1
* fix building by bcc broken in r2130Igor Sysoev2008-08-041-1/+1
* directioIgor Sysoev2008-07-301-1/+5
* case insensitive file system location support provided by locale onlyIgor Sysoev2008-07-291-0/+3
* ignore glob no match errorIgor Sysoev2008-04-291-1/+5
* use malloc() in ngx_win32_rename_file, set crit level instead of errorIgor Sysoev2007-12-071-2/+1
* fix win32 ngx_read_fd() and ngx_write_fd()Igor Sysoev2007-11-111-2/+4
* fix win32 globIgor Sysoev2007-11-111-0/+2
* win32 ngx_is_exec() stubIgor Sysoev2007-08-301-0/+1
* use ngx_dir_access() to enable search bits for directoryIgor Sysoev2007-01-291-0/+3