aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec
AgeCommit message (Expand)Author
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
2015-02-26os/exec: disable tests on darwin/armDavid Crawshaw
2014-11-05os/exec: tell lsof not to blockKeith Randall
2014-10-20os/exec: fix number of expected file descriptors on Plan 9David du Colombier
2014-10-15os/exec: document that Stdin goroutine must finish in WaitRuss Cox
2014-09-18net: separate NaCl dependent placeholders from BSD'sMikio Hara
2014-09-08build: move package sources from src/pkg to srcRuss Cox