aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_linux_sendfile_chain.c
Commit message (Expand)AuthorAge
* AIO operations now add timers (ticket #2162).Maxim Dounin2024-01-29
* HTTP/2: fixed "task already active" with sendfile in threads.Maxim Dounin2021-11-25
* Fixed sendfile() limit handling on Linux.Maxim Dounin2021-10-29
* Fixed checking ngx_tcp_push() and ngx_tcp_nopush() return values.Ruslan Ermilov2018-03-19
* Simplified and improved sendfile() code on Linux.Maxim Dounin2017-03-28
* Fixed logging.Sergey Kandaurov2016-03-31
* Fixed timeouts with threaded sendfile() and subrequests.Maxim Dounin2016-03-18
* Truncation detection in sendfile() on Linux.Maxim Dounin2016-03-15
* Fixed handling of EAGAIN with sendfile in threads.Valentin Bartenev2016-03-14
* Fixed sendfile in threads (or with aio preload) and subrequests.Maxim Dounin2016-03-03
* Added support for offloading Linux sendfile() in thread pools.Valentin Bartenev2015-03-14
* Refactored ngx_linux_sendfile_chain() even more.Valentin Bartenev2015-02-27
* Fixed type of sendfile() return value on Linux.Valentin Bartenev2014-11-19
* Moved writev() handling code to a separate function.Valentin Bartenev2014-08-13
* Merged conditions in the ngx_*_sendfile_chain() functions.Valentin Bartenev2014-08-13
* Moved the code for coalescing file buffers to a separate function.Valentin Bartenev2014-08-13
* Introduced the ngx_output_chain_to_iovec() function.Valentin Bartenev2014-10-07
* Renamed ngx_handle_sent_chain() to ngx_chain_update_sent().Valentin Bartenev2014-11-19
* Fixed counting of sent bytes in the send chain functions on EINTR.Valentin Bartenev2014-08-27
* Generalized definitions of the number of preallocated iovec's.Valentin Bartenev2014-08-13
* Removed the "complete" variable from various send chain functions.Valentin Bartenev2014-08-13
* Moved the code for adjusting sent buffers in a separate function.Valentin Bartenev2014-08-13
* Use ngx_socket_errno where appropriate.Piotr Sikora2014-02-03
* Unbreak building on Linux without sendfile64() support.Valentin Bartenev2013-08-15
* Don't lose pointer to first nonempty buf in ngx_*_sendfile_chain().Gleb Smirnoff2013-08-08
* Style: remove unnecessary references to HTTP from non-HTTP modules.Piotr Sikora2013-05-21
* IOV_MAX handling microoptimization.Maxim Dounin2012-04-17
* Copyright updated.Maxim Konovalov2012-01-18
* refactor EAGAIN/EINTR processingIgor Sysoev2009-08-30
* make 64-bit ngx_int_t on 64-bit platformsIgor Sysoev2007-07-29
* add debug logIgor Sysoev2007-05-07
* fix sendfile on 64-bit Linux and limit_rate on all 64-bit platformsIgor Sysoev2007-04-23
* workaround of 2G+ file bug in 64-bit Linux sendfile()Igor Sysoev2006-09-07
* nginx-0.3.20-RELEASE importrelease-0.3.20Igor Sysoev2006-01-11
* nginx-0.3.16-RELEASE importrelease-0.3.16Igor Sysoev2005-12-16
* nginx-0.3.14-RELEASE importrelease-0.3.14Igor Sysoev2005-12-05
* nginx-0.3.10-RELEASE importrelease-0.3.10Igor Sysoev2005-11-15
* nginx-0.1.25-RELEASE importrelease-0.1.25Igor Sysoev2005-03-19
* nginx-0.1.19-RELEASE importrelease-0.1.19Igor Sysoev2005-02-16
* nginx-0.1.16-RELEASE importrelease-0.1.16Igor Sysoev2005-01-25
* nginx-0.1.14-RELEASE importrelease-0.1.14Igor Sysoev2005-01-18
* nginx-0.1.13-RELEASE importrelease-0.1.13Igor Sysoev2004-12-21
* nginx-0.1.11-RELEASE importrelease-0.1.11Igor Sysoev2004-12-02
* nginx-0.1.9-RELEASE importrelease-0.1.9Igor Sysoev2004-11-25
* nginx-0.1.5-RELEASE importrelease-0.1.5Igor Sysoev2004-11-11
* nginx-0.1.2-RELEASE importrelease-0.1.2Igor Sysoev2004-10-21
* nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyrightIgor Sysoev2004-09-29
* nginx-0.1.0-2004-09-28-12:34:51 import; set copyright and remove unused filesIgor Sysoev2004-09-28
* nginx-0.0.11-2004-09-16-20:10:13 importIgor Sysoev2004-09-16
* nginx-0.0.9-2004-07-28-20:16:50 importIgor Sysoev2004-07-28