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