aboutsummaryrefslogtreecommitdiff
path: root/src/internal/syscall/windows/syscall_windows.go
AgeCommit message (Expand)Author
2024-01-23runtime,internal/poll: move websocket handling out of the runtime on Windowsqmuntal
2023-12-18internal/syscall/windows: fix the signature of SetFileInformationByHandleBryan C. Mills
2023-10-20crypto/rand,runtime: switch RtlGenRandom for ProcessPrngRoland Shoemaker
2023-08-25os: omit existence check for GetFinalPathNameByHandleqmuntal
2023-08-16os: support file systems without file IDs when reading directories on windowsqmuntal
2023-08-09os: make MkdirAll support volume namesqmuntal
2023-08-07os: fix test failure when Workstation service is not enabledqiulaidongfeng
2023-07-25os: mark the share created by TestNetworkSymbolicLink as temporaryBryan C. Mills
2023-05-15os, syscall: support ill-formed UTF-16 strings on Windowsqmuntal
2023-05-02cmd/link: generate .xdata PE sectionqmuntal
2023-05-02cmd/link: generate .pdata PE sectionqmuntal
2023-04-11runtime: filter i/o async entries using completion key on windowsWill Hawkins
2023-01-28os: use GetTempPath2 on Windows if availableThanonchai W
2023-01-24os: use handle based APIs to read directories on windowsqmuntal
2022-09-09internal/syscall/windows: simplify unsafe.Slice usageCuong Manh Le
2022-09-09internal/syscall/windows: use unsafe.Slice instead of unsafeheader packageTobias Klauser
2022-08-20runtime/pprof: add memory mapping info for WindowsEgon Elbre
2022-06-03cmd/go: add functions to read index fileMichael Matloob
2022-04-04Revert "os: add handling of os.Interrupt for windows"Bryan Mills
2022-04-03os: add handling of os.Interrupt for windowsConstantin Konstantinidis
2021-01-15syscall: remove RtlGenRandom and move it into internal/syscallJason A. Donenfeld
2020-09-11os: implement File.Chmod on WindowsConstantin Konstantinidis
2020-05-03syscall, internal/syscall/windows: remove utf16PtrToString parameterAlex Brainman
2020-04-02internal/syscall/windows: change WSAMsg.Name typeAlex Brainman
2019-12-06all: fix most of the remaining windows -d=checkptr violationsAlex Brainman
2019-05-16os: pass correct environment when creating Windows processesJason A. Donenfeld
2018-11-02internal/syscall/windows: add LockFileEx and UnlockFileEx for use in cmd/goBryan C. Mills
2018-04-27os: os: make Stat("*.txt") fail on windowsYasuhiro Matsumoto
2018-04-14net: implement (*syscall.RawConn).Read/Write on WindowsAman Gupta
2017-11-10net: implement ReadMsg/WriteMsg on windowsAman Gupta
2017-11-07net: use WSASocket instead of socket callAlex Brainman
2017-10-05path/filepath: re-implement windows EvalSymlinksAlex Brainman
2016-11-07internal/syscall/windows: add GetModuleFileNameShenghou Ma
2016-10-19os, syscall: fix incorrect offset calculation in Readlink on windowsHiroshi Ioka
2016-10-14os: use FindFirstFile when GetFileAttributesEx fails in StatAlex Brainman
2016-10-13os: make readConsole handle its input and output correctlyAlex Brainman
2016-10-12os: add new tests for symbolic links and directory junctionsAlex Brainman
2016-09-21os: use GetConsoleCP() instead of GetACP()Yasuhiro Matsumoto
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-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-01-08internal/syscall/windows: correct GetACP and MultiByteToWideCharAlex 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-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