index
:
otp.git
HansN-patch-1
KennethL-patch-1
bjorn/contributing
bjorn/contributing-1
dgud-string-depr
gcc-5-pic-cmpxchg8b-quickfix
gh-pages
ingela/master/dtls/test-cuddle
maint
maint-17
maint-18
maint-19
maint-20
maint-21
maint-22
maint-r13
maint-r14
maint-r14b03
maint-r15
maint-r16
maint-r16b02
master
meta
sverker-ets-patch-1
Mirror of Erlang/OTP repository.
OTP Team
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
kernel
/
test
/
sendfile_SUITE.erl
Age
Commit message (
Expand
)
Author
2017-11-30
Make file:sendfile/5 follow its documented error behavior
John Högberg
2017-11-30
Stop testing use_threads in sendfile_SUITE
John Högberg
2017-11-30
Account for new behavior in tests that touch prim_file
John Högberg
2017-06-14
Update copyright year
Hans Nilsson
2017-06-07
erts: Fix sendfile closeduring scenario on sunos
Lukas Larsson
2016-03-15
update copyright-year
Henrik Nord
2016-03-09
Eliminate use of ?config() macro
Björn Gustavsson
2015-06-18
Change license text to APLv2
Bruce Yinhe
2014-04-10
kernel: Skip sendfile tests that force async threads
Lukas Larsson
2014-01-28
Merge branch 'lukas/erts/sendfile_no_async_pool/OTP-11639'
Lukas Larsson
2014-01-27
erts: fix bug when using passive mode and sendfile
Lukas Larsson
2014-01-27
erts/kernel: sendfile no longer uses async threads
Lukas Larsson
2012-03-30
Update copyright years
Björn-Egil Dahlberg
2012-03-20
Fix reselecting bug on OS X
Lukas Larsson
2012-03-20
Fix bug when sending long files using select
Lukas Larsson
2012-03-20
Add test case for sending multiple small files on same connection
Lukas Larsson
2012-03-20
Extend timeout for windows
Lukas Larsson
2012-03-15
Skip sendfile suite if solaris 8
Lukas Larsson
2011-12-08
Fix cleanup when sendfile process crashes
Lukas Larsson
2011-12-07
Return {error,closed} from sendfile if closed
Lukas Larsson
2011-12-05
Clarify some code comments
Lukas Larsson
2011-12-05
Make solaris use sendfilev
Lukas Larsson
2011-12-02
Add sendfile server printouts
Lukas Larsson
2011-12-02
Skip recv/send during tests for fallback platforms
Lukas Larsson
2011-12-02
Remove header/trailer support
Lukas Larsson
2011-12-02
Move sendfile api to file module
Lukas Larsson