aboutsummaryrefslogtreecommitdiff
path: root/src/net/sendfile_linux.go
AgeCommit message (Expand)Author
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
2017-02-13net: refactor poller into new internal/poll packageIan Lance Taylor
2016-03-17net: make unexposed methods start with lowercase lettersMikio Hara
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-05-06net: fix comment in sendFileAram Hăvărneanu
2015-05-05net: fix inconsistent errorsMikio Hara
2015-04-18net: fix inconsistent error values on ReadMikio Hara
2014-09-08build: move package sources from src/pkg to srcRuss Cox