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