aboutsummaryrefslogtreecommitdiff
path: root/src/internal/poll/sendfile_windows.go
AgeCommit message (Expand)Author
2024-04-26net, os, internal/poll: test for use of sendfileDamien Neil
2023-05-09syscall,internal/poll: move pipe check from syscall.Seek to callersqmuntal
2020-03-24internal/poll: assume we have CancelIoEX on WindowsIan Lance Taylor
2019-09-26internal/poll: make SendFile work with large files on WindowsEmmanuel T Odeke
2019-03-19internal/poll, os: cancel pending I/O when closing pipes on WindowsWèi Cōngruì
2018-08-31internal/poll: advance file position in windows sendfileAlex Brainman
2018-08-22internal/poll, net: fix sendfile on Windows, add testBrad Fitzpatrick
2018-06-14internal/poll: specify current file position when calling TransmitFileAlex Brainman
2017-11-26internal/poll: do not use Windows TransmitFile with pipesAlex Brainman
2017-05-19internal/poll: remove unused ioSrv.ExecIO parameterAlex Brainman
2017-02-13net: refactor poller into new internal/poll packageIan Lance Taylor