aboutsummaryrefslogtreecommitdiff
path: root/src/internal/syscall/windows
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-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
2022-04-11all: gofmt main repoRuss Cox
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-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-04net: pass around pointers to SockaddrInetNJosh Bleecher Snyder
2021-11-04syscall: fix and document uses of RegEnumKeyExMichael Anthony Knyszek
2021-11-03syscall: migrate new UDP send/recv API to internal/syscall/unixJosh Bleecher Snyder
2021-10-28all: manual fixups for //go:build vs // +buildRuss Cox
2021-08-13all: gofmt more (but vendor, testdata, and top-level test directories)Dmitri Shuralyov
2021-01-15syscall: remove RtlGenRandom and move it into internal/syscallJason A. Donenfeld
2020-11-02all: update dependency on golang.org/x/sys and regenerate Windows syscallsBryan C. Mills
2020-11-02syscall: switch go:generate directives back to mksyscall_windows.goBryan C. Mills
2020-10-13syscall: remove dependency on ioRuss Cox
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-10-29internal/syscall/windows/registry: make '-gcflags=all=-d=checkptr' flag workAlex Brainman
2019-10-27internal/syscall/windows/registry: remove TestWalkFullRegistry due to false a...Jason A. Donenfeld
2019-10-25internal/syscall/windows/registry: allow for non-null terminated stringsJason A. Donenfeld
2019-10-23internal/syscall/windows/registry: blacklist certain registry keys in TestWal...Jason A. Donenfeld
2019-10-23internal/syscall/windows/registry: fix strict assumptions in TestWalkFullRegi...Jason A. Donenfeld
2019-10-05syscall, internal/syscall/windows, internal/syscall/windows/registry: make go...Alex Brainman
2019-05-16os: pass correct environment when creating Windows processesJason A. Donenfeld