summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_output_chain.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-23Optimized chain link usage (ticket #2614).Roman Arutyunyan1-2/+8
2021-12-27Support for sendfile(SF_NOCACHE).Maxim Dounin1-4/+13
2021-12-27Simplified sendfile(SF_NODISKIO) usage.Maxim Dounin1-32/+0
2021-10-29Upstream: sendfile_max_chunk support.Maxim Dounin1-0/+4
2018-11-26Negative size buffers detection.Maxim Dounin1-4/+60
2016-12-07Fixed spelling of logical AND operator, no functional changes.Sergey Kandaurov1-1/+1
2016-03-18Threads: task pointer stored in ngx_file_t.Maxim Dounin1-3/+8
2016-03-03Copy filter: fixed sendfile aio handlers to set ctx->aio.Maxim Dounin1-1/+0
2015-03-23Output chain: free chain links in ngx_chain_writer().Maxim Dounin1-4/+12
2015-03-23Output chain: zero size buf alerts in ngx_chain_writer().Maxim Dounin1-1/+32
2015-03-14Added support for offloading read() in thread pools.Valentin Bartenev1-9/+23
2015-02-11Refactored sendfile() AIO preload.Valentin Bartenev1-0/+32
2015-01-28Fixed AIO handling in the output chain.Valentin Bartenev1-2/+6
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2011-09-15API change: ngx_chain_update_chains() now requires pool.Maxim Dounin1-1/+2
2010-10-12file AIO read may be posted inside loopIgor Sysoev1-6/+6
2010-05-14use ngx_min() and ngx_max()Igor Sysoev1-4/+1
2009-09-25uniform ngx_directio_on/off() interface with other file functionsIgor Sysoev1-2/+2
2009-09-22fail if file size was changedIgor Sysoev1-3/+1
2009-09-13fix case when the output filter should add incoming buffersIgor Sysoev1-2/+8
2009-08-28fix build by msvc, introduced in r3054Igor Sysoev1-2/+2
2009-08-28directio_alignmentIgor Sysoev1-6/+4
2009-08-28FreeBSD and Linux AIO supportIgor Sysoev1-6/+18
2009-06-02leave chain in consistent state on errorsIgor Sysoev1-2/+1
2009-05-28fix XSLT filter in SSI subrequestsIgor Sysoev1-0/+2
2008-11-20allow directio on XFSIgor Sysoev1-3/+14
2008-09-12disable directio for unaligned reads in LinuxIgor Sysoev1-0/+37
2008-09-11add filename to the log messageIgor Sysoev1-2/+2
2008-09-08fix building on 64-bit platforms, introduced in r2232Igor Sysoev1-2/+2
2008-09-05*) handle unaligned file part for directioIgor Sysoev1-41/+127
2008-09-03split ngx_output_chain()Igor Sysoev1-59/+64
2008-08-15fix log messageIgor Sysoev1-1/+1
2008-07-30directioIgor Sysoev1-4/+21
2008-04-09small optimizationIgor Sysoev1-9/+11
2007-06-06fix bug introduced in r1228Igor Sysoev1-1/+1
2007-06-03inherit flush flag, this fixes https proxyingIgor Sysoev1-4/+6
2007-06-03add debug loggingIgor Sysoev1-2/+3
2007-05-29an request body might not be passed to backend,Igor Sysoev1-3/+3
2007-05-28fix "proxy_pass https://"Igor Sysoev1-1/+4
2006-10-30fix formatIgor Sysoev1-1/+1
2006-01-11nginx-0.3.20-RELEASE importrelease-0.3.20Igor Sysoev1-2/+6
2005-11-15nginx-0.3.10-RELEASE importrelease-0.3.10Igor Sysoev1-1/+2
2005-10-24nginx-0.3.6-RELEASE importrelease-0.3.6Igor Sysoev1-4/+4
2005-05-23nginx-0.1.33-RELEASE importrelease-0.1.33Igor Sysoev1-2/+2
2005-05-12nginx-0.1.29-RELEASE importrelease-0.1.29Igor Sysoev1-2/+7
2005-04-08nginx-0.1.28-RELEASE importrelease-0.1.28Igor Sysoev1-2/+4
2005-03-19nginx-0.1.25-RELEASE importrelease-0.1.25Igor Sysoev1-5/+12
2005-03-04nginx-0.1.24-RELEASE importrelease-0.1.24Igor Sysoev1-12/+13
2005-01-25nginx-0.1.16-RELEASE importrelease-0.1.16Igor Sysoev1-1/+11
2005-01-18nginx-0.1.14-RELEASE importrelease-0.1.14Igor Sysoev1-1/+1