summaryrefslogtreecommitdiffhomepage
path: root/src/os (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-26Detect cache line size at runtime on macOS.Piotr Sikora2-6/+15
2024-02-26Win32: fixed unique file index calculations.Piotr Sikora1-1/+2
2024-01-29AIO operations now add timers (ticket #2162).Maxim Dounin2-0/+5
2024-01-29Silenced complaints about socket leaks on forced termination.Maxim Dounin2-6/+6
2023-12-09Win32: extended ngx_random() range to 0x7fffffff.J Carter1-1/+5
2023-08-14QUIC: path MTU discovery.Roman Arutyunyan2-0/+2
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
2023-01-02Merged with the default branch.Sergey Kandaurov1-1/+1
2022-12-16Style.BullerDu1-1/+1
2022-12-15Merged with the default branch.Sergey Kandaurov4-10/+6
2022-12-01Win32: event flags handling edge cases in ngx_wsarecv().Maxim Dounin2-0/+4
2022-11-23Fixed segfault when switching off master process during upgrade.Maxim Dounin1-10/+0
2022-11-18Process events posted by ngx_close_idle_connections() immediately.Roman Arutyunyan2-0/+2
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
2022-10-20Merged with the default branch.Sergey Kandaurov1-2/+3
2022-07-15Events: fixed EPOLLRDHUP with FIONREAD (ticket #2367).Maxim Dounin1-0/+2
2022-07-26Merged with the default branch.Sergey Kandaurov1-0/+2
2022-06-22Merged with the default branch.Sergey Kandaurov2-2/+6
2022-05-30Fixed runtime handling of systems without EPOLLRDHUP support.Marcus Ball2-2/+6
2022-01-26Core: added autotest for UDP segmentation offloading.Vladimir Homutov1-0/+4
2022-01-25Core: added function for local source address cmsg.Vladimir Homutov1-0/+65
2022-01-25Core: made the ngx_sendmsg() function non-static.Vladimir Homutov1-70/+95
2022-01-25QUIC: fixed macro style.Vladimir Homutov1-3/+3
2021-12-29Merged with the default branch.Sergey Kandaurov1-46/+34
2021-12-27Support for sendfile(SF_NOCACHE).Maxim Dounin1-0/+6
2021-12-27Simplified sendfile(SF_NODISKIO) usage.Maxim Dounin1-46/+28
2021-12-24Merged with the default branch.Ruslan Ermilov2-22/+0
2021-12-13QUIC: write and full stream shutdown support.Roman Arutyunyan1-0/+2
2021-11-25HTTP/2: fixed "task already active" with sendfile in threads.Maxim Dounin2-22/+0
2021-10-29Fixed sendfile() limit handling on Linux.Maxim Dounin1-1/+3
2021-11-03Merged with the default branch.Sergey Kandaurov1-1/+3
2021-09-01Merged with the default branch.Sergey Kandaurov1-33/+33
2021-08-30Give GCC atomics precedence over deprecated Darwin atomic(3).Sergey Kandaurov1-33/+33
2021-07-20Core: fixed errno clobbering in ngx_sendmsg().Vladimir Homutov1-9/+9
2021-07-15Merged with the default branch.Sergey Kandaurov4-16/+24
2021-07-15Core: added separate function for local source address cmsg.Vladimir Homutov1-0/+65