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
Age
Commit message (
Expand
)
Author
2024-11-15
os/user: support built-in service user accounts on Windows
qmuntal
2024-10-28
cmd: use internal/syscall/windows to get Windows version
qmuntal
2024-10-21
internal/syscall/windows: set write access when O_TRUNC is used
qmuntal
2024-10-14
internal/syscall/windows: fix handle leak in Mkdirat
qmuntal
2024-10-11
internal/syscall/windows: add Openat, Mkdirat
Damien Neil
2024-10-07
internal/syscall/windows: add NtCreateFile
Damien Neil
2024-09-16
os/user: fix Current().GroupIds() for AD joined users on Windows
qmuntal
2024-08-27
os/user: test that Current does not depend on netapi32.dll
qmuntal
2024-08-21
os/user: speed up Current on Windows
qmuntal
2024-08-10
Revert "os/user: speed up Current on Windows"
Quim Muntal
2024-08-09
os/user: speed up Current on Windows
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-21
cmd/internal/osinfo,runtime,syscall: use RtlGetVersion instead of RtlGetNtVer...
qmuntal
2024-03-21
net,internal/syscall/windows: prove that keep alive options exists
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-03-08
internal/syscall/windows: unexport Version
qmuntal
2024-03-07
net: consolidate the existing Windows version checks
Andy Pan
2024-03-07
net: support TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCNT on newer Windows
Andy Pan
2024-03-06
internal/syscall/windows/registry: append .dll when loading kernel32
qmuntal
2024-02-12
os: add os.ModeSocket support to os.Stat on windows
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-11-01
os: report IO_REPARSE_TAG_DEDUP files as regular in Stat and Lstat
Bryan C. Mills
2023-10-20
crypto/rand,runtime: switch RtlGenRandom for ProcessPrng
Roland Shoemaker
2023-09-18
all: clean unnecessary casts
Jes Cok
2023-09-14
time: unconditionally use RegLoadMUIString on Windows
qmuntal
2023-09-12
all: fix Microsoft links
qmuntal
2023-09-05
all: use ^TestName$ regular pattern for invoking a single test
Dmitri Shuralyov
2023-09-04
net: respect hosts file when resolving names for Windows
Nikita Vaniasin
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-19
net: make Dial fail faster on Windows closed loopback devices
qmuntal
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-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-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
[prev]
[next]