aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/os/exec/exec.go
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-07-16src, misc: applied gofmt -s -wRobert Griesemer
2014-04-15os/exec: make TestPipeLookPathLeak more verbose when it failsBrad Fitzpatrick
2014-04-04os/exec: always try appropriate command extensions during Cmd.Start on windowsAlex Brainman
2014-02-23os/exec: explicitly mention Cmd.Wait() has to be called eventuallyPatrick Mézard
2014-02-07os/exec: use filepath.Base in CommandAlex Brainman
2014-02-03os/exec: fix Command with relative pathsBrad Fitzpatrick
2013-09-13os/exec: add more caveats to StdoutPipe, StderrPipeRuss Cox
2013-08-29os/exec: return idempotent Closer from StdinPipeAndrew Gerrand
2013-03-18os/exec: fix fd leak with Std*Pipe + LookPathBrad Fitzpatrick
2012-10-30gofmt: apply gofmt -w src miscRobert Griesemer
2012-09-14os/exec: don't crash when out of fdsBrad Fitzpatrick
2012-07-09pkg: Removing duplicated words ("of of", etc.), mostly from comments.David G. Andersen
2012-04-27os/exec: close all internal descriptors when Cmd.Start() fails.Brian Dellisanti
2012-03-12os/exec: fix typo in documentationFazlul Shahriar
2012-02-21os: replace non-portable Waitmsg with portable ProcessStateRob Pike
2012-02-20os: drop the Wait function and the options to Process.WaitRob Pike
2012-02-10os/exec: add Cmd.Waitmsg, fix a misleading commentBrad Fitzpatrick
2011-12-21exec: disable the ExtraFiles test on darwinBrad Fitzpatrick
2011-11-09os/exec: Fix documentation references to os.DevNullScott Lawrence
2011-11-03os,text,unicode: renamingsRob Pike