log src/core/ngx_output_chain.c @ 7660:d33e17499088

age author description
Mon, 26 Nov 2018 18:29:56 +0300 Maxim Dounin Negative size buffers detection.
Wed, 07 Dec 2016 13:54:30 +0300 Sergey Kandaurov Fixed spelling of logical AND operator, no functional changes.
Fri, 18 Mar 2016 06:43:52 +0300 Maxim Dounin Threads: task pointer stored in ngx_file_t.
Thu, 03 Mar 2016 21:14:19 +0300 Maxim Dounin Copy filter: fixed sendfile aio handlers to set ctx->aio.
Mon, 23 Mar 2015 21:09:05 +0300 Maxim Dounin Output chain: free chain links in ngx_chain_writer().
Mon, 23 Mar 2015 20:56:58 +0300 Maxim Dounin Output chain: zero size buf alerts in ngx_chain_writer().
Sat, 14 Mar 2015 17:37:25 +0300 Valentin Bartenev Added support for offloading read() in thread pools.
Wed, 11 Feb 2015 17:52:15 +0300 Valentin Bartenev Refactored sendfile() AIO preload.
Wed, 28 Jan 2015 21:33:06 +0300 Valentin Bartenev Fixed AIO handling in the output chain.
Sun, 05 Feb 2012 20:02:59 +0000 Maxim Dounin Merge of r4406, r4413: copyrights updated. stable-1.0
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Thu, 15 Sep 2011 16:03:17 +0000 Maxim Dounin API change: ngx_chain_update_chains() now requires pool.
Tue, 12 Oct 2010 12:06:52 +0000 Igor Sysoev file AIO read may be posted inside loop
Fri, 14 May 2010 09:55:33 +0000 Igor Sysoev use ngx_min() and ngx_max()
Mon, 01 Feb 2010 15:06:25 +0000 Igor Sysoev merge r3138, r3139, r3157, r3158, r3159, r3164, r3165, stable-0.7
Mon, 01 Feb 2010 14:31:26 +0000 Igor Sysoev merge r3148, r3152, r3161: stable-0.7
Fri, 25 Sep 2009 14:17:28 +0000 Igor Sysoev uniform ngx_directio_on/off() interface with other file functions
Tue, 22 Sep 2009 09:44:57 +0000 Igor Sysoev fail if file size was changed
Sun, 13 Sep 2009 06:28:17 +0000 Igor Sysoev fix case when the output filter should add incoming buffers
Fri, 28 Aug 2009 11:46:12 +0000 Igor Sysoev fix build by msvc, introduced in r3054
Fri, 28 Aug 2009 08:15:55 +0000 Igor Sysoev directio_alignment
Fri, 28 Aug 2009 08:12:35 +0000 Igor Sysoev FreeBSD and Linux AIO support
Tue, 02 Jun 2009 16:07:13 +0000 Igor Sysoev leave chain in consistent state on errors
Thu, 28 May 2009 15:42:27 +0000 Igor Sysoev fix XSLT filter in SSI subrequests
Thu, 20 Nov 2008 16:21:39 +0000 Igor Sysoev allow directio on XFS
Fri, 12 Sep 2008 13:50:12 +0000 Igor Sysoev disable directio for unaligned reads in Linux
Thu, 11 Sep 2008 15:52:11 +0000 Igor Sysoev add filename to the log message
Mon, 08 Sep 2008 09:33:37 +0000 Igor Sysoev fix building on 64-bit platforms, introduced in r2232
Fri, 05 Sep 2008 14:48:47 +0000 Igor Sysoev *) handle unaligned file part for directio
Wed, 03 Sep 2008 10:01:29 +0000 Igor Sysoev split ngx_output_chain()