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
/
os
/
exec
Age
Commit message (
Expand
)
Author
2016-02-29
all: remove public named return values when useless
Brad Fitzpatrick
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2016-02-19
all: replace strings.Index with strings.Contains where possible
Nathan VanBenschoten
2016-01-06
os/exec: document that examples assume Unix
Russ Cox
2015-10-22
os/exec: make Cmd.Output include stderr in ExitError
Brad Fitzpatrick
2015-07-22
os/exec: close read pipe if copy to io.Writer fails
Russ Cox
2015-07-15
os/exec: document that Cmd.Wait waits for stdin I/O
Russ Cox
2015-07-14
os/exec: fix plan9 build
Brad Fitzpatrick
2015-07-14
os/exec: ignore pipe write errors when command completes successfully
Brad Fitzpatrick
2015-07-11
all: link to https instead of http
Brad Fitzpatrick
2015-06-16
all: extract "can I exec?" check from tests into internal/testenv
Russ Cox
2015-06-11
all: fix misprints in comments
Ainar Garipov
2015-04-29
os/exec: Document the fact that Cmd cannot be reused.
Benny Siegert
2015-04-13
os/exec: skip fork test on darwin/arm64
David Crawshaw
2015-03-25
os/exec: post-process lsof output on Android.
Hyang-Ah (Hana) Kim
2015-03-20
bytes, os/exec, strings: fix a few BUG comments
areski
2015-02-26
os/exec: disable tests on darwin/arm
David Crawshaw
2014-11-05
os/exec: tell lsof not to block
Keith Randall
2014-10-20
os/exec: fix number of expected file descriptors on Plan 9
David du Colombier
2014-10-15
os/exec: document that Stdin goroutine must finish in Wait
Russ Cox
2014-09-18
net: separate NaCl dependent placeholders from BSD's
Mikio Hara
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]