index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
splice_test.go
Age
Commit message (
Expand
)
Author
2024-01-24
net: verify if internal/poll.Splice has been called during io.Copy
Andy Pan
2023-11-17
net,os: arrange zero-copy of os.File and net.TCPConn to net.UnixConn
Andy Pan
2023-02-28
net: use /dev/null for TestSplice of big file to fix the test flakes on linux...
Andy Pan
2023-02-27
os: support zero-copy from TCP/Unix socket to file
Andy Pan
2021-12-13
net: create unix sockets in unique directories
Bryan C. Mills
2021-12-13
net: pass a testing.TB to newLocal* helpers
Bryan C. Mills
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2019-04-07
net: pass TMPDIR to test client process
Elias Naur
2019-02-26
net: remove unixgram test sockets
Ian Lance Taylor
2018-09-24
net: don't use splice for unix{packet,gram} connections
Andrei Tudor Călin
2018-09-05
net: don't block forever in splice test cleanup on failure
Brad Fitzpatrick
2018-09-05
net: skip splice unix-to-tcp tests on android
Tobias Klauser
2018-09-05
net: use splice(2) on Linux when reading from UnixConn, rework splice tests
Ben Burkert
2018-08-30
net: refactor readerAtEOF splice test
Andrei Tudor Călin
2018-08-08
net: reduce TestSplice/big's memory usage
Daniel Martí
2018-06-21
internal/poll: use more fine-grained locking in Splice
Andrei Tudor Călin
2018-04-24
net: add support for splice(2) in (*TCPConn).ReadFrom on Linux
Andrei Tudor Călin