aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/exec_windows.go
AgeCommit message (Expand)Author
2021-09-17syscall: do not use handle lists on windows when NoInheritHandles is trueJason A. Donenfeld
2021-06-04syscall: do not pass console handles to PROC_THREAD_ATTRIBUTE_HANDLE_LIST on ...Jason A. Donenfeld
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: introduce SysProcAttr.ParentProcess on WindowsJason A. Donenfeld
2021-02-26syscall: introduce SysProcAttr.AdditionalInheritedHandles on WindowsJason A. Donenfeld
2021-02-26syscall: restrict inherited handles on WindowsJason A. Donenfeld
2020-11-05syscall: expose bInheritHandles of CreateProcessJohan Knutzen
2020-10-08syscall: restore EscapeArg behavior for empty stringIan Lance Taylor
2020-10-07syscall: rewrite Windows makeCmdLine to use []byteIan Lance Taylor
2019-04-28syscall: allow setting security attributes on processesJason A. Donenfeld
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2017-11-07syscall: change SysProcAttr.Token type to TokenAlex Brainman
2017-11-06syscall: add Token to Windows SysProcAttrPaul Querna
2016-08-22syscall: delete unreachable codeJosh Bleecher Snyder
2015-06-29syscall: return error instead of panicking in windows StartProcessAlex Brainman
2015-04-08all: fix race when allocating buffer for some windows syscallsAlex Brainman
2014-09-08build: move package sources from src/pkg to srcRuss Cox