summaryrefslogtreecommitdiffhomepage
path: root/src/os/unix/ngx_freebsd_sendfile_chain.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-27Support for sendfile(SF_NOCACHE).Maxim Dounin1-0/+6
2021-12-27Simplified sendfile(SF_NODISKIO) usage.Maxim Dounin1-46/+28
2021-11-25HTTP/2: fixed "task already active" with sendfile in threads.Maxim Dounin1-13/+0
2018-03-19Fixed checking ngx_tcp_push() and ngx_tcp_nopush() return values.Ruslan Ermilov1-1/+1
2017-01-20Fixed trailer construction with limit on FreeBSD and macOS.Maxim Dounin1-6/+14
2016-03-03Fixed sendfile in threads (or with aio preload) and subrequests.Maxim Dounin1-0/+13
2015-04-06Used the correct type for the AIO preload handler return value.Valentin Bartenev1-2/+2
2015-02-11Refactored sendfile() AIO preload.Valentin Bartenev1-16/+61
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-9/+0
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-100/+22
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-06-19FreeBSD has migrated to Bugzilla.Sergey Kandaurov1-1/+1
2014-02-03Use ngx_socket_errno where appropriate.Piotr Sikora1-1/+1
2013-08-08Don't lose pointer to first nonempty buf in ngx_*_sendfile_chain().Gleb Smirnoff1-18/+16
2012-04-17IOV_MAX handling microoptimization.Maxim Dounin1-5/+11
2012-04-03Fixed spelling in multiline C comments.Ruslan Ermilov1-1/+1
2012-02-28Fixed spelling in single-line comments.Ruslan Ermilov1-1/+1
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2011-12-11Microoptimization of sendfile(2) usage under FreeBSD.Maxim Dounin1-2/+7
2011-09-19Replaced "can not" with "cannot" and "could not" in a bunch of places.Ruslan Ermilov1-1/+1
2009-09-04log offset passed to sendfile()Igor Sysoev1-2/+2
2009-09-04small optimizationIgor Sysoev1-2/+1
2009-08-30aio sendfileIgor Sysoev1-2/+19
2009-08-30refactor EAGAIN/EINTR processingIgor Sysoev1-17/+21
2007-07-29make 64-bit ngx_int_t on 64-bit platformsIgor Sysoev1-1/+1
2007-04-23fix sendfile on 64-bit Linux and limit_rate on all 64-bit platformsIgor Sysoev1-1/+1
2006-01-11nginx-0.3.20-RELEASE importrelease-0.3.20Igor Sysoev1-2/+7
2005-12-07nginx-0.3.15-RELEASE importrelease-0.3.15Igor Sysoev1-5/+1
2005-11-26nginx-0.3.12-RELEASE importrelease-0.3.12Igor Sysoev1-1/+1
2005-09-06nginx-0.1.44-RELEASE importrelease-0.1.44Igor Sysoev1-1/+5
2005-08-30nginx-0.1.43-RELEASE importrelease-0.1.43Igor Sysoev1-6/+5
2005-03-19nginx-0.1.25-RELEASE importrelease-0.1.25Igor Sysoev1-8/+10
2005-01-25nginx-0.1.16-RELEASE importrelease-0.1.16Igor Sysoev1-3/+9
2005-01-18nginx-0.1.14-RELEASE importrelease-0.1.14Igor Sysoev1-10/+10
2004-12-21nginx-0.1.13-RELEASE importrelease-0.1.13Igor Sysoev1-2/+2
2004-12-02nginx-0.1.11-RELEASE importrelease-0.1.11Igor Sysoev1-23/+27
2004-11-25nginx-0.1.9-RELEASE importrelease-0.1.9Igor Sysoev1-1/+1
2004-11-11nginx-0.1.5-RELEASE importrelease-0.1.5Igor Sysoev1-3/+3
2004-10-21nginx-0.1.2-RELEASE importrelease-0.1.2Igor Sysoev1-7/+21
2004-09-29nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyrightIgor Sysoev1-1/+1
2004-09-28nginx-0.1.0-2004-09-28-12:34:51 import; set copyright and remove unused filesIgor Sysoev1-1/+1
2004-09-16nginx-0.0.11-2004-09-16-20:10:13 importIgor Sysoev1-11/+28
2004-07-28nginx-0.0.9-2004-07-28-20:16:50 importIgor Sysoev1-1/+0
2004-07-02nginx-0.0.7-2004-07-02-19:54:34 importIgor Sysoev1-1/+1