log src/os/unix/ngx_solaris_sendfilev_chain.c @ 7660:d33e17499088

age author description
Tue, 15 Mar 2016 18:26:59 +0300 Maxim Dounin Truncation detection in sendfilev() on Solaris.
Wed, 19 Nov 2014 21:17:11 +0300 Valentin Bartenev Refactored ngx_solaris_sendfilev_chain().
Wed, 19 Nov 2014 21:16:19 +0300 Valentin Bartenev Renamed ngx_handle_sent_chain() to ngx_chain_update_sent().
Wed, 27 Aug 2014 20:51:01 +0400 Valentin Bartenev Fixed counting of sent bytes in the send chain functions on EINTR.
Wed, 13 Aug 2014 15:11:45 +0400 Valentin Bartenev Generalized definitions of the number of preallocated iovec's.
Wed, 13 Aug 2014 15:11:45 +0400 Valentin Bartenev Removed the "complete" variable from various send chain functions.
Wed, 13 Aug 2014 15:11:45 +0400 Valentin Bartenev Moved the code for adjusting sent buffers in a separate function.