index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
internal
/
poll
Age
Commit message (
Expand
)
Author
2026-02-03
internal/poll: readWriteUnlock should destroy fd when no remaining references
qmuntal
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-11-25
internal/poll: replace t.Sub(time.Now()) with time.Until in test
guoguangwu
2025-10-29
internal/itoa, internal/runtime/strconv: delete
Russ Cox
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-15
internal/syscall/unix: add KernelVersionGE
Kir Kolyshkin
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-05-13
internal/poll: use runtime.AddCleanup instead of runtime.SetFinalizer
Carlos Amedee
2025-04-24
os,internal/poll: disassociate handle from IOCP in File.Fd
qmuntal
2025-04-17
internal/poll: remove outdated tests
qmuntal
2025-04-14
os,internal/poll: support I/O on overlapped files not added to the poller
qmuntal
2025-04-11
all: use built-in min, max functions
Marcel Meyer
2025-04-10
net: deduplicate sendfile files
qmuntal
2025-04-10
net: reenable sendfile on Windows
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
2025-02-19
internal/poll: note that copy_file_range bug is fixed
Michael Pratt
2025-02-03
internal/poll: use ignoringEINTR2 in (*FD).Pread
Tobias Klauser
2024-12-11
internal/poll: in SendFile treat ENOTSUP like EOPNOTSUPP
Ian Lance Taylor
2024-11-20
internal/byteorder: use canonical Go casing in names
Russ Cox
[next]