aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec
AgeCommit message (Expand)Author
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-11-13os/exec: skip poll descriptors when checking for open descriptorsIan Lance Taylor
2019-11-13os/exec: don't run TestExtraFiles if extra files were open for the testIan Lance Taylor
2019-10-22os/exec: skip possible netpoll pipe in known FDs in testIan Lance Taylor
2019-10-17os/exec: re-enable TestExtraFiles checks skipped on various OSesBryan C. Mills
2019-10-17os/exec: preserve the process environment when invoking TestHelperProcessBryan C. Mills
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-10-04os/exec: simplify doc wording for cmd.StdoutPipe and cmd.StderrPipeJosh Bleecher Snyder
2019-05-22all: shorten some testsRuss Cox
2019-05-04all: add Unwrap and Is methods to various error typesDamien Neil
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-04-29os/exec: always set SYSTEMROOT on Windows if not listed in Cmd.EnvBrad Fitzpatrick
2019-04-07os/exec: skip unsupported test on AndroidElias Naur
2019-03-21os/exec: add Cmd.StringJosh Bleecher Snyder
2019-03-04os/exec: less allocs in the common caseDaniel Martí
2019-03-03os/exec: don't use the echo binary for a benchmarkDaniel Martí
2019-03-03os/exec: preallocate for Cmd.childFilesDaniel Martí
2019-03-02os/exec: provide map size hint in dedupEnvCaseJosh Bleecher Snyder
2019-03-02os/exec: add BenchmarkExecEchoJosh Bleecher Snyder
2018-11-02internal/poll, os/exec, runtime: replace PollDescriptor by IsPollDescriptorClément Chigot
2018-10-11os: add AIX operating systemClément Chigot
2018-09-01os/exec: document how to do special args quoting on WindowsGiovanni Bajo
2018-08-28os/exec: pass ExitCode tests on Plan 9Fazlul Shahriar
2018-08-28os: add ExitCode method to ProcessStateGuoliang Wang
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