| Age | Commit message (Expand) | Author |
| 2024-01-23 | net,internal/poll: load ws2_32.dll only when net is imported | qmuntal |
| 2024-01-23 | runtime,internal/poll: move websocket handling out of the runtime on Windows | qmuntal |
| 2023-12-18 | internal/syscall/windows: fix the signature of SetFileInformationByHandle | Bryan C. Mills |
| 2023-05-09 | syscall,internal/poll: move pipe check from syscall.Seek to callers | qmuntal |
| 2023-01-30 | internal/poll: don't queue port completion entry for udp on windows | qmuntal |
| 2022-11-14 | os,syscall: File.Stat to use file handle for directories on Windows | qmuntal |
| 2022-08-22 | internal/poll: rely on utf8.AppendRune | Joe Tsai |
| 2021-11-05 | internal/poll: fix the wrong function names in comments | Andy Pan |
| 2021-11-04 | internal/poll: re-use RawSockaddrAny buffers across requests on windows | Josh Bleecher Snyder |
| 2021-11-04 | net: pass around pointers to SockaddrInetN | Josh Bleecher Snyder |
| 2021-11-04 | net: remove the alloc from ReadMsgUDPAddrPort | Josh Bleecher Snyder |
| 2021-11-04 | net: remove the alloc from WriteMsgUDPAddrPort | Josh Bleecher Snyder |
| 2021-11-04 | internal/poll: remove alloc sending IPv6 UDP on Windows | Josh Bleecher Snyder |
| 2021-11-03 | syscall: migrate new UDP send/recv API to internal/syscall/unix | Josh Bleecher Snyder |
| 2021-11-02 | syscall,internal/poll: copy arrays by assignment instead of looping | Josh Bleecher Snyder |
| 2021-08-16 | net: reduce allocations for UDP send/recv on Windows | Josh Bleecher Snyder |
| 2021-08-16 | net: reduce allocation size in ReadFromUDP | Josh Bleecher Snyder |
| 2021-08-16 | net: remove allocation from UDPConn.WriteTo | Josh Bleecher Snyder |
| 2021-04-19 | net: pass MSG_CMSG_CLOEXEC flag in ReadMsgUnix | HowJMay |
| 2020-09-11 | os: implement File.Chmod on Windows | Constantin Konstantinidis |
| 2020-04-25 | os, net: define and use os.ErrDeadlineExceeded | Ian Lance Taylor |
| 2020-04-02 | internal/syscall/windows: change WSAMsg.Name type | Alex Brainman |
| 2020-03-24 | internal/poll: assume we have CancelIoEX on Windows | Ian Lance Taylor |
| 2020-03-20 | internal/poll: update Windows Server Performance URL in comment | Ian Lance Taylor |
| 2020-03-20 | internal/poll: merge a couple of common definitions | Ian Lance Taylor |
| 2019-04-16 | all: s/cancelation/cancellation/ | Josh Bleecher Snyder |
| 2019-03-19 | internal/poll, os: cancel pending I/O when closing pipes on Windows | Wèi Cōngruì |
| 2019-03-06 | internal/poll: fix deadlock in Write if len(buf) > maxRW | Wèi Cōngruì |
| 2019-03-06 | internal/poll: make FD.isFile mean whether it isn't socket on Windows | Wèi Cōngruì |
| 2018-09-09 | internal/poll: handle zero-byte write in FD.WriteTo | Alex Brainman |
| 2018-09-09 | internal/poll: cap reads and writes to 1GB on windows | Alex Brainman |
| 2018-09-06 | net: ensure WriteTo on Windows sends even zero-byte payloads | Jake B |
| 2018-07-11 | doc: update the minimum support Windows version | Brad Fitzpatrick |
| 2018-06-01 | all: update comment URLs from HTTP to HTTPS, where possible | Tim Cooper |
| 2018-04-21 | net: document caveats for (*syscall.RawConn).Write on Windows | Aman Gupta |
| 2018-04-14 | net: implement (*syscall.RawConn).Read/Write on Windows | Aman Gupta |
| 2018-04-14 | syscall: remove WSAEMSGSIZE | Alex Brainman |
| 2018-02-21 | net: fix UDPConn readers to return truncated payload size instead of 0 | Mansour Rahimi |
| 2017-11-10 | net: implement ReadMsg/WriteMsg on windows | Aman Gupta |
| 2017-10-12 | internal/poll: only call SetFileCompletionNotificationModes for sockets | Alex Brainman |
| 2017-10-12 | internal/poll: do not call SetFileCompletionNotificationModes if it is broken | Alex Brainman |
| 2017-09-26 | internal/poll: don't return from Close until descriptor is closed | Ian Lance Taylor |
| 2017-09-26 | internal/poll: be explicit when using runtime netpoller | Alex Brainman |
| 2017-08-11 | internal/poll: add tests for Windows file and serial ports | Alex Brainman |
| 2017-08-03 | internal/poll: don't add non-sockets to runtime poller | Ian Lance Taylor |
| 2017-05-20 | internal/poll: implement RawControl of FD on Windows | Mikio Hara |
| 2017-05-19 | internal/poll: add RawControl, RawRead and RawWrite methods to FD | Mikio Hara |
| 2017-05-19 | internal/poll: remove unused ioSrv.ExecIO parameter | Alex Brainman |
| 2017-05-08 | internal/poll: remove allocation in windows FD.Writev | Alex Brainman |
| 2017-04-26 | os, net, internal/poll: return consistent error for closed socket | Ian Lance Taylor |