summaryrefslogtreecommitdiff
path: root/src/internal/syscall/windows
Commit message (Expand)AuthorAgeFilesLines
* os, syscall: support ill-formed UTF-16 strings on Windowsqmuntal2023-05-152-7/+2
* cmd/link: generate .xdata PE sectionqmuntal2023-05-022-0/+8
* cmd/link: generate .pdata PE sectionqmuntal2023-05-022-0/+9
* runtime: filter i/o async entries using completion key on windowsWill Hawkins2023-04-112-0/+17
* internal/syscall/windows: regenerate zsyscall_windows.goqmuntal2023-01-301-1/+1
* os: use GetTempPath2 on Windows if availableThanonchai W2023-01-282-0/+15
* os: use handle based APIs to read directories on windowsqmuntal2023-01-242-32/+61
* internal/syscall/windows: simplify unsafe.Slice usageCuong Manh Le2022-09-091-1/+1
* internal/syscall/windows: use unsafe.Slice instead of unsafeheader packageTobias Klauser2022-09-091-6/+1
* runtime/pprof: add memory mapping info for WindowsEgon Elbre2022-08-203-6/+59
* cmd/go: add functions to read index fileMichael Matloob2022-06-033-0/+26
* all: gofmt main repoRuss Cox2022-04-111-1/+0
* Revert "os: add handling of os.Interrupt for windows"Bryan Mills2022-04-042-10/+0
* os: add handling of os.Interrupt for windowsConstantin Konstantinidis2022-04-032-0/+10
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-1/+1
* net: pass around pointers to SockaddrInetNJosh Bleecher Snyder2021-11-041-2/+2
* syscall: fix and document uses of RegEnumKeyExMichael Anthony Knyszek2021-11-041-1/+10
* syscall: migrate new UDP send/recv API to internal/syscall/unixJosh Bleecher Snyder2021-11-031-0/+18
* all: manual fixups for //go:build vs // +buildRuss Cox2021-10-289-9/+0
* all: gofmt more (but vendor, testdata, and top-level test directories)Dmitri Shuralyov2021-08-139-0/+9
* syscall: remove RtlGenRandom and move it into internal/syscallJason A. Donenfeld2021-01-152-0/+15
* all: update dependency on golang.org/x/sys and regenerate Windows syscallsBryan C. Mills2020-11-022-239/+143
* syscall: switch go:generate directives back to mksyscall_windows.goBryan C. Mills2020-11-023-15/+15
* syscall: remove dependency on ioRuss Cox2020-10-133-30/+6
* os: implement File.Chmod on WindowsConstantin Konstantinidis2020-09-112-0/+22
* syscall, internal/syscall/windows: remove utf16PtrToString parameterAlex Brainman2020-05-031-5/+10
* internal/syscall/windows: change WSAMsg.Name typeAlex Brainman2020-04-021-1/+1
* all: fix most of the remaining windows -d=checkptr violationsAlex Brainman2019-12-062-4/+26
* internal/syscall/windows/registry: make '-gcflags=all=-d=checkptr' flag workAlex Brainman2019-10-291-6/+5
* internal/syscall/windows/registry: remove TestWalkFullRegistry due to false a...Jason A. Donenfeld2019-10-271-98/+0
* internal/syscall/windows/registry: allow for non-null terminated stringsJason A. Donenfeld2019-10-251-1/+1
* internal/syscall/windows/registry: blacklist certain registry keys in TestWal...Jason A. Donenfeld2019-10-231-19/+34
* internal/syscall/windows/registry: fix strict assumptions in TestWalkFullRegi...Jason A. Donenfeld2019-10-231-2/+5
* syscall, internal/syscall/windows, internal/syscall/windows/registry: make go...Alex Brainman2019-10-052-2/+2
* os: pass correct environment when creating Windows processesJason A. Donenfeld2019-05-162-0/+35
* cmd/go: set the "generate" build tag in go generate, per design docBrad Fitzpatrick2019-05-082-0/+4
* internal/syscall/windows/sysdll: mark package as Windows-onlyBrad Fitzpatrick2019-05-081-0/+2
* os: make Readlink work with symlinks with target like \??\Volume{ABCD}\Alex Brainman2019-03-011-0/+24
* internal/syscall/windows: add LockFileEx and UnlockFileEx for use in cmd/goBryan C. Mills2018-11-022-0/+38
* os: use CreateFile for Stat of symlinksAlex Brainman2018-11-023-23/+61
* syscall, internal/syscall: follow convention for generated code commentTobias Klauser2018-06-142-2/+2
* os: os: make Stat("*.txt") fail on windowsYasuhiro Matsumoto2018-04-271-0/+1
* internal/syscall/windows: convert CRLF line endingsTobias Klauser2018-04-191-14/+14
* os: enable symlink creation on Windows 10Felix Kollmann2018-04-191-0/+14
* net: implement (*syscall.RawConn).Read/Write on WindowsAman Gupta2018-04-141-0/+1
* os/user: obtain a user GID on WindowsLubomir I. Ivanov (VMware)2018-04-042-0/+52
* internal/syscall/windows/registry: improve ReadSubKeyNames permissionsShamil Garatuev2018-03-022-7/+5
* os/user: obtain a user home path on WindowsLubomir I. Ivanov (VMware)2018-02-242-0/+16
* all: drop support for Windows Vista or below (Windows XP)Mikio Hara2018-02-151-13/+0
* net: implement ReadMsg/WriteMsg on windowsAman Gupta2017-11-101-1/+104