aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec
AgeCommit message (Expand)Author
2018-07-13os/exec: document ExtraFiles is not supported on windowsAdam Shannon
2018-06-01os: add js/wasm architectureRichard Musiol
2018-05-30os/exec: gofmtTobias Klauser
2018-04-26os/exec: fix Win32 tests missing 'chcp'Lubomir I. Ivanov (VMware)
2018-04-17os/exec: remove "binary" when talking about executablesTim Cooper
2018-04-11os: use poller when NewFile is called with a blocking descriptor.Nick Patavalis
2018-02-15all: drop support for Windows Vista or below (Windows XP)Mikio Hara
2018-01-26os: document inheritance of thread state over execAustin Clements
2018-01-10go/importer,os/exec: use testenv.GoToolPathDaniel Martí
2018-01-10os/exec: skip TestContextCancel on the Windows XP builderBrad Fitzpatrick
2017-12-11cmd/go: invalidate cached test results if env vars or files changeRuss Cox
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.LastIndexByte over strings.LastIndex"Marvin Stenger
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
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