log src/os/unix/ngx_linux_sendfile_chain.c @ 7660:d33e17499088

age author description
Mon, 19 Mar 2018 16:28:23 +0300 Ruslan Ermilov Fixed checking ngx_tcp_push() and ngx_tcp_nopush() return values.
Tue, 28 Mar 2017 18:15:39 +0300 Maxim Dounin Simplified and improved sendfile() code on Linux.
Thu, 31 Mar 2016 02:33:57 +0300 Sergey Kandaurov Fixed logging.
Fri, 18 Mar 2016 05:04:45 +0300 Maxim Dounin Fixed timeouts with threaded sendfile() and subrequests.
Tue, 15 Mar 2016 18:26:17 +0300 Maxim Dounin Truncation detection in sendfile() on Linux.
Mon, 14 Mar 2016 22:42:35 +0300 Valentin Bartenev Fixed handling of EAGAIN with sendfile in threads.
Thu, 03 Mar 2016 21:14:12 +0300 Maxim Dounin Fixed sendfile in threads (or with aio preload) and subrequests.
Sat, 14 Mar 2015 17:37:30 +0300 Valentin Bartenev Added support for offloading Linux sendfile() in thread pools.
Fri, 27 Feb 2015 19:19:08 +0300 Valentin Bartenev Refactored ngx_linux_sendfile_chain() even more.
Wed, 19 Nov 2014 21:18:13 +0300 Valentin Bartenev Fixed type of sendfile() return value on Linux.
Wed, 13 Aug 2014 15:11:45 +0400 Valentin Bartenev Moved writev() handling code to a separate function.
Wed, 13 Aug 2014 15:11:45 +0400 Valentin Bartenev Merged conditions in the ngx_*_sendfile_chain() functions.
Wed, 13 Aug 2014 15:11:45 +0400 Valentin Bartenev Moved the code for coalescing file buffers to a separate function.
Tue, 07 Oct 2014 11:38:57 +0400 Valentin Bartenev Introduced the ngx_output_chain_to_iovec() function.
Wed, 19 Nov 2014 21:16:19 +0300 Valentin Bartenev Renamed ngx_handle_sent_chain() to ngx_chain_update_sent().
Wed, 27 Aug 2014 20:51:01 +0400 Valentin Bartenev Fixed counting of sent bytes in the send chain functions on EINTR.
Wed, 13 Aug 2014 15:11:45 +0400 Valentin Bartenev Generalized definitions of the number of preallocated iovec's.
Wed, 13 Aug 2014 15:11:45 +0400 Valentin Bartenev Removed the "complete" variable from various send chain functions.
Wed, 13 Aug 2014 15:11:45 +0400 Valentin Bartenev Moved the code for adjusting sent buffers in a separate function.
Mon, 03 Feb 2014 14:17:17 -0800 Piotr Sikora Use ngx_socket_errno where appropriate.
Thu, 15 Aug 2013 19:14:33 +0400 Valentin Bartenev Unbreak building on Linux without sendfile64() support.
Thu, 08 Aug 2013 15:06:39 +0400 Gleb Smirnoff Don't lose pointer to first nonempty buf in ngx_*_sendfile_chain().
Tue, 21 May 2013 18:43:43 -0700 Piotr Sikora Style: remove unnecessary references to HTTP from non-HTTP modules.
Tue, 17 Apr 2012 09:13:15 +0000 Maxim Dounin IOV_MAX handling microoptimization.
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Sun, 30 Aug 2009 09:42:29 +0000 Igor Sysoev refactor EAGAIN/EINTR processing
Sun, 29 Jul 2007 18:24:53 +0000 Igor Sysoev make 64-bit ngx_int_t on 64-bit platforms
Mon, 07 May 2007 07:04:00 +0000 Igor Sysoev add debug log
Mon, 23 Apr 2007 21:32:13 +0000 Igor Sysoev fix sendfile on 64-bit Linux and limit_rate on all 64-bit platforms
Thu, 07 Sep 2006 18:56:45 +0000 Igor Sysoev workaround of 2G+ file bug in 64-bit Linux sendfile()
Wed, 11 Jan 2006 15:26:57 +0000 Igor Sysoev nginx-0.3.20-RELEASE import release-0.3.20
Fri, 16 Dec 2005 15:07:08 +0000 Igor Sysoev nginx-0.3.16-RELEASE import release-0.3.16
Mon, 05 Dec 2005 16:59:05 +0000 Igor Sysoev nginx-0.3.14-RELEASE import release-0.3.14
Tue, 15 Nov 2005 13:30:52 +0000 Igor Sysoev nginx-0.3.10-RELEASE import release-0.3.10
Sat, 19 Mar 2005 12:38:37 +0000 Igor Sysoev nginx-0.1.25-RELEASE import release-0.1.25
Wed, 16 Feb 2005 13:40:36 +0000 Igor Sysoev nginx-0.1.19-RELEASE import release-0.1.19
Tue, 25 Jan 2005 12:27:35 +0000 Igor Sysoev nginx-0.1.16-RELEASE import release-0.1.16
Tue, 18 Jan 2005 13:03:58 +0000 Igor Sysoev nginx-0.1.14-RELEASE import release-0.1.14
Tue, 21 Dec 2004 12:30:30 +0000 Igor Sysoev nginx-0.1.13-RELEASE import release-0.1.13
Thu, 02 Dec 2004 18:40:46 +0000 Igor Sysoev nginx-0.1.11-RELEASE import release-0.1.11
Thu, 25 Nov 2004 16:17:31 +0000 Igor Sysoev nginx-0.1.9-RELEASE import release-0.1.9
Thu, 11 Nov 2004 14:07:14 +0000 Igor Sysoev nginx-0.1.5-RELEASE import release-0.1.5
Thu, 21 Oct 2004 15:34:38 +0000 Igor Sysoev nginx-0.1.2-RELEASE import release-0.1.2
Wed, 29 Sep 2004 16:00:49 +0000 Igor Sysoev nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyright
Tue, 28 Sep 2004 08:34:51 +0000 Igor Sysoev nginx-0.1.0-2004-09-28-12:34:51 import; set copyright and remove unused files
Thu, 16 Sep 2004 16:10:13 +0000 Igor Sysoev nginx-0.0.11-2004-09-16-20:10:13 import
Wed, 28 Jul 2004 16:16:50 +0000 Igor Sysoev nginx-0.0.9-2004-07-28-20:16:50 import
Mon, 21 Jun 2004 15:59:32 +0000 Igor Sysoev nginx-0.0.7-2004-06-21-19:59:32 import
Tue, 01 Jun 2004 06:04:46 +0000 Igor Sysoev nginx-0.0.3-2004-06-01-10:04:46 import
Fri, 28 May 2004 15:49:23 +0000 Igor Sysoev nginx-0.0.3-2004-05-28-19:49:23 import; rename ngx_hunk_t to ngx_buf_t
Tue, 16 Mar 2004 07:10:12 +0000 Igor Sysoev nginx-0.0.2-2004-03-16-10:10:12 import
Sun, 29 Feb 2004 21:03:02 +0000 Igor Sysoev nginx-0.0.2-2004-03-01-00:03:02 import
Wed, 18 Feb 2004 15:45:21 +0000 Igor Sysoev nginx-0.0.2-2004-02-18-18:45:21 import
Mon, 09 Feb 2004 07:46:43 +0000 Igor Sysoev nginx-0.0.2-2004-02-09-10:46:43 import
Sun, 01 Feb 2004 08:10:52 +0000 Igor Sysoev nginx-0.0.1-2004-02-01-11:10:52 import
Mon, 05 Jan 2004 20:55:48 +0000 Igor Sysoev nginx-0.0.1-2004-01-05-23:55:48 import
Sun, 30 Nov 2003 20:03:18 +0000 Igor Sysoev nginx-0.0.1-2003-11-30-23:03:18 import
Fri, 28 Nov 2003 08:40:40 +0000 Igor Sysoev nginx-0.0.1-2003-11-28-11:40:40 import
Thu, 27 Nov 2003 19:01:37 +0000 Igor Sysoev nginx-0.0.1-2003-11-27-22:01:37 import
Wed, 26 Nov 2003 15:42:18 +0000 Igor Sysoev nginx-0.0.1-2003-11-26-18:42:18 import