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
*
internal/syscall/windows: add GetModuleFileName
Shenghou Ma
2016-11-07
2
-0
/
+15
*
all: make copyright headers consistent with one space after period
Michael Munday
2016-11-04
2
-2
/
+2
*
syscall: use ERROR_IO_PENDING value in errnoErr
Alex Brainman
2016-10-22
2
-8
/
+8
*
os, syscall: fix incorrect offset calculation in Readlink on windows
Hiroshi Ioka
2016-10-19
2
-0
/
+35
*
os: use FindFirstFile when GetFileAttributesEx fails in Stat
Alex Brainman
2016-10-14
1
-0
/
+1
*
os: make readConsole handle its input and output correctly
Alex Brainman
2016-10-13
1
-0
/
+6
*
os: add new tests for symbolic links and directory junctions
Alex Brainman
2016-10-12
5
-7
/
+222
*
os: use GetConsoleCP() instead of GetACP()
Yasuhiro Matsumoto
2016-09-21
2
-0
/
+8
*
syscall: avoid convT2I allocs for common Windows error values
Brad Fitzpatrick
2016-09-07
2
-4
/
+54
*
syscall, internal/syscall/windows, internal/syscall/windows/registry: make go...
Alex Brainman
2016-08-24
4
-4
/
+14
*
syscall: make mksyscall_windows.go -systemdll flag true by default
Alex Brainman
2016-05-12
2
-2
/
+2
*
syscall: remove mksyscall_windows.go -xsys flag
Alex Brainman
2016-05-11
2
-6
/
+10
*
runtime, syscall: only search for Windows DLLs in the System32 directory
Brad Fitzpatrick
2016-04-01
5
-6
/
+36
*
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-03-01
1
-1
/
+1
*
all: fix typos and spelling
Martin Möhrmann
2016-02-24
1
-2
/
+2
*
internal/syscall/windows: correct GetACP and MultiByteToWideChar
Alex Brainman
2016-01-08
2
-16
/
+9
*
internal/syscall/windows/registry: adjust TestGetMUIStringValue
Alex Brainman
2016-01-06
1
-6
/
+8
*
os,internal/syscall/windows: use ReadFile/MultiByteToWideChar to read from co...
mattn
2015-12-17
2
-0
/
+31
*
net, internal/syscall/windows: fix interface and address identification on wi...
Mikio Hara
2015-12-10
2
-4
/
+14
*
internal/syscall/windows/registry: do not panic when data is large
Alex Brainman
2015-09-04
1
-5
/
+5
*
registry: Explain how GetMUIStringValue works and where it falls short
Daniel Johansson
2015-08-28
1
-0
/
+8
*
time: handle localized time zone names
Daniel Johansson
2015-08-26
4
-0
/
+133
*
internal/syscall/windows/registry: remove debugging dreg
Alex Brainman
2015-08-24
1
-1
/
+0
*
internal/syscall/windows/registry: fix read overrun in GetStringsValue
Patrick Mezard
2015-05-15
3
-2
/
+86
*
internal/syscall/windows/registry: handle invalid integer values
Patrick Mezard
2015-05-11
1
-0
/
+6
*
internal/syscall/windows: increase registry.ExpandString buffer
Patrick Mezard
2015-05-10
1
-1
/
+1
*
mime, time, internal/syscall/windows/registry: use new registry package to si...
Alex Brainman
2015-04-30
5
-0
/
+1205
*
os: windows Rename should overwrite destination file.
Daniel Theophanes
2015-04-09
2
-1
/
+33
*
crypto/x509: use syscall.GetVersion instead of internal/syscall/windows.GetVe...
Alex Brainman
2015-03-31
2
-13
/
+0
*
crypto/x509: skip SHA2 system verify test if not supported.
Daniel Theophanes
2015-03-30
2
-0
/
+13
*
os: Use GetComputerNameEx to get Hostname on win32
Carlos Castillo
2015-02-25
2
-3
/
+31
*
net: re-implement Interfaces and InterfaceAddrs for IPNet, IPv6 on Windows
mattn
2015-02-10
2
-0
/
+119