summaryrefslogtreecommitdiffhomepage
path: root/src/os/win32 (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-02-21a prelimiary IPv6 support, HTTP listenIgor Sysoev1-0/+1
2009-01-21use GetFileAttributesEx() instead of GetFileAttributes()Igor Sysoev1-21/+2
2009-01-21fix win32 ngx_is_dir(), etcIgor Sysoev1-4/+6
2009-01-21fix r1981 on win32Igor Sysoev1-3/+8
2008-12-17remove never used zero copy stuffIgor Sysoev1-1/+0
2008-12-10use ngx_ext_rename_file() for single file MOVEIgor Sysoev1-3/+6
2008-12-09compact win32 errno loggingIgor Sysoev1-7/+2
2008-12-09remove stale pragmaIgor Sysoev1-3/+0
2008-11-25ngx_strerror_r() style and size == 0 bug fixIgor Sysoev1-1/+2
2008-09-27$realpath_rootIgor Sysoev2-0/+10
2008-09-12disable directio for unaligned reads in LinuxIgor Sysoev2-3/+12
2008-09-05*) autoconfigure struct dirent capabilitiesIgor Sysoev3-42/+31
*) move src/os/.../ngx_types.h's content into src/os/.../ngx_files.h and delete src/os/.../ngx_types.h
2008-09-05style fixIgor Sysoev1-9/+9
2008-08-30ngx_timezone_update()Igor Sysoev1-0/+2
2008-08-04fix building by bcc broken in r2143Igor Sysoev1-0/+1
2008-08-04fix building by msvc8 introduced in r2127Igor Sysoev1-1/+1
2008-08-04fix building by bcc broken in r2130Igor Sysoev2-1/+8
2008-07-30directioIgor Sysoev1-1/+5
2008-07-29case insensitive file system location support provided by locale onlyIgor Sysoev1-0/+3
2008-04-29ignore glob no match errorIgor Sysoev2-1/+19
2008-01-25add NGX_ENETDOWN, NGX_ENETUNREACH, and NGX_EHOSTDOWNIgor Sysoev1-0/+3
2007-12-07use malloc() in ngx_win32_rename_file, set crit level instead of errorIgor Sysoev2-7/+8
2007-12-03ngx_udp_recv()Igor Sysoev3-3/+154
2007-12-01style fixIgor Sysoev1-2/+4
2007-12-01style fix: remove trailing spacesIgor Sysoev1-9/+9
2007-11-15enable getenv() and gmtime() in msvc8Igor Sysoev1-0/+3
2007-11-11fix win32 ngx_read_fd() and ngx_write_fd()Igor Sysoev2-2/+30
2007-11-11TransmitPackets(), ConnectEx(), and DisconnectEx()Igor Sysoev2-33/+175
2007-11-11fix win32 globIgor Sysoev2-5/+47
2007-08-30win32 ngx_is_exec() stubIgor Sysoev1-0/+1
2007-08-09set default listen() backlog to 511 on all platforms except FreeBSDIgor Sysoev1-0/+3
2007-07-29make 64-bit ngx_int_t on 64-bit platformsIgor Sysoev1-0/+1
2007-05-05fix building by owc12Igor Sysoev1-1/+7
2007-01-29use ngx_dir_access() to enable search bits for directoryIgor Sysoev1-0/+3
2007-01-18ngx_read_fd()Igor Sysoev1-0/+5
2007-01-18NGX_FILE_WRONLYIgor Sysoev1-0/+1
2007-01-18ngx_file_access() and ngx_de_access()Igor Sysoev1-0/+2
2007-01-18style fixIgor Sysoev1-2/+1
2007-01-18axe Win9X codeIgor Sysoev1-8/+3
2007-01-18add commentIgor Sysoev1-0/+3
2007-01-18axe unused codeIgor Sysoev1-3/+0
2007-01-18ngx_open_file(name, access, create) > ngx_open_file(name, mode, create, access)Igor Sysoev1-2/+4
2007-01-18style fixIgor Sysoev1-18/+18
2007-01-18rename mode to accessIgor Sysoev1-1/+1
2007-01-12style fix: remove tabsIgor Sysoev1-1/+1
2006-11-20slab allocator in shared memoryIgor Sysoev4-2/+8
2006-10-23APOPIgor Sysoev1-0/+3
2006-10-16win32 uint16_t definitionIgor Sysoev1-21/+25
2006-10-09style fix: remove trailing spacesIgor Sysoev2-2/+2
2006-10-02glob support in includeIgor Sysoev3-10/+82