index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
internal
/
syscall
/
windows
Commit message (
Expand
)
Author
Age
Files
Lines
*
os, syscall: support ill-formed UTF-16 strings on Windows
qmuntal
2023-05-15
2
-7
/
+2
*
cmd/link: generate .xdata PE section
qmuntal
2023-05-02
2
-0
/
+8
*
cmd/link: generate .pdata PE section
qmuntal
2023-05-02
2
-0
/
+9
*
runtime: filter i/o async entries using completion key on windows
Will Hawkins
2023-04-11
2
-0
/
+17
*
internal/syscall/windows: regenerate zsyscall_windows.go
qmuntal
2023-01-30
1
-1
/
+1
*
os: use GetTempPath2 on Windows if available
Thanonchai W
2023-01-28
2
-0
/
+15
*
os: use handle based APIs to read directories on windows
qmuntal
2023-01-24
2
-32
/
+61
*
internal/syscall/windows: simplify unsafe.Slice usage
Cuong Manh Le
2022-09-09
1
-1
/
+1
*
internal/syscall/windows: use unsafe.Slice instead of unsafeheader package
Tobias Klauser
2022-09-09
1
-6
/
+1
*
runtime/pprof: add memory mapping info for Windows
Egon Elbre
2022-08-20
3
-6
/
+59
*
cmd/go: add functions to read index file
Michael Matloob
2022-06-03
3
-0
/
+26
*
all: gofmt main repo
Russ Cox
2022-04-11
1
-1
/
+0
*
Revert "os: add handling of os.Interrupt for windows"
Bryan Mills
2022-04-04
2
-10
/
+0
*
os: add handling of os.Interrupt for windows
Constantin Konstantinidis
2022-04-03
2
-0
/
+10
*
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-12-13
1
-1
/
+1
*
net: pass around pointers to SockaddrInetN
Josh Bleecher Snyder
2021-11-04
1
-2
/
+2
*
syscall: fix and document uses of RegEnumKeyEx
Michael Anthony Knyszek
2021-11-04
1
-1
/
+10
*
syscall: migrate new UDP send/recv API to internal/syscall/unix
Josh Bleecher Snyder
2021-11-03
1
-0
/
+18
*
all: manual fixups for //go:build vs // +build
Russ Cox
2021-10-28
9
-9
/
+0
*
all: gofmt more (but vendor, testdata, and top-level test directories)
Dmitri Shuralyov
2021-08-13
9
-0
/
+9
*
syscall: remove RtlGenRandom and move it into internal/syscall
Jason A. Donenfeld
2021-01-15
2
-0
/
+15
*
all: update dependency on golang.org/x/sys and regenerate Windows syscalls
Bryan C. Mills
2020-11-02
2
-239
/
+143
*
syscall: switch go:generate directives back to mksyscall_windows.go
Bryan C. Mills
2020-11-02
3
-15
/
+15
*
syscall: remove dependency on io
Russ Cox
2020-10-13
3
-30
/
+6
*
os: implement File.Chmod on Windows
Constantin Konstantinidis
2020-09-11
2
-0
/
+22
*
syscall, internal/syscall/windows: remove utf16PtrToString parameter
Alex Brainman
2020-05-03
1
-5
/
+10
*
internal/syscall/windows: change WSAMsg.Name type
Alex Brainman
2020-04-02
1
-1
/
+1
*
all: fix most of the remaining windows -d=checkptr violations
Alex Brainman
2019-12-06
2
-4
/
+26
*
internal/syscall/windows/registry: make '-gcflags=all=-d=checkptr' flag work
Alex Brainman
2019-10-29
1
-6
/
+5
*
internal/syscall/windows/registry: remove TestWalkFullRegistry due to false a...
Jason A. Donenfeld
2019-10-27
1
-98
/
+0
*
internal/syscall/windows/registry: allow for non-null terminated strings
Jason A. Donenfeld
2019-10-25
1
-1
/
+1
*
internal/syscall/windows/registry: blacklist certain registry keys in TestWal...
Jason A. Donenfeld
2019-10-23
1
-19
/
+34
*
internal/syscall/windows/registry: fix strict assumptions in TestWalkFullRegi...
Jason A. Donenfeld
2019-10-23
1
-2
/
+5
*
syscall, internal/syscall/windows, internal/syscall/windows/registry: make go...
Alex Brainman
2019-10-05
2
-2
/
+2
*
os: pass correct environment when creating Windows processes
Jason A. Donenfeld
2019-05-16
2
-0
/
+35
*
cmd/go: set the "generate" build tag in go generate, per design doc
Brad Fitzpatrick
2019-05-08
2
-0
/
+4
*
internal/syscall/windows/sysdll: mark package as Windows-only
Brad Fitzpatrick
2019-05-08
1
-0
/
+2
*
os: make Readlink work with symlinks with target like \??\Volume{ABCD}\
Alex Brainman
2019-03-01
1
-0
/
+24
*
internal/syscall/windows: add LockFileEx and UnlockFileEx for use in cmd/go
Bryan C. Mills
2018-11-02
2
-0
/
+38
*
os: use CreateFile for Stat of symlinks
Alex Brainman
2018-11-02
3
-23
/
+61
*
syscall, internal/syscall: follow convention for generated code comment
Tobias Klauser
2018-06-14
2
-2
/
+2
*
os: os: make Stat("*.txt") fail on windows
Yasuhiro Matsumoto
2018-04-27
1
-0
/
+1
*
internal/syscall/windows: convert CRLF line endings
Tobias Klauser
2018-04-19
1
-14
/
+14
*
os: enable symlink creation on Windows 10
Felix Kollmann
2018-04-19
1
-0
/
+14
*
net: implement (*syscall.RawConn).Read/Write on Windows
Aman Gupta
2018-04-14
1
-0
/
+1
*
os/user: obtain a user GID on Windows
Lubomir I. Ivanov (VMware)
2018-04-04
2
-0
/
+52
*
internal/syscall/windows/registry: improve ReadSubKeyNames permissions
Shamil Garatuev
2018-03-02
2
-7
/
+5
*
os/user: obtain a user home path on Windows
Lubomir I. Ivanov (VMware)
2018-02-24
2
-0
/
+16
*
all: drop support for Windows Vista or below (Windows XP)
Mikio Hara
2018-02-15
1
-13
/
+0
*
net: implement ReadMsg/WriteMsg on windows
Aman Gupta
2017-11-10
1
-1
/
+104
[next]