aboutsummaryrefslogtreecommitdiff
path: root/src/net/sendfile_unix_alt.go
AgeCommit message (Expand)Author
2021-12-01net: do not use sendfile on iOSCherry Mui
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-13internal/poll,net: support poll.Sendfile for darwinKoichi Shiraishi
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2019-03-01net: return poll.SendFile error from sendFileIan Lance Taylor
2018-12-28os: don't let sendFile put a pipe into blocking modeIan Lance Taylor
2018-06-12net: update file read position after sendfile syscallTobias Klauser
2018-04-06net: use same sendFile for freebsd/dragonfly and solarisTobias Klauser