log src/http/ngx_http_copy_filter_module.c @ 7985:ec2e6893caaa

age author description
Mon, 27 Dec 2021 19:48:33 +0300 Maxim Dounin Simplified sendfile(SF_NODISKIO) usage.
Thu, 25 Nov 2021 22:02:10 +0300 Maxim Dounin HTTP/2: fixed sendfile() aio handling.
Thu, 25 Nov 2021 22:02:05 +0300 Maxim Dounin HTTP/2: fixed "task already active" with sendfile in threads.
Tue, 28 Mar 2017 18:15:42 +0300 Maxim Dounin Copy filter: wake up subrequests after aio operations.
Thu, 03 Mar 2016 21:14:19 +0300 Maxim Dounin Copy filter: fixed sendfile aio handlers to set ctx->aio.
Tue, 15 Sep 2015 17:49:15 +0300 Valentin Bartenev Increased the default number of output buffers.
Sat, 14 Mar 2015 17:37:25 +0300 Valentin Bartenev Added support for offloading read() in thread pools.
Thu, 12 Mar 2015 20:06:04 +0300 Ruslan Ermilov Deprecated "aio sendfile".
Wed, 11 Feb 2015 17:52:15 +0300 Valentin Bartenev Refactored sendfile() AIO preload.
Sat, 04 Jan 2014 03:31:58 +0400 Maxim Dounin Allowed up to two EBUSY errors from sendfile().
Thu, 15 Mar 2012 20:08:58 +0000 Ruslan Ermilov Local variable "ngx_http_next_filter" renamed to "ngx_http_next_body_filter"
Mon, 30 Jan 2012 07:39:47 +0000 Maxim Dounin Fixed AIO error handling on FreeBSD.
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Tue, 11 Oct 2011 18:00:23 +0000 Maxim Dounin Fix for socket leak with "aio sendfile" and "limit_rate".
Tue, 12 Oct 2010 12:18:39 +0000 Igor Sysoev always update an aio_senfile connection flag accodring to a current
Tue, 12 Oct 2010 12:06:52 +0000 Igor Sysoev file AIO read may be posted inside loop
Mon, 07 Jun 2010 09:54:19 +0000 Igor Sysoev merge r3454, r3455, r3486, r3496, r3519, r3523: stable-0.7
Fri, 14 May 2010 12:18:44 +0000 Igor Sysoev fix SSI include stub for valid empty responses
Thu, 05 Nov 2009 13:12:30 +0000 Igor Sysoev export aio presence knowledge to prevent using "aio sendfile",
Sun, 13 Sep 2009 06:28:17 +0000 Igor Sysoev fix case when the output filter should add incoming buffers
Mon, 07 Sep 2009 12:10:07 +0000 Igor Sysoev do not pass incoming buf chain twice if data are ready,
Fri, 04 Sep 2009 18:51:17 +0000 Igor Sysoev fix the previous commit
Fri, 04 Sep 2009 16:59:23 +0000 Igor Sysoev preload just a single byte to avoid testing file overrun
Mon, 31 Aug 2009 14:00:16 +0000 Igor Sysoev retry aio sendfile if data are ready
Mon, 31 Aug 2009 13:51:13 +0000 Igor Sysoev fix building on FreeBSD without --with-file-aio
Sun, 30 Aug 2009 09:52:39 +0000 Igor Sysoev aio sendfile
Sat, 29 Aug 2009 18:42:31 +0000 Igor Sysoev use local variable and fix debug log message
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
Wed, 26 Aug 2009 16:14:57 +0000 Igor Sysoev axe r->connection->destroyed testing