aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/exec_windows.go
AgeCommit message (Expand)Author
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