aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec/exec.go
AgeCommit message (Expand)Author
2022-05-27[release-branch.go1.17] os/exec: return clear error for missing cmd.PathRuss Cox
2020-02-25os/exec: use environment variables for user token when presentLiam 'Auzzie' Haworth
2019-12-15os/exec: ignore hungup error while copying stdin on Plan 9Fazlul Shahriar
2019-12-02os/exec: document that cmd.Start() sets the Process fieldGünther Noack
2019-10-04os/exec: simplify doc wording for cmd.StdoutPipe and cmd.StderrPipeJosh Bleecher Snyder
2019-05-04all: add Unwrap and Is methods to various error typesDamien Neil
2019-04-29os/exec: always set SYSTEMROOT on Windows if not listed in Cmd.EnvBrad Fitzpatrick
2019-03-21os/exec: add Cmd.StringJosh Bleecher Snyder
2019-03-04os/exec: less allocs in the common caseDaniel Martí
2019-03-03os/exec: preallocate for Cmd.childFilesDaniel Martí
2019-03-02os/exec: provide map size hint in dedupEnvCaseJosh Bleecher Snyder
2018-09-01os/exec: document how to do special args quoting on WindowsGiovanni Bajo
2018-07-13os/exec: document ExtraFiles is not supported on windowsAdam Shannon
2018-04-17os/exec: remove "binary" when talking about executablesTim Cooper
2018-01-26os: document inheritance of thread state over execAustin Clements
2017-11-23os/exec: Stdout/Stderr doc cleanup.Tom Lanyon
2017-11-22os/exec: update docs for cmd.Std{out,err} and cmd.Wait to clarify how copying...Tom Lanyon
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-09-22os/exec: remove protection against simultaneous Wait/WriteIan Lance Taylor
2017-07-06os/exec: clarify Cmd.Wait documentation a bit more explicitlyBrad Fitzpatrick
2017-07-06os/exec: document lack of implicit shell usage or globbingBrad Fitzpatrick
2017-06-09os/exec: remove BUG for old and unsupported OSBrad Fitzpatrick
2017-04-28os/exec: document that non-comparable writers may raceJustin Nuß
2017-04-08os/exec: Update Cmd.Run() docs to reflect correct error return typesNick Kubala
2017-02-28os/exec: remove duplicate environment variables in Cmd.StartBrad Fitzpatrick
2016-11-16os/exec: add closeOnce.WriteString methodIan Lance Taylor
2016-10-28os/exec: document how Command fills in Cmd.ArgsQuentin Smith
2016-10-18os/exec: allow simultaneous cmd.Wait and Write of cmd.StdinPipeRuss Cox
2016-06-30os/exec: start checking for context cancelation in StartIan Lance Taylor
2016-05-20os/exec: remove Cmd.RunContext and Cmd.WaitContext, add CommandContextBrad Fitzpatrick
2016-04-28os/exec: fix variable shadow, don't leak goroutineBrad Fitzpatrick
2016-04-28os/exec: add Cmd.RunContext and Cmd.WaitContextBrad Fitzpatrick
2016-01-06os/exec: document that examples assume UnixRuss Cox
2015-10-22os/exec: make Cmd.Output include stderr in ExitErrorBrad Fitzpatrick
2015-07-22os/exec: close read pipe if copy to io.Writer failsRuss Cox
2015-07-15os/exec: document that Cmd.Wait waits for stdin I/ORuss Cox
2015-07-14os/exec: fix plan9 buildBrad Fitzpatrick
2015-07-14os/exec: ignore pipe write errors when command completes successfullyBrad Fitzpatrick
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-04-29os/exec: Document the fact that Cmd cannot be reused.Benny Siegert
2015-03-20bytes, os/exec, strings: fix a few BUG commentsareski
2014-10-15os/exec: document that Stdin goroutine must finish in WaitRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox