aboutsummaryrefslogtreecommitdiff
path: root/src/net/writev_test.go
AgeCommit message (Expand)Author
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-09-23all: add GOOS=iosCherry Zhang
2020-09-15internal/poll, internal/syscall/unix, net: enable writev on illumosTobias Klauser
2018-06-04net: add js/wasm architectureRichard Musiol
2017-02-13net: refactor poller into new internal/poll packageIan Lance Taylor
2016-12-01net: fix writev tests on AndroidElias Naur
2016-11-02net: implement Buffers on windowsAlex Brainman
2016-10-30net: fix nitMikio Hara
2016-10-29net: break up >1GB reads and writes on stream connectionsRuss Cox
2016-09-29net: add Buffers type, do writev on unixBrad Fitzpatrick