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
/
os
/
unix
/
ngx_darwin_sendfile_chain.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-20
Fixed trailer construction with limit on FreeBSD and macOS.
Maxim Dounin
1
-1
/
+1
2015-01-13
Fixed sendfile() trailers on OS X (8e903522c17a, 1.7.8).
Maxim Dounin
1
-0
/
+3
2014-11-19
Style.
Valentin Bartenev
1
-2
/
+2
2014-08-13
Moved writev() handling code to a separate function.
Valentin Bartenev
1
-24
/
+5
2014-08-13
Merged conditions in the ngx_*_sendfile_chain() functions.
Valentin Bartenev
1
-13
/
+10
2014-08-13
Moved the code for coalescing file buffers to a separate function.
Valentin Bartenev
1
-24
/
+3
2014-10-07
Introduced the ngx_output_chain_to_iovec() function.
Valentin Bartenev
1
-102
/
+24
2014-11-19
Renamed ngx_handle_sent_chain() to ngx_chain_update_sent().
Valentin Bartenev
1
-1
/
+1
2014-08-27
Fixed counting of sent bytes in the send chain functions on EINTR.
Valentin Bartenev
1
-0
/
+1
2014-08-13
Generalized definitions of the number of preallocated iovec's.
Valentin Bartenev
1
-12
/
+5
2014-08-13
Removed the "complete" variable from various send chain functions.
Valentin Bartenev
1
-7
/
+2
2014-08-13
Moved the code for adjusting sent buffers in a separate function.
Valentin Bartenev
1
-36
/
+1
2014-08-13
Fixed writev() debug log message in ngx_darwin_sendfile_chain().
Valentin Bartenev
1
-1
/
+1
2014-06-19
FreeBSD has migrated to Bugzilla.
Sergey Kandaurov
1
-1
/
+1
2013-08-08
Don't lose pointer to first nonempty buf in ngx_*_sendfile_chain().
Gleb Smirnoff
1
-16
/
+14
2012-04-17
IOV_MAX handling microoptimization.
Maxim Dounin
1
-5
/
+11
2012-02-28
Fixed spelling in single-line comments.
Ruslan Ermilov
1
-1
/
+1
2012-01-18
Copyright updated.
Maxim Konovalov
1
-0
/
+1
2009-08-30
refactor EAGAIN/EINTR processing
Igor Sysoev
1
-19
/
+21
2008-07-30
*) move Darwin support to separate files
Igor Sysoev
1
-0
/
+363