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
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
2019-05-08
cmd/go: set the "generate" build tag in go generate, per design doc
Brad Fitzpatrick
2019-05-08
internal/syscall/windows/sysdll: mark package as Windows-only
Brad Fitzpatrick
2019-03-01
os: make Readlink work with symlinks with target like \??\Volume{ABCD}\
Alex Brainman
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-27
os: os: make Stat("*.txt") fail on windows
Yasuhiro Matsumoto
2018-04-19
internal/syscall/windows: convert CRLF line endings
Tobias Klauser
2018-04-19
os: enable symlink creation on Windows 10
Felix Kollmann
2018-04-14
net: implement (*syscall.RawConn).Read/Write on Windows
Aman Gupta
2018-04-04
os/user: obtain a user GID on Windows
Lubomir I. Ivanov (VMware)
2018-03-02
internal/syscall/windows/registry: improve ReadSubKeyNames permissions
Shamil Garatuev
2018-02-24
os/user: obtain a user home path on Windows
Lubomir I. Ivanov (VMware)
2018-02-15
all: drop support for Windows Vista or below (Windows XP)
Mikio Hara
2017-11-10
net: implement ReadMsg/WriteMsg on windows
Aman Gupta
2017-11-07
syscall: change SysProcAttr.Token type to Token
Alex Brainman
2017-11-07
net: use WSASocket instead of socket call
Alex Brainman
2017-11-06
syscall: add Token to Windows SysProcAttr
Paul Querna
2017-11-03
cmd/link: restore windows stack commit size back to 4KB
Alex Brainman
2017-10-05
path/filepath: re-implement windows EvalSymlinks
Alex Brainman
2016-11-07
internal/syscall/windows: add GetModuleFileName
Shenghou Ma
2016-11-04
all: make copyright headers consistent with one space after period
Michael Munday
2016-10-22
syscall: use ERROR_IO_PENDING value in errnoErr
Alex Brainman
2016-10-19
os, syscall: fix incorrect offset calculation in Readlink on windows
Hiroshi Ioka
2016-10-14
os: use FindFirstFile when GetFileAttributesEx fails in Stat
Alex Brainman
2016-10-13
os: make readConsole handle its input and output correctly
Alex Brainman
[prev]
[next]