index
:
nginx
master
nginx mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
os
/
unix
/
ngx_linux_sendfile_chain.c
Commit message (
Expand
)
Author
Age
*
AIO operations now add timers (ticket #2162).
Maxim Dounin
2024-01-29
*
HTTP/2: fixed "task already active" with sendfile in threads.
Maxim Dounin
2021-11-25
*
Fixed sendfile() limit handling on Linux.
Maxim Dounin
2021-10-29
*
Fixed checking ngx_tcp_push() and ngx_tcp_nopush() return values.
Ruslan Ermilov
2018-03-19
*
Simplified and improved sendfile() code on Linux.
Maxim Dounin
2017-03-28
*
Fixed logging.
Sergey Kandaurov
2016-03-31
*
Fixed timeouts with threaded sendfile() and subrequests.
Maxim Dounin
2016-03-18
*
Truncation detection in sendfile() on Linux.
Maxim Dounin
2016-03-15
*
Fixed handling of EAGAIN with sendfile in threads.
Valentin Bartenev
2016-03-14
*
Fixed sendfile in threads (or with aio preload) and subrequests.
Maxim Dounin
2016-03-03
*
Added support for offloading Linux sendfile() in thread pools.
Valentin Bartenev
2015-03-14
*
Refactored ngx_linux_sendfile_chain() even more.
Valentin Bartenev
2015-02-27
*
Fixed type of sendfile() return value on Linux.
Valentin Bartenev
2014-11-19
*
Moved writev() handling code to a separate function.
Valentin Bartenev
2014-08-13
*
Merged conditions in the ngx_*_sendfile_chain() functions.
Valentin Bartenev
2014-08-13
*
Moved the code for coalescing file buffers to a separate function.
Valentin Bartenev
2014-08-13
*
Introduced the ngx_output_chain_to_iovec() function.
Valentin Bartenev
2014-10-07
*
Renamed ngx_handle_sent_chain() to ngx_chain_update_sent().
Valentin Bartenev
2014-11-19
*
Fixed counting of sent bytes in the send chain functions on EINTR.
Valentin Bartenev
2014-08-27
*
Generalized definitions of the number of preallocated iovec's.
Valentin Bartenev
2014-08-13
*
Removed the "complete" variable from various send chain functions.
Valentin Bartenev
2014-08-13
*
Moved the code for adjusting sent buffers in a separate function.
Valentin Bartenev
2014-08-13
*
Use ngx_socket_errno where appropriate.
Piotr Sikora
2014-02-03
*
Unbreak building on Linux without sendfile64() support.
Valentin Bartenev
2013-08-15
*
Don't lose pointer to first nonempty buf in ngx_*_sendfile_chain().
Gleb Smirnoff
2013-08-08
*
Style: remove unnecessary references to HTTP from non-HTTP modules.
Piotr Sikora
2013-05-21
*
IOV_MAX handling microoptimization.
Maxim Dounin
2012-04-17
*
Copyright updated.
Maxim Konovalov
2012-01-18
*
refactor EAGAIN/EINTR processing
Igor Sysoev
2009-08-30
*
make 64-bit ngx_int_t on 64-bit platforms
Igor Sysoev
2007-07-29
*
add debug log
Igor Sysoev
2007-05-07
*
fix sendfile on 64-bit Linux and limit_rate on all 64-bit platforms
Igor Sysoev
2007-04-23
*
workaround of 2G+ file bug in 64-bit Linux sendfile()
Igor Sysoev
2006-09-07
*
nginx-0.3.20-RELEASE import
release-0.3.20
Igor Sysoev
2006-01-11
*
nginx-0.3.16-RELEASE import
release-0.3.16
Igor Sysoev
2005-12-16
*
nginx-0.3.14-RELEASE import
release-0.3.14
Igor Sysoev
2005-12-05
*
nginx-0.3.10-RELEASE import
release-0.3.10
Igor Sysoev
2005-11-15
*
nginx-0.1.25-RELEASE import
release-0.1.25
Igor Sysoev
2005-03-19
*
nginx-0.1.19-RELEASE import
release-0.1.19
Igor Sysoev
2005-02-16
*
nginx-0.1.16-RELEASE import
release-0.1.16
Igor Sysoev
2005-01-25
*
nginx-0.1.14-RELEASE import
release-0.1.14
Igor Sysoev
2005-01-18
*
nginx-0.1.13-RELEASE import
release-0.1.13
Igor Sysoev
2004-12-21
*
nginx-0.1.11-RELEASE import
release-0.1.11
Igor Sysoev
2004-12-02
*
nginx-0.1.9-RELEASE import
release-0.1.9
Igor Sysoev
2004-11-25
*
nginx-0.1.5-RELEASE import
release-0.1.5
Igor Sysoev
2004-11-11
*
nginx-0.1.2-RELEASE import
release-0.1.2
Igor Sysoev
2004-10-21
*
nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyright
Igor Sysoev
2004-09-29
*
nginx-0.1.0-2004-09-28-12:34:51 import; set copyright and remove unused files
Igor Sysoev
2004-09-28
*
nginx-0.0.11-2004-09-16-20:10:13 import
Igor Sysoev
2004-09-16
*
nginx-0.0.9-2004-07-28-20:16:50 import
Igor Sysoev
2004-07-28
[next]