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
/
syscall
/
windows
/
syscall_windows.go
Age
Commit message (
Expand
)
Author
2026-02-24
internal/cpu: use IsProcessorFeaturePresent to calculate ARM64 on windows
Alex Brainman
2026-02-17
internal/syscall/windows: correct some enums and syscall signatures
Michal Pristas
2026-02-06
os: support deleting inaccessible files in RemoveAll
Michal Pristas
2025-11-04
internal/syscall/windows: fix ReOpenFile sentinel error value
qmuntal
2025-10-21
os: support deleting read-only files in RemoveAll on older Windows versions
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-05-21
os: add Root.MkdirAll
Damien Neil
2025-05-05
net,os: support converting between *os.File and net.Conn on Windows
qmuntal
2025-04-24
os,internal/poll: disassociate handle from IOCP in File.Fd
qmuntal
2025-04-04
internal/syscall/windows: use unsafe.Pointer instead of uintptr
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: don't skip empty writes on Windows
qmuntal
2025-03-26
internal/poll: support async file operations on Windows
qmuntal
2025-02-19
path/filepath: use RtlIsDosDeviceName_U to detect Windows devices
qmuntal
2024-11-20
os: add Root.Stat and Root.Lstat
Damien Neil
2024-11-20
os: add Root.Remove
Damien Neil
2024-10-11
internal/syscall/windows: add Openat, Mkdirat
Damien Neil
2024-10-07
internal/syscall/windows: add NtCreateFile
Damien Neil
2024-08-27
os/user: test that Current does not depend on netapi32.dll
qmuntal
2024-08-08
os/user: support calling Current on impersonated threads
qmuntal
2024-04-26
testing: use QueryPerformanceCounter on Windows
Egon Elbre
2024-03-27
os: make readdir more robust on Windows
qmuntal
2024-03-15
net: fixes to dnsReadConfig in dnsconfig_windows.go
Quentin McGaw
2024-03-12
internal/syscall/windows: implement SupportUnixSocket by enumerating protocols
qmuntal
2024-02-07
runtime,internal/syscall/windows: remove long path support check
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-10-20
crypto/rand,runtime: switch RtlGenRandom for ProcessPrng
Roland Shoemaker
2023-08-25
os: omit existence check for GetFinalPathNameByHandle
qmuntal
2023-08-16
os: support file systems without file IDs when reading directories on windows
qmuntal
2023-08-09
os: make MkdirAll support volume names
qmuntal
2023-08-07
os: fix test failure when Workstation service is not enabled
qiulaidongfeng
2023-07-25
os: mark the share created by TestNetworkSymbolicLink as temporary
Bryan C. Mills
2023-05-15
os, syscall: support ill-formed UTF-16 strings on Windows
qmuntal
2023-05-02
cmd/link: generate .xdata PE section
qmuntal
2023-05-02
cmd/link: generate .pdata PE section
qmuntal
2023-04-11
runtime: filter i/o async entries using completion key on windows
Will Hawkins
2023-01-28
os: use GetTempPath2 on Windows if available
Thanonchai W
2023-01-24
os: use handle based APIs to read directories on windows
qmuntal
2022-09-09
internal/syscall/windows: simplify unsafe.Slice usage
Cuong Manh Le
2022-09-09
internal/syscall/windows: use unsafe.Slice instead of unsafeheader package
Tobias Klauser
2022-08-20
runtime/pprof: add memory mapping info for Windows
Egon Elbre
2022-06-03
cmd/go: add functions to read index file
Michael Matloob
2022-04-04
Revert "os: add handling of os.Interrupt for windows"
Bryan Mills
2022-04-03
os: add handling of os.Interrupt for windows
Constantin Konstantinidis
2021-01-15
syscall: remove RtlGenRandom and move it into internal/syscall
Jason A. Donenfeld
[next]