summaryrefslogtreecommitdiffhomepage
path: root/src/os/unix (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-21Use NULL instead of 0 for null pointer constant.HEADmasterAndrew Clayton1-1/+1
2025-02-18Core: fix build without libcrypt.Piotr Sikora2-2/+14
2024-11-19On DragonFly BSD 5.8+, TCP_KEEPIDLE and TCP_KEEPINTVL are in secs.Andy Pan1-1/+1
2024-02-26Detect cache line size at runtime on macOS.Piotr Sikora2-6/+15
2024-01-29AIO operations now add timers (ticket #2162).Maxim Dounin2-0/+5
2024-01-29Silenced complaints about socket leaks on forced termination.Maxim Dounin1-5/+5
2023-08-14QUIC: path MTU discovery.Roman Arutyunyan1-0/+1
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 Kandaurov1-10/+1
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 Arutyunyan1-0/+1
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 Kandaurov1-1/+1
2021-07-15Core: added separate function for local source address cmsg.Vladimir Homutov1-0/+65
2021-07-15QUIC: added support for segmentation offloading.Vladimir Homutov1-0/+4
2021-07-15Core: made the ngx_sendmsg() function non-static.Vladimir Homutov1-68/+93
2021-07-05Use only preallocated memory in ngx_readv_chain() (ticket #1408).Ruslan Ermilov1-1/+1
2021-04-22Restored zeroing of ngx_channel_t in ngx_pass_open_channel().Ruslan Ermilov1-0/+2
2021-03-11Removed "ch" argument from ngx_pass_open_channel().Ruslan Ermilov1-39/+18
2021-03-01Introduced strerrordesc_np() support.Maxim Dounin1-1/+45
2021-03-01Improved maximum errno detection.Maxim Dounin1-6/+85
2020-06-22Cache: introduced min_free cache clearing.Maxim Dounin2-0/+34
2020-06-22Too large st_blocks values are now ignored (ticket #157).Maxim Dounin1-1/+4
2020-06-22Large block sizes on Linux are now ignored (ticket #1168).Maxim Dounin1-0/+12
2020-06-08Stream: fixed processing of zero length UDP packets (ticket #1982).Vladimir Homutov1-0/+7
2020-06-01Fixed SIGQUIT not removing listening UNIX sockets (closes #753).Ruslan Ermilov1-12/+2
2019-10-17Events: available bytes calculation via ioctl(FIONREAD).Maxim Dounin3-2/+77
2019-01-28Fixed portability issues with union sigval.Sergey Kandaurov2-1/+7
2018-12-24Win32: removed NGX_DIR_MASK concept.Maxim Dounin1-3/+0
2018-07-22Fixed NGX_TID_T_FMT format specification for uint64_t.Maxim Dounin1-2/+2
2018-05-23Removed glibc crypt_r() bug workaround (ticket #1469).Maxim Dounin1-4/+0