log src/http/ngx_http_copy_filter_module.c @ 4697:09187f9b0950

age author description
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