aboutsummaryrefslogtreecommitdiff
path: root/src/internal/syscall/windows
AgeCommit message (Expand)Author
2024-11-15os/user: support built-in service user accounts on Windowsqmuntal
2024-10-28cmd: use internal/syscall/windows to get Windows versionqmuntal
2024-10-21internal/syscall/windows: set write access when O_TRUNC is usedqmuntal
2024-10-14internal/syscall/windows: fix handle leak in Mkdiratqmuntal
2024-10-11internal/syscall/windows: add Openat, MkdiratDamien Neil
2024-10-07internal/syscall/windows: add NtCreateFileDamien Neil
2024-09-16os/user: fix Current().GroupIds() for AD joined users on Windowsqmuntal
2024-08-27os/user: test that Current does not depend on netapi32.dllqmuntal
2024-08-21os/user: speed up Current on Windowsqmuntal
2024-08-10Revert "os/user: speed up Current on Windows"Quim Muntal
2024-08-09os/user: speed up Current on Windowsqmuntal
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-21cmd/internal/osinfo,runtime,syscall: use RtlGetVersion instead of RtlGetNtVer...qmuntal
2024-03-21net,internal/syscall/windows: prove that keep alive options existsqmuntal
2024-03-15net: fixes to dnsReadConfig in dnsconfig_windows.goQuentin McGaw
2024-03-12internal/syscall/windows: implement SupportUnixSocket by enumerating protocolsqmuntal
2024-03-08internal/syscall/windows: unexport Versionqmuntal
2024-03-07net: consolidate the existing Windows version checksAndy Pan
2024-03-07net: support TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCNT on newer WindowsAndy Pan
2024-03-06internal/syscall/windows/registry: append .dll when loading kernel32qmuntal
2024-02-12os: add os.ModeSocket support to os.Stat on windowsqmuntal
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-11-01os: report IO_REPARSE_TAG_DEDUP files as regular in Stat and LstatBryan C. Mills
2023-10-20crypto/rand,runtime: switch RtlGenRandom for ProcessPrngRoland Shoemaker
2023-09-18all: clean unnecessary castsJes Cok
2023-09-14time: unconditionally use RegLoadMUIString on Windowsqmuntal
2023-09-12all: fix Microsoft linksqmuntal
2023-09-05all: use ^TestName$ regular pattern for invoking a single testDmitri Shuralyov
2023-09-04net: respect hosts file when resolving names for WindowsNikita Vaniasin
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-19net: make Dial fail faster on Windows closed loopback devicesqmuntal
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-30internal/syscall/windows: regenerate zsyscall_windows.goqmuntal
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