summaryrefslogtreecommitdiff
path: root/src/internal/poll/sendfile_windows.go
Commit message (Expand)AuthorAgeFilesLines
* internal/poll: assume we have CancelIoEX on WindowsIan Lance Taylor2020-03-241-1/+1
* internal/poll: make SendFile work with large files on WindowsEmmanuel T Odeke2019-09-261-12/+49
* internal/poll, os: cancel pending I/O when closing pipes on WindowsWèi Cōngruì2019-03-191-6/+2
* internal/poll: advance file position in windows sendfileAlex Brainman2018-08-311-0/+6
* internal/poll, net: fix sendfile on Windows, add testBrad Fitzpatrick2018-08-221-2/+2
* internal/poll: specify current file position when calling TransmitFileAlex Brainman2018-06-141-0/+10
* internal/poll: do not use Windows TransmitFile with pipesAlex Brainman2017-11-261-0/+9
* internal/poll: remove unused ioSrv.ExecIO parameterAlex Brainman2017-05-191-1/+1
* net: refactor poller into new internal/poll packageIan Lance Taylor2017-02-131-0/+23