index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
syscalls
/
linux
/
sendfile.cc
Age
Commit message (
Expand
)
Author
2021-04-13
Remove _NoRandomSave tests.
Adin Scannell
2021-02-09
pipe: writeLocked has to return ErrWouldBlock if the pipe is full
Andrei Vagin
2020-11-16
Reset watchdog timer between sendfile() iterations.
Jamie Liu
2020-11-06
Fix infinite loop when splicing to pipes/eventfds.
Nicolas Lacasse
2020-08-28
Fix EOF handling for splice.
Dean Deng
2020-08-27
Fix vfs2 pipe behavior when splicing to a non-pipe.
Dean Deng
2020-04-13
Don't allow read/write when offset+size overflows.
Nicolas Lacasse
2020-04-03
Ensure EOF is handled propertly during splice.
Adin Scannell
2019-10-03
Don't report partialResult errors from sendfile
Andrei Vagin
2019-09-12
Implement splice methods for pipes and sockets.
Adin Scannell
2019-08-27
Fix sendfile(2) error code
Fabricio Voznika
2019-06-28
Fix suggestions from clang.
Nicolas Lacasse
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-02-25
Handle invalid offset in sendfile(2)
Fabricio Voznika
2018-12-10
Open source system call tests.
Brian Geffon