| Age | Commit message (Expand) | Author |
| 2026-02-02 | internal/poll: move buffer pinning inside execIO | qmuntal |
| 2026-02-02 | internal/poll: consolidate cancelIO logic into waitIO | qmuntal |
| 2025-11-26 | os,internal/poll: don't call IsNonblock for consoles and Stdin | qmuntal |
| 2025-09-30 | internal/poll: remove operation fields from FD | qmuntal |
| 2025-09-29 | internal/poll: pass the I/O mode instead of an overlapped object in execIO | qmuntal |
| 2025-09-29 | internal/poll: remove buf field from operation | qmuntal |
| 2025-09-26 | internal/poll: simplify WriteMsg and ReadMsg on Windows | qmuntal |
| 2025-09-26 | internal/poll: don't call SetFilePointerEx in Seek for overlapped handles | qmuntal |
| 2025-09-12 | net,internal/poll: skip TestAllocs when race is enabled on Windows | qmuntal |
| 2025-08-26 | internall/poll: remove bufs field from Windows' poll.operation | qmuntal |
| 2025-08-26 | internal/poll: remove rsa field from Windows' poll.operation | qmuntal |
| 2025-08-26 | internal/poll: don't use stack-allocated WSAMsg parameters | qmuntal |
| 2025-08-25 | internal/poll: use fdMutex to provide read/write locking on Windows | qmuntal |
| 2025-08-22 | internal/poll: don't pass non-nil WSAMsg.Name with 0 namelen on windows | database64128 |
| 2025-08-21 | internal/poll: permit nil destination address in WriteMsg{Inet4,Inet6} | database64128 |
| 2025-08-20 | internal/poll: don't call Seek for overlapped Windows handles | qmuntal |
| 2025-08-20 | internal/poll: set the correct file offset in FD.Seek for Windows overlapped ... | qmuntal |
| 2025-07-28 | internal/poll: remove msg field from Windows' poll.operation | qmuntal |
| 2025-07-28 | internal/poll: remove rsan field from Windows' poll.operation | qmuntal |
| 2025-07-28 | internal/poll: remove sa field from Windows' poll.operation | qmuntal |
| 2025-07-28 | internal/poll: remove qty and flags fields from Windows' poll.operation | qmuntal |
| 2025-07-24 | internal/poll: remove handle field from Windows' poll.operation | qmuntal |
| 2025-07-24 | internal/poll: remove fd field from Windows' poll.operation | qmuntal |
| 2025-05-14 | net: use closesocket when closing socket os.File's on Windows | qmuntal |
| 2025-04-24 | os,internal/poll: disassociate handle from IOCP in File.Fd | qmuntal |
| 2025-04-14 | os,internal/poll: support I/O on overlapped files not added to the poller | qmuntal |
| 2025-04-09 | internal/poll: fix race in Close | qmuntal |
| 2025-04-04 | os: support overlapped IO with NewFile | qmuntal |
| 2025-04-04 | internal/poll: simplify execIO | qmuntal |
| 2025-04-03 | internal/syscall/windows: define NtQueryInformationFile buffer as unsafe.Pointer | qmuntal |
| 2025-04-01 | internal/poll: defer IOCP association until first IO operation | qmuntal |
| 2025-03-31 | os,internal/poll: support I/O on overlapped handles not added to the poller | qmuntal |
| 2025-03-28 | internal/poll: honor ERROR_OPERATION_ABORTED if pipe is not closed | qmuntal |
| 2025-03-28 | internal/poll: don't skip empty writes on Windows | qmuntal |
| 2025-03-26 | internal/poll: support async file operations on Windows | qmuntal |
| 2025-03-25 | internal/poll,net: set SIO_UDP_CONNRESET in net | qmuntal |
| 2025-03-25 | internal/poll: always use SetFileCompletionNotificationModes on non-socket ha... | qmuntal |
| 2024-01-31 | runtime/debug: SetCrashOutput sets the FD for fatal panics | Alan Donovan |
| 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 |