aboutsummaryrefslogtreecommitdiff
path: root/src/internal/syscall/windows
AgeCommit message (Expand)Author
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
2019-05-08cmd/go: set the "generate" build tag in go generate, per design docBrad Fitzpatrick
2019-05-08internal/syscall/windows/sysdll: mark package as Windows-onlyBrad Fitzpatrick
2019-03-01os: make Readlink work with symlinks with target like \??\Volume{ABCD}\Alex Brainman
2018-11-02internal/syscall/windows: add LockFileEx and UnlockFileEx for use in cmd/goBryan C. Mills
2018-11-02os: use CreateFile for Stat of symlinksAlex Brainman
2018-06-14syscall, internal/syscall: follow convention for generated code commentTobias Klauser
2018-04-27os: os: make Stat("*.txt") fail on windowsYasuhiro Matsumoto
2018-04-19internal/syscall/windows: convert CRLF line endingsTobias Klauser
2018-04-19os: enable symlink creation on Windows 10Felix Kollmann
2018-04-14net: implement (*syscall.RawConn).Read/Write on WindowsAman Gupta
2018-04-04os/user: obtain a user GID on WindowsLubomir I. Ivanov (VMware)
2018-03-02internal/syscall/windows/registry: improve ReadSubKeyNames permissionsShamil Garatuev
2018-02-24os/user: obtain a user home path on WindowsLubomir I. Ivanov (VMware)
2018-02-15all: drop support for Windows Vista or below (Windows XP)Mikio Hara
2017-11-10net: implement ReadMsg/WriteMsg on windowsAman Gupta
2017-11-07syscall: change SysProcAttr.Token type to TokenAlex Brainman
2017-11-07net: use WSASocket instead of socket callAlex Brainman
2017-11-06syscall: add Token to Windows SysProcAttrPaul Querna
2017-11-03cmd/link: restore windows stack commit size back to 4KBAlex Brainman
2017-10-05path/filepath: re-implement windows EvalSymlinksAlex Brainman
2016-11-07internal/syscall/windows: add GetModuleFileNameShenghou Ma
2016-11-04all: make copyright headers consistent with one space after periodMichael Munday
2016-10-22syscall: use ERROR_IO_PENDING value in errnoErrAlex Brainman
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