aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/syscall_windows.go
AgeCommit message (Expand)Author
2021-08-16net: reduce allocations for UDP send/recv on WindowsJosh Bleecher Snyder
2021-06-04syscall: do not pass console handles to PROC_THREAD_ATTRIBUTE_HANDLE_LIST on ...Jason A. Donenfeld
2021-05-20syscall: document NewCallback and NewCallbackCDecl limitationsMichael Anthony Knyszek
2021-05-08syscall: do not change stdio handle inheritanceAlex Brainman
2021-03-14all: add internal/itoa packageJosh Bleecher Snyder
2021-03-11syscall: use runtime.KeepAlive for ProcThreadAttributeList argumentsJason A. Donenfeld
2021-03-04syscall: treat proc thread attribute lists as unsafe.PointersJason A. Donenfeld
2021-02-26syscall: add support for proc thread attribute listsJason A. Donenfeld
2021-02-25syscall: return error if GetQueuedCompletionStatus truncates keyJason A. Donenfeld
2021-02-24syscall: restore broken GetQueuedCompletionStatus signature but make it not c...Jason A. Donenfeld
2021-02-24syscall: do not overflow key memory in GetQueuedCompletionStatusJason A. Donenfeld
2021-02-19syscall: clean up windows a bitRuss Cox
2021-01-15syscall: remove RtlGenRandom and move it into internal/syscallJason A. Donenfeld
2020-12-05syscall: correct CertOpenStore to expect a 0 return value on failureJason A. Donenfeld
2020-10-27crypto/rand: generate random numbers using RtlGenRandom on WindowsJason A. Donenfeld
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-05-20syscall: preserve Windows file permissions for O_CREAT|O_TRUNCIan Lance Taylor
2020-05-03syscall, internal/syscall/windows: remove utf16PtrToString parameterAlex Brainman
2020-04-02syscall: fix windows WSASendto -d=checkptr violationAlex Brainman
2019-12-06all: fix most of the remaining windows -d=checkptr violationsAlex Brainman
2019-10-22syscall: respect permission bits on file opening on WindowsJason A. Donenfeld
2019-10-18syscall: fix wrong unsafe.Pointer alignment in syscallCuong Manh Le
2019-08-30syscall: fix duplicate commentsmicnncim
2019-08-22syscall: document relationship among Errno, errors.Is and os.Err*Jonathan Amsterdam
2019-08-02all: remove os.ErrTimeoutDamien Neil
2019-08-01all: remove os.ErrTemporaryDamien Neil
2019-04-29syscall: don't return EINVAL on zero Chmod mode on WindowsBrad Fitzpatrick
2019-03-20os: make errors.Is work with ErrPermission et al.Damien Neil
2018-10-06all: fix a bunch of misspellingsIgor Zhilianin
2018-08-28syscall: implement Unix Socket for WindowsYasuhiro Matsumoto
2018-08-22syscall: support windows/armJordan Rhee
2018-07-27syscall: improve NewCallback documentation and panic messageJeet Parekh
2018-05-01net, syscall: make ECONNRESET/ECONNABORTED only temporary for AcceptIan Lance Taylor
2017-12-07syscall: make Seek use SetFilePointerEx on Windows, allowing large seek offsetsBrad Fitzpatrick
2017-11-07syscall: change SysProcAttr.Token type to TokenAlex Brainman
2017-11-06syscall: add Token to Windows SysProcAttrPaul Querna
2017-09-27syscall: make Exit call runtime.exitAlex Brainman
2017-06-08syscall: make windows Exit call runtime.exitAlex Brainman
2017-04-28syscall: fix typo in documentation for StringToUTF16PtrTommy Schaefer
2017-04-22os, syscall: fix errno in Seek on windowsHiroshi Ioka
2017-04-07syscall: mark WSAECONNABORTED, WSAECONNRESET as temporary network errorsTamir Duberstein
2016-10-19os, syscall: fix incorrect offset calculation in Readlink on windowsHiroshi Ioka
2016-09-06syscall: make Getpagesize return page size from runtimeAustin Clements
2016-08-24syscall, internal/syscall/windows, internal/syscall/windows/registry: make go...Alex Brainman
2016-04-01runtime, syscall: only search for Windows DLLs in the System32 directoryBrad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-26internal/race: add packageDmitry Vyukov
2015-10-21runtime, syscall: add calls to msan functionsIan Lance Taylor
2015-07-21syscall: warn not to use FormatMessageAlex Brainman
2015-06-18all: switch to the new deprecation conventionShenghou Ma