index
:
nginx.git
master
no-short-read-checks
tunnel
nginx
a.clayton@nginx.com
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
ngx_output_chain.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-23
Optimized chain link usage (ticket #2614).
Roman Arutyunyan
1
-2
/
+8
2021-12-27
Support for sendfile(SF_NOCACHE).
Maxim Dounin
1
-4
/
+13
2021-12-27
Simplified sendfile(SF_NODISKIO) usage.
Maxim Dounin
1
-32
/
+0
2021-10-29
Upstream: sendfile_max_chunk support.
Maxim Dounin
1
-0
/
+4
2018-11-26
Negative size buffers detection.
Maxim Dounin
1
-4
/
+60
2016-12-07
Fixed spelling of logical AND operator, no functional changes.
Sergey Kandaurov
1
-1
/
+1
2016-03-18
Threads: task pointer stored in ngx_file_t.
Maxim Dounin
1
-3
/
+8
2016-03-03
Copy filter: fixed sendfile aio handlers to set ctx->aio.
Maxim Dounin
1
-1
/
+0
2015-03-23
Output chain: free chain links in ngx_chain_writer().
Maxim Dounin
1
-4
/
+12
2015-03-23
Output chain: zero size buf alerts in ngx_chain_writer().
Maxim Dounin
1
-1
/
+32
2015-03-14
Added support for offloading read() in thread pools.
Valentin Bartenev
1
-9
/
+23
2015-02-11
Refactored sendfile() AIO preload.
Valentin Bartenev
1
-0
/
+32
2015-01-28
Fixed AIO handling in the output chain.
Valentin Bartenev
1
-2
/
+6
2012-01-18
Copyright updated.
Maxim Konovalov
1
-0
/
+1
2011-09-15
API change: ngx_chain_update_chains() now requires pool.
Maxim Dounin
1
-1
/
+2
2010-10-12
file AIO read may be posted inside loop
Igor Sysoev
1
-6
/
+6
2010-05-14
use ngx_min() and ngx_max()
Igor Sysoev
1
-4
/
+1
2009-09-25
uniform ngx_directio_on/off() interface with other file functions
Igor Sysoev
1
-2
/
+2
2009-09-22
fail if file size was changed
Igor Sysoev
1
-3
/
+1
2009-09-13
fix case when the output filter should add incoming buffers
Igor Sysoev
1
-2
/
+8
2009-08-28
fix build by msvc, introduced in r3054
Igor Sysoev
1
-2
/
+2
2009-08-28
directio_alignment
Igor Sysoev
1
-6
/
+4
2009-08-28
FreeBSD and Linux AIO support
Igor Sysoev
1
-6
/
+18
2009-06-02
leave chain in consistent state on errors
Igor Sysoev
1
-2
/
+1
2009-05-28
fix XSLT filter in SSI subrequests
Igor Sysoev
1
-0
/
+2
2008-11-20
allow directio on XFS
Igor Sysoev
1
-3
/
+14
2008-09-12
disable directio for unaligned reads in Linux
Igor Sysoev
1
-0
/
+37
2008-09-11
add filename to the log message
Igor Sysoev
1
-2
/
+2
2008-09-08
fix building on 64-bit platforms, introduced in r2232
Igor Sysoev
1
-2
/
+2
2008-09-05
*) handle unaligned file part for directio
Igor Sysoev
1
-41
/
+127
2008-09-03
split ngx_output_chain()
Igor Sysoev
1
-59
/
+64
2008-08-15
fix log message
Igor Sysoev
1
-1
/
+1
2008-07-30
directio
Igor Sysoev
1
-4
/
+21
2008-04-09
small optimization
Igor Sysoev
1
-9
/
+11
2007-06-06
fix bug introduced in r1228
Igor Sysoev
1
-1
/
+1
2007-06-03
inherit flush flag, this fixes https proxying
Igor Sysoev
1
-4
/
+6
2007-06-03
add debug logging
Igor Sysoev
1
-2
/
+3
2007-05-29
an request body might not be passed to backend,
Igor Sysoev
1
-3
/
+3
2007-05-28
fix "proxy_pass https://"
Igor Sysoev
1
-1
/
+4
2006-10-30
fix format
Igor Sysoev
1
-1
/
+1
2006-01-11
nginx-0.3.20-RELEASE import
release-0.3.20
Igor Sysoev
1
-2
/
+6
2005-11-15
nginx-0.3.10-RELEASE import
release-0.3.10
Igor Sysoev
1
-1
/
+2
2005-10-24
nginx-0.3.6-RELEASE import
release-0.3.6
Igor Sysoev
1
-4
/
+4
2005-05-23
nginx-0.1.33-RELEASE import
release-0.1.33
Igor Sysoev
1
-2
/
+2
2005-05-12
nginx-0.1.29-RELEASE import
release-0.1.29
Igor Sysoev
1
-2
/
+7
2005-04-08
nginx-0.1.28-RELEASE import
release-0.1.28
Igor Sysoev
1
-2
/
+4
2005-03-19
nginx-0.1.25-RELEASE import
release-0.1.25
Igor Sysoev
1
-5
/
+12
2005-03-04
nginx-0.1.24-RELEASE import
release-0.1.24
Igor Sysoev
1
-12
/
+13
2005-01-25
nginx-0.1.16-RELEASE import
release-0.1.16
Igor Sysoev
1
-1
/
+11
2005-01-18
nginx-0.1.14-RELEASE import
release-0.1.14
Igor Sysoev
1
-1
/
+1
[next]