aboutsummaryrefslogtreecommitdiff
path: root/src/net/splice_test.go
AgeCommit message (Expand)Author
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2019-04-07net: pass TMPDIR to test client processElias Naur
2019-02-26net: remove unixgram test socketsIan Lance Taylor
2018-09-24net: don't use splice for unix{packet,gram} connectionsAndrei Tudor Călin
2018-09-05net: don't block forever in splice test cleanup on failureBrad Fitzpatrick
2018-09-05net: skip splice unix-to-tcp tests on androidTobias Klauser
2018-09-05net: use splice(2) on Linux when reading from UnixConn, rework splice testsBen Burkert
2018-08-30net: refactor readerAtEOF splice testAndrei Tudor Călin
2018-08-08net: reduce TestSplice/big's memory usageDaniel Martí
2018-06-21internal/poll: use more fine-grained locking in SpliceAndrei Tudor Călin
2018-04-24net: add support for splice(2) in (*TCPConn).ReadFrom on LinuxAndrei Tudor Călin