aboutsummaryrefslogtreecommitdiff
path: root/src/internal/poll/fd_windows.go
AgeCommit message (Expand)Author
2024-01-23net,internal/poll: load ws2_32.dll only when net is importedqmuntal
2024-01-23runtime,internal/poll: move websocket handling out of the runtime on Windowsqmuntal
2023-12-18internal/syscall/windows: fix the signature of SetFileInformationByHandleBryan C. Mills
2023-05-09syscall,internal/poll: move pipe check from syscall.Seek to callersqmuntal
2023-01-30internal/poll: don't queue port completion entry for udp on windowsqmuntal
2022-11-14os,syscall: File.Stat to use file handle for directories on Windowsqmuntal
2022-08-22internal/poll: rely on utf8.AppendRuneJoe Tsai
2021-11-05internal/poll: fix the wrong function names in commentsAndy Pan
2021-11-04internal/poll: re-use RawSockaddrAny buffers across requests on windowsJosh Bleecher Snyder
2021-11-04net: pass around pointers to SockaddrInetNJosh Bleecher Snyder
2021-11-04net: remove the alloc from ReadMsgUDPAddrPortJosh Bleecher Snyder
2021-11-04net: remove the alloc from WriteMsgUDPAddrPortJosh Bleecher Snyder
2021-11-04internal/poll: remove alloc sending IPv6 UDP on WindowsJosh Bleecher Snyder
2021-11-03syscall: migrate new UDP send/recv API to internal/syscall/unixJosh Bleecher Snyder
2021-11-02syscall,internal/poll: copy arrays by assignment instead of loopingJosh Bleecher Snyder
2021-08-16net: reduce allocations for UDP send/recv on WindowsJosh Bleecher Snyder
2021-08-16net: reduce allocation size in ReadFromUDPJosh Bleecher Snyder
2021-08-16net: remove allocation from UDPConn.WriteToJosh Bleecher Snyder
2021-04-19net: pass MSG_CMSG_CLOEXEC flag in ReadMsgUnixHowJMay
2020-09-11os: implement File.Chmod on WindowsConstantin Konstantinidis
2020-04-25os, net: define and use os.ErrDeadlineExceededIan Lance Taylor
2020-04-02internal/syscall/windows: change WSAMsg.Name typeAlex Brainman
2020-03-24internal/poll: assume we have CancelIoEX on WindowsIan Lance Taylor
2020-03-20internal/poll: update Windows Server Performance URL in commentIan Lance Taylor
2020-03-20internal/poll: merge a couple of common definitionsIan Lance Taylor
2019-04-16all: s/cancelation/cancellation/Josh Bleecher Snyder
2019-03-19internal/poll, os: cancel pending I/O when closing pipes on WindowsWèi Cōngruì
2019-03-06internal/poll: fix deadlock in Write if len(buf) > maxRWWèi Cōngruì
2019-03-06internal/poll: make FD.isFile mean whether it isn't socket on WindowsWèi Cōngruì
2018-09-09internal/poll: handle zero-byte write in FD.WriteToAlex Brainman
2018-09-09internal/poll: cap reads and writes to 1GB on windowsAlex Brainman
2018-09-06net: ensure WriteTo on Windows sends even zero-byte payloadsJake B
2018-07-11doc: update the minimum support Windows versionBrad Fitzpatrick
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-04-21net: document caveats for (*syscall.RawConn).Write on WindowsAman Gupta
2018-04-14net: implement (*syscall.RawConn).Read/Write on WindowsAman Gupta
2018-04-14syscall: remove WSAEMSGSIZEAlex Brainman
2018-02-21net: fix UDPConn readers to return truncated payload size instead of 0Mansour Rahimi
2017-11-10net: implement ReadMsg/WriteMsg on windowsAman Gupta
2017-10-12internal/poll: only call SetFileCompletionNotificationModes for socketsAlex Brainman
2017-10-12internal/poll: do not call SetFileCompletionNotificationModes if it is brokenAlex Brainman
2017-09-26internal/poll: don't return from Close until descriptor is closedIan Lance Taylor
2017-09-26internal/poll: be explicit when using runtime netpollerAlex Brainman
2017-08-11internal/poll: add tests for Windows file and serial portsAlex Brainman
2017-08-03internal/poll: don't add non-sockets to runtime pollerIan Lance Taylor
2017-05-20internal/poll: implement RawControl of FD on WindowsMikio Hara
2017-05-19internal/poll: add RawControl, RawRead and RawWrite methods to FDMikio Hara
2017-05-19internal/poll: remove unused ioSrv.ExecIO parameterAlex Brainman
2017-05-08internal/poll: remove allocation in windows FD.WritevAlex Brainman
2017-04-26os, net, internal/poll: return consistent error for closed socketIan Lance Taylor