aboutsummaryrefslogtreecommitdiff
path: root/src/net/sendfile_windows.go
AgeCommit message (Expand)Author
2019-09-26internal/poll: make SendFile work with large files on WindowsEmmanuel T Odeke
2019-09-07net: handle >=2GiB files with sendfile on WindowsEmmanuel T Odeke
2019-08-27net: do not call Windows TransmitFile for large filesAlex Brainman
2017-02-13net: refactor poller into new internal/poll packageIan Lance Taylor
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2015-05-05net: fix inconsistent errorsMikio Hara
2014-09-08build: move package sources from src/pkg to srcRuss Cox