aboutsummaryrefslogtreecommitdiff
path: root/src/internal/poll
AgeCommit message (Expand)Author
2026-02-03internal/poll: readWriteUnlock should destroy fd when no remaining referencesqmuntal
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-11-25internal/poll: replace t.Sub(time.Now()) with time.Until in testguoguangwu
2025-10-29internal/itoa, internal/runtime/strconv: deleteRuss Cox
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-15internal/syscall/unix: add KernelVersionGEKir Kolyshkin
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-05-13internal/poll: use runtime.AddCleanup instead of runtime.SetFinalizerCarlos Amedee
2025-04-24os,internal/poll: disassociate handle from IOCP in File.Fdqmuntal
2025-04-17internal/poll: remove outdated testsqmuntal
2025-04-14os,internal/poll: support I/O on overlapped files not added to the pollerqmuntal
2025-04-11all: use built-in min, max functionsMarcel Meyer
2025-04-10net: deduplicate sendfile filesqmuntal
2025-04-10net: reenable sendfile on Windowsqmuntal
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
2025-02-19internal/poll: note that copy_file_range bug is fixedMichael Pratt
2025-02-03internal/poll: use ignoringEINTR2 in (*FD).PreadTobias Klauser
2024-12-11internal/poll: in SendFile treat ENOTSUP like EOPNOTSUPPIan Lance Taylor
2024-11-20internal/byteorder: use canonical Go casing in namesRuss Cox