aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec
AgeCommit message (Expand)Author
2017-09-27all: prefer strings.LastIndexByte over strings.LastIndexMarvin 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-15os/exec: add example for Cmd.RunAndré Carvalho
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-05-23os/exec: ignore some pipe write errors on windowsAlex Brainman
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-03-01os: don't use waitid on DarwinIan Lance Taylor
2017-02-28os/exec: remove duplicate environment variables in Cmd.StartBrad Fitzpatrick
2017-02-24os/exec: deflake TestPipeLookPathLeakMichael Munday
2017-02-21os/exec: deflake TestStdinCloseRaceIan Lance Taylor
2017-02-17syscall: only call setgroups if we need toWander Lairson Costa
2017-02-15os: use poller for file I/OIan Lance Taylor
2016-12-13os/exec: fix race in TestStdinCloseRaceIan Lance Taylor
2016-12-08all: make spelling consistentBrad Fitzpatrick
2016-11-16os/exec: add closeOnce.WriteString methodIan Lance Taylor
2016-11-15all: don't call t.Fatal from a goroutineIan 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-10-05os/exec: add example for CommandContextAlexander Döring
2016-09-16os/exec: add examples for CombinedOutput, StdinPipe, StderrPipeEmmanuel Odeke
2016-08-16os/exec: fix nit found by vetMikio Hara
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-05-11os/exec: cleanup and remove duplicated codeHiroshi Ioka
2016-05-05os/exec: re-enable TestExtraFiles for plan9Richard Miller
2016-04-28os/exec: fix variable shadow, don't leak goroutineBrad Fitzpatrick
2016-04-28os/exec: add Cmd.RunContext and Cmd.WaitContextBrad Fitzpatrick
2016-04-13all: use new io.SeekFoo constants instead of os.SEEK_FOOBrad Fitzpatrick
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2016-02-19all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten
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-06-16all: extract "can I exec?" check from tests into internal/testenvRuss Cox
2015-06-11all: fix misprints in commentsAinar Garipov
2015-04-29os/exec: Document the fact that Cmd cannot be reused.Benny Siegert
2015-04-13os/exec: skip fork test on darwin/arm64David Crawshaw
2015-03-25os/exec: post-process lsof output on Android.Hyang-Ah (Hana) Kim
2015-03-20bytes, os/exec, strings: fix a few BUG commentsareski