summaryrefslogtreecommitdiffhomepage
path: root/src/os/unix/ngx_darwin_sendfile_chain.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-20Fixed trailer construction with limit on FreeBSD and macOS.Maxim Dounin1-1/+1
2015-01-13Fixed sendfile() trailers on OS X (8e903522c17a, 1.7.8).Maxim Dounin1-0/+3
2014-11-19Style.Valentin Bartenev1-2/+2
2014-08-13Moved writev() handling code to a separate function.Valentin Bartenev1-24/+5
2014-08-13Merged conditions in the ngx_*_sendfile_chain() functions.Valentin Bartenev1-13/+10
2014-08-13Moved the code for coalescing file buffers to a separate function.Valentin Bartenev1-24/+3
2014-10-07Introduced the ngx_output_chain_to_iovec() function.Valentin Bartenev1-102/+24
2014-11-19Renamed ngx_handle_sent_chain() to ngx_chain_update_sent().Valentin Bartenev1-1/+1
2014-08-27Fixed counting of sent bytes in the send chain functions on EINTR.Valentin Bartenev1-0/+1
2014-08-13Generalized definitions of the number of preallocated iovec's.Valentin Bartenev1-12/+5
2014-08-13Removed the "complete" variable from various send chain functions.Valentin Bartenev1-7/+2
2014-08-13Moved the code for adjusting sent buffers in a separate function.Valentin Bartenev1-36/+1
2014-08-13Fixed writev() debug log message in ngx_darwin_sendfile_chain().Valentin Bartenev1-1/+1
2014-06-19FreeBSD has migrated to Bugzilla.Sergey Kandaurov1-1/+1
2013-08-08Don't lose pointer to first nonempty buf in ngx_*_sendfile_chain().Gleb Smirnoff1-16/+14
2012-04-17IOV_MAX handling microoptimization.Maxim Dounin1-5/+11
2012-02-28Fixed spelling in single-line comments.Ruslan Ermilov1-1/+1
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2009-08-30refactor EAGAIN/EINTR processingIgor Sysoev1-19/+21
2008-07-30*) move Darwin support to separate filesIgor Sysoev1-0/+363