summaryrefslogtreecommitdiffhomepage
path: root/src/os/unix (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-26Merged with the default branch.Sergey Kandaurov1-0/+2
2022-07-15Events: fixed EPOLLRDHUP with FIONREAD (ticket #2367).Maxim Dounin1-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
2018-03-19Fixed checking ngx_tcp_push() and ngx_tcp_nopush() return values.Ruslan Ermilov2-2/+2
2017-12-19Fixed capabilities version.Roman Arutyunyan1-1/+1
2017-12-18Improved the capabilities feature detection.Roman Arutyunyan2-2/+2
2017-12-13Retain CAP_NET_RAW capability for transparent proxying.Roman Arutyunyan2-0/+37
2017-12-11Use sysconf to determine cacheline size at runtime.Debayan Ghosh1-0/+10
2017-11-28Removed unused FreeBSD-specific definitions in ngx_posix_config.h.Sergey Kandaurov1-20/+0
2017-11-28Fixed "changing binary" when reaper is not init.Ruslan Ermilov4-3/+8
2017-09-18Removed more remnants of the old pthread implementation.Ruslan Ermilov1-10/+0
2017-08-09Style.Sergey Kandaurov1-0/+1
2017-06-01Style.Maxim Dounin1-3/+3
2017-04-27Added missing "fall through" comments (ticket #1259).Maxim Dounin1-0/+1
2017-04-20Core: signal sender pid logging.Igor Sysoev1-8/+24