aboutsummaryrefslogtreecommitdiff
path: root/src/internal/syscall/windows/syscall_windows.go
AgeCommit message (Expand)Author
2026-02-24internal/cpu: use IsProcessorFeaturePresent to calculate ARM64 on windowsAlex Brainman
2026-02-17internal/syscall/windows: correct some enums and syscall signaturesMichal Pristas
2026-02-06os: support deleting inaccessible files in RemoveAllMichal Pristas
2025-11-04internal/syscall/windows: fix ReOpenFile sentinel error valueqmuntal
2025-10-21os: support deleting read-only files in RemoveAll on older Windows versionsqmuntal
2025-09-26internal/poll: simplify WriteMsg and ReadMsg on Windowsqmuntal
2025-09-26internal/poll: don't call SetFilePointerEx in Seek for overlapped handlesqmuntal
2025-05-21os: add Root.MkdirAllDamien Neil
2025-05-05net,os: support converting between *os.File and net.Conn on Windowsqmuntal
2025-04-24os,internal/poll: disassociate handle from IOCP in File.Fdqmuntal
2025-04-04internal/syscall/windows: use unsafe.Pointer instead of uintptrqmuntal
2025-04-04internal/poll: simplify execIOqmuntal
2025-04-03internal/syscall/windows: define NtQueryInformationFile buffer as unsafe.Pointerqmuntal
2025-04-01internal/poll: defer IOCP association until first IO operationqmuntal
2025-03-31os,internal/poll: support I/O on overlapped handles not added to the pollerqmuntal
2025-03-28internal/poll: don't skip empty writes on Windowsqmuntal
2025-03-26internal/poll: support async file operations on Windowsqmuntal
2025-02-19path/filepath: use RtlIsDosDeviceName_U to detect Windows devicesqmuntal
2024-11-20os: add Root.Stat and Root.LstatDamien Neil
2024-11-20os: add Root.RemoveDamien Neil
2024-10-11internal/syscall/windows: add Openat, MkdiratDamien Neil
2024-10-07internal/syscall/windows: add NtCreateFileDamien Neil
2024-08-27os/user: test that Current does not depend on netapi32.dllqmuntal
2024-08-08os/user: support calling Current on impersonated threadsqmuntal
2024-04-26testing: use QueryPerformanceCounter on WindowsEgon Elbre
2024-03-27os: make readdir more robust on Windowsqmuntal
2024-03-15net: fixes to dnsReadConfig in dnsconfig_windows.goQuentin McGaw
2024-03-12internal/syscall/windows: implement SupportUnixSocket by enumerating protocolsqmuntal
2024-02-07runtime,internal/syscall/windows: remove long path support checkqmuntal
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