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
2016-10-12
os: add new tests for symbolic links and directory junctions
Alex Brainman
2016-09-21
os: use GetConsoleCP() instead of GetACP()
Yasuhiro Matsumoto
2016-09-07
syscall: avoid convT2I allocs for common Windows error values
Brad Fitzpatrick
2016-08-24
syscall, internal/syscall/windows, internal/syscall/windows/registry: make go...
Alex Brainman
2016-05-12
syscall: make mksyscall_windows.go -systemdll flag true by default
Alex Brainman
2016-05-11
syscall: remove mksyscall_windows.go -xsys flag
Alex Brainman
2016-04-01
runtime, syscall: only search for Windows DLLs in the System32 directory
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2016-01-08
internal/syscall/windows: correct GetACP and MultiByteToWideChar
Alex Brainman
2016-01-06
internal/syscall/windows/registry: adjust TestGetMUIStringValue
Alex Brainman
2015-12-17
os,internal/syscall/windows: use ReadFile/MultiByteToWideChar to read from co...
mattn
2015-12-10
net, internal/syscall/windows: fix interface and address identification on wi...
Mikio Hara
2015-09-04
internal/syscall/windows/registry: do not panic when data is large
Alex Brainman
2015-08-28
registry: Explain how GetMUIStringValue works and where it falls short
Daniel Johansson
2015-08-26
time: handle localized time zone names
Daniel Johansson
2015-08-24
internal/syscall/windows/registry: remove debugging dreg
Alex Brainman
2015-05-15
internal/syscall/windows/registry: fix read overrun in GetStringsValue
Patrick Mezard
2015-05-11
internal/syscall/windows/registry: handle invalid integer values
Patrick Mezard
2015-05-10
internal/syscall/windows: increase registry.ExpandString buffer
Patrick Mezard
2015-04-30
mime, time, internal/syscall/windows/registry: use new registry package to si...
Alex Brainman
2015-04-09
os: windows Rename should overwrite destination file.
Daniel Theophanes
2015-03-31
crypto/x509: use syscall.GetVersion instead of internal/syscall/windows.GetVe...
Alex Brainman
2015-03-30
crypto/x509: skip SHA2 system verify test if not supported.
Daniel Theophanes
2015-02-25
os: Use GetComputerNameEx to get Hostname on win32
Carlos Castillo
2015-02-10
net: re-implement Interfaces and InterfaceAddrs for IPNet, IPv6 on Windows
mattn
[prev]