log src/os/unix/ngx_linux_sendfile_chain.c @ 6440:248aa2757332

age author description
Fri, 18 Mar 2016 05:04:45 +0300 Maxim Dounin Fixed timeouts with threaded sendfile() and subrequests.
Tue, 15 Mar 2016 18:26:17 +0300 Maxim Dounin Truncation detection in sendfile() on Linux.
Mon, 14 Mar 2016 22:42:35 +0300 Valentin Bartenev Fixed handling of EAGAIN with sendfile in threads.
Thu, 03 Mar 2016 21:14:12 +0300 Maxim Dounin Fixed sendfile in threads (or with aio preload) and subrequests.
Sat, 14 Mar 2015 17:37:30 +0300 Valentin Bartenev Added support for offloading Linux sendfile() in thread pools.
Fri, 27 Feb 2015 19:19:08 +0300 Valentin Bartenev Refactored ngx_linux_sendfile_chain() even more.