summaryrefslogtreecommitdiffhomepage
path: root/src/os/win32 (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-26Win32: fixed unique file index calculations.Piotr Sikora1-1/+2
2024-01-29Silenced complaints about socket leaks on forced termination.Maxim Dounin1-1/+1
2023-12-09Win32: extended ngx_random() range to 0x7fffffff.J Carter1-1/+5
2023-08-14QUIC: path MTU discovery.Roman Arutyunyan1-0/+1
2023-03-29Merged with the default branch.Sergey Kandaurov2-91/+638
2023-02-23Win32: non-ASCII names in ngx_fs_bsize(), ngx_fs_available().Maxim Dounin1-4/+42
2023-02-23Win32: removed attempt to use a drive letter in ngx_fs_bsize().Maxim Dounin1-6/+0
2023-02-23Win32: non-ASCII names support in ngx_open_tempfile().Maxim Dounin2-10/+37
2023-02-23Win32: non-ASCII names support in ngx_rename_file().Maxim Dounin2-1/+56
2023-02-23Win32: non-ASCII names support in ngx_delete_file().Maxim Dounin2-1/+37
2023-02-23Win32: reworked ngx_win32_rename_file() to use nginx wrappers.Maxim Dounin1-3/+3
2023-02-23Win32: reworked ngx_win32_rename_file() to check errors.Maxim Dounin1-2/+10
2023-02-23Win32: non-ASCII directory names support in ngx_delete_dir().Maxim Dounin2-1/+37
2023-02-23Win32: non-ASCII directory names support in ngx_create_dir().Maxim Dounin2-10/+72
2023-02-23Win32: non-ASCII directory names support in ngx_getcwd().Maxim Dounin2-1/+39
2023-02-23Win32: non-ASCII names support in "include" with wildcards.Maxim Dounin2-34/+64
2023-02-23Win32: non-ASCII names support in autoindex (ticket #458).Maxim Dounin2-21/+244
2022-12-15Merged with the default branch.Sergey Kandaurov3-0/+5
2022-12-01Win32: event flags handling edge cases in ngx_wsarecv().Maxim Dounin2-0/+4
2022-11-18Process events posted by ngx_close_idle_connections() immediately.Roman Arutyunyan1-0/+1
2022-09-07Win32: disabled C4306 warnings with MSVC.Maxim Dounin1-0/+3
2022-09-07Win32: removed misleading comment about warnings being disabled.Maxim Dounin1-2/+0
2022-11-22Added shutdown macros for win32 required for QUIC.Sergey Kandaurov1-0/+2
2021-07-05Win32: use only preallocated memory in send/recv chain functions.Ruslan Ermilov2-12/+20
2021-06-18Fixed format strings for ngx_win32_version.Maxim Dounin1-3/+3
2020-06-22Cache: introduced min_free cache clearing.Maxim Dounin2-0/+14
2019-10-21Win32: silenced -Wcast-function-type GCC warning (ticket #1865).Maxim Dounin1-1/+1
2019-10-21Win32: improved fallback on FormatMessage() errors.Maxim Dounin1-1/+1
2019-10-17Events: available bytes calculation via ioctl(FIONREAD).Maxim Dounin5-0/+96
2019-01-24Win32: added WSAPoll() support.Maxim Dounin2-0/+75
2018-12-24Win32: removed NGX_DIR_MASK concept.Maxim Dounin2-6/+18
2018-05-29Win32: fixed comment in ngx_gettimeofday() calculations.Ruslan Ermilov1-1/+1
2017-11-28Fixed "changing binary" when reaper is not init.Ruslan Ermilov2-0/+3
2017-08-09Style.Sergey Kandaurov1-0/+1
2017-03-07Introduced worker_shutdown_timeout.Maxim Dounin1-0/+1
2017-03-07Cancelable timers are now preserved if there are other timers.Maxim Dounin1-5/+1
2016-12-24Win32: compatiblity with OpenSSL 1.1.0.Maxim Dounin1-0/+3
2016-12-24Win32: support 64-bit compilation with MSVC.Maxim Dounin1-0/+10
2016-12-24Win32: fixed some warnings reported by Borland C.Maxim Dounin1-0/+3
2016-12-24Win32: minimized redefinition of ssize_t.Maxim Dounin1-1/+1
2016-12-24Win32: minimized redefinition of intptr_t/uintptr_t.Maxim Dounin1-1/+1
2016-12-24Win32: stdint.h used for MinGW GCC.Maxim Dounin1-1/+1
2016-12-24Win32: fixed building with newer versions of MinGW GCC.Maxim Dounin1-0/+1
2016-10-05Cache: cache manager limits.Dmitry Volyntsev1-3/+3
2016-09-15Stream: filters.Roman Arutyunyan2-0/+4
2016-08-04Always seed PRNG with PID, seconds, and milliseconds.Ruslan Ermilov2-8/+12
2016-08-04Win32: added per-thread random seeding.Ruslan Ermilov1-0/+2
2016-04-08Removed redundant "u" format specifier.Ruslan Ermilov2-2/+2
2016-04-07Fixed spelling.Josh Soref1-1/+1
2016-03-31Fixed ngx_os_signal_process() prototype.Ruslan Ermilov2-3/+3