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
/
zsyscall_windows.go
Age
Commit message (
Expand
)
Author
2026-02-20
[release-branch.go1.26] internal/syscall/windows: correct some enums and sysc...
Michal Pristas
2026-02-18
[release-branch.go1.26] 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-29
internal/syscall/windows: regenerate GetFileSizeEx
qmuntal
2025-09-26
internal/poll: don't call SetFilePointerEx in Seek for overlapped handles
qmuntal
2025-09-12
vendor: update x/tools to 3adf0e9, and other repos
Alan Donovan
2025-09-09
Revert "cmd/go: use os.Rename to move files on Windows"
Quim Muntal
2025-08-01
cmd/go: use os.Rename to move files on Windows
qmuntal
2025-05-20
net: avoid using Windows' TransmitFile on non-server machines
Shibi J M
2025-05-05
net,os: support converting between *os.File and net.Conn on Windows
qmuntal
2025-04-04
internal/syscall/windows: use unsafe.Pointer instead of uintptr
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-27
internal/syscall/windows: run go generate
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.Remove
Damien Neil
2024-11-19
os/user: fix race detector failure
qmuntal
2024-11-15
os/user: support built-in service user accounts on Windows
qmuntal
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-03-21
cmd/internal/osinfo,runtime,syscall: use RtlGetVersion instead of RtlGetNtVer...
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-09
os: make MkdirAll support volume names
qmuntal
2023-08-07
os: fix test failure when Workstation service is not enabled
qiulaidongfeng
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-30
internal/syscall/windows: regenerate zsyscall_windows.go
qmuntal
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-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
2020-11-02
all: update dependency on golang.org/x/sys and regenerate Windows syscalls
Bryan C. Mills
2020-11-02
syscall: switch go:generate directives back to mksyscall_windows.go
Bryan C. Mills
2020-09-11
os: implement File.Chmod on Windows
Constantin Konstantinidis
2019-05-16
os: pass correct environment when creating Windows processes
Jason A. Donenfeld
2018-11-02
internal/syscall/windows: add LockFileEx and UnlockFileEx for use in cmd/go
Bryan C. Mills
2018-11-02
os: use CreateFile for Stat of symlinks
Alex Brainman
2018-06-14
syscall, internal/syscall: follow convention for generated code comment
Tobias Klauser
2018-04-04
os/user: obtain a user GID on Windows
Lubomir I. Ivanov (VMware)
2018-02-24
os/user: obtain a user home path on Windows
Lubomir I. Ivanov (VMware)
[next]