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-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
2022-04-11
all: gofmt main repo
Russ Cox
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-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-04
net: pass around pointers to SockaddrInetN
Josh Bleecher Snyder
2021-11-04
syscall: fix and document uses of RegEnumKeyEx
Michael Anthony Knyszek
2021-11-03
syscall: migrate new UDP send/recv API to internal/syscall/unix
Josh Bleecher Snyder
2021-10-28
all: manual fixups for //go:build vs // +build
Russ Cox
2021-08-13
all: gofmt more (but vendor, testdata, and top-level test directories)
Dmitri Shuralyov
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-10-13
syscall: remove dependency on io
Russ Cox
2020-09-11
os: implement File.Chmod on Windows
Constantin Konstantinidis
2020-05-03
syscall, internal/syscall/windows: remove utf16PtrToString parameter
Alex Brainman
2020-04-02
internal/syscall/windows: change WSAMsg.Name type
Alex Brainman
2019-12-06
all: fix most of the remaining windows -d=checkptr violations
Alex Brainman
2019-10-29
internal/syscall/windows/registry: make '-gcflags=all=-d=checkptr' flag work
Alex Brainman
2019-10-27
internal/syscall/windows/registry: remove TestWalkFullRegistry due to false a...
Jason A. Donenfeld
2019-10-25
internal/syscall/windows/registry: allow for non-null terminated strings
Jason A. Donenfeld
2019-10-23
internal/syscall/windows/registry: blacklist certain registry keys in TestWal...
Jason A. Donenfeld
2019-10-23
internal/syscall/windows/registry: fix strict assumptions in TestWalkFullRegi...
Jason A. Donenfeld
2019-10-05
syscall, internal/syscall/windows, internal/syscall/windows/registry: make go...
Alex Brainman
2019-05-16
os: pass correct environment when creating Windows processes
Jason A. Donenfeld
[next]