log src/os/unix/ngx_readv_chain.c @ 9303:2a847df38232 default tip

age author description
Fri, 15 Jul 2022 15:19:32 +0300 Maxim Dounin Events: fixed EPOLLRDHUP with FIONREAD (ticket #2367).
Mon, 30 May 2022 02:38:07 +0300 Marcus Ball Fixed runtime handling of systems without EPOLLRDHUP support.
Mon, 05 Jul 2021 13:09:23 +0300 Ruslan Ermilov Use only preallocated memory in ngx_readv_chain() (ticket #1408).
Thu, 17 Oct 2019 16:02:19 +0300 Maxim Dounin Events: available bytes calculation via ioctl(FIONREAD).
Fri, 13 May 2016 17:19:23 +0300 Valentin Bartenev Improved EPOLLRDHUP handling.
Fri, 08 Apr 2016 16:49:35 +0300 Ruslan Ermilov Simplified ngx_unix_recv() and ngx_readv_chain().