aboutsummaryrefslogtreecommitdiff
path: root/src/internal/syscall/windows
AgeCommit message (Expand)Author
2016-10-12os: add new tests for symbolic links and directory junctionsAlex Brainman
2016-09-21os: use GetConsoleCP() instead of GetACP()Yasuhiro Matsumoto
2016-09-07syscall: avoid convT2I allocs for common Windows error valuesBrad Fitzpatrick
2016-08-24syscall, internal/syscall/windows, internal/syscall/windows/registry: make go...Alex Brainman
2016-05-12syscall: make mksyscall_windows.go -systemdll flag true by defaultAlex Brainman
2016-05-11syscall: remove mksyscall_windows.go -xsys flagAlex Brainman
2016-04-01runtime, syscall: only search for Windows DLLs in the System32 directoryBrad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2016-01-08internal/syscall/windows: correct GetACP and MultiByteToWideCharAlex Brainman
2016-01-06internal/syscall/windows/registry: adjust TestGetMUIStringValueAlex Brainman
2015-12-17os,internal/syscall/windows: use ReadFile/MultiByteToWideChar to read from co...mattn
2015-12-10net, internal/syscall/windows: fix interface and address identification on wi...Mikio Hara
2015-09-04internal/syscall/windows/registry: do not panic when data is largeAlex Brainman
2015-08-28registry: Explain how GetMUIStringValue works and where it falls shortDaniel Johansson
2015-08-26time: handle localized time zone namesDaniel Johansson
2015-08-24internal/syscall/windows/registry: remove debugging dregAlex Brainman
2015-05-15internal/syscall/windows/registry: fix read overrun in GetStringsValuePatrick Mezard
2015-05-11internal/syscall/windows/registry: handle invalid integer valuesPatrick Mezard
2015-05-10internal/syscall/windows: increase registry.ExpandString bufferPatrick Mezard
2015-04-30mime, time, internal/syscall/windows/registry: use new registry package to si...Alex Brainman
2015-04-09os: windows Rename should overwrite destination file.Daniel Theophanes
2015-03-31crypto/x509: use syscall.GetVersion instead of internal/syscall/windows.GetVe...Alex Brainman
2015-03-30crypto/x509: skip SHA2 system verify test if not supported.Daniel Theophanes
2015-02-25os: Use GetComputerNameEx to get Hostname on win32Carlos Castillo
2015-02-10net: re-implement Interfaces and InterfaceAddrs for IPNet, IPv6 on Windowsmattn