log src/os/win32/ngx_files.c @ 2782:4bd7825fab80

age author description
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