index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
os
/
exec
/
exec.go
Age
Commit message (
Expand
)
Author
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
2014-07-16
src, misc: applied gofmt -s -w
Robert Griesemer
2014-04-15
os/exec: make TestPipeLookPathLeak more verbose when it fails
Brad Fitzpatrick
2014-04-04
os/exec: always try appropriate command extensions during Cmd.Start on windows
Alex Brainman
2014-02-23
os/exec: explicitly mention Cmd.Wait() has to be called eventually
Patrick Mézard
2014-02-07
os/exec: use filepath.Base in Command
Alex Brainman
2014-02-03
os/exec: fix Command with relative paths
Brad Fitzpatrick
2013-09-13
os/exec: add more caveats to StdoutPipe, StderrPipe
Russ Cox
2013-08-29
os/exec: return idempotent Closer from StdinPipe
Andrew Gerrand
2013-03-18
os/exec: fix fd leak with Std*Pipe + LookPath
Brad Fitzpatrick
2012-10-30
gofmt: apply gofmt -w src misc
Robert Griesemer
2012-09-14
os/exec: don't crash when out of fds
Brad Fitzpatrick
2012-07-09
pkg: Removing duplicated words ("of of", etc.), mostly from comments.
David G. Andersen
2012-04-27
os/exec: close all internal descriptors when Cmd.Start() fails.
Brian Dellisanti
2012-03-12
os/exec: fix typo in documentation
Fazlul Shahriar
2012-02-21
os: replace non-portable Waitmsg with portable ProcessState
Rob Pike
2012-02-20
os: drop the Wait function and the options to Process.Wait
Rob Pike
2012-02-10
os/exec: add Cmd.Waitmsg, fix a misleading comment
Brad Fitzpatrick
2011-12-21
exec: disable the ExtraFiles test on darwin
Brad Fitzpatrick
2011-11-09
os/exec: Fix documentation references to os.DevNull
Scott Lawrence
2011-11-03
os,text,unicode: renamings
Rob Pike