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
/
exec.go
Age
Commit message (
Expand
)
Author
2022-11-09
[release-branch.go1.18] os/exec: allow NUL in environment variables on Plan 9
Matthew Dempsky
2022-11-01
[release-branch.go1.18] syscall, os/exec: reject environment variables contai...
Damien Neil
2022-05-27
[release-branch.go1.18] os/exec: return clear error for missing cmd.Path
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2020-02-25
os/exec: use environment variables for user token when present
Liam 'Auzzie' Haworth
2019-12-15
os/exec: ignore hungup error while copying stdin on Plan 9
Fazlul Shahriar
2019-12-02
os/exec: document that cmd.Start() sets the Process field
Günther Noack
2019-10-04
os/exec: simplify doc wording for cmd.StdoutPipe and cmd.StderrPipe
Josh Bleecher Snyder
2019-05-04
all: add Unwrap and Is methods to various error types
Damien Neil
2019-04-29
os/exec: always set SYSTEMROOT on Windows if not listed in Cmd.Env
Brad Fitzpatrick
2019-03-21
os/exec: add Cmd.String
Josh Bleecher Snyder
2019-03-04
os/exec: less allocs in the common case
Daniel Martí
2019-03-03
os/exec: preallocate for Cmd.childFiles
Daniel Martí
2019-03-02
os/exec: provide map size hint in dedupEnvCase
Josh Bleecher Snyder
2018-09-01
os/exec: document how to do special args quoting on Windows
Giovanni Bajo
2018-07-13
os/exec: document ExtraFiles is not supported on windows
Adam Shannon
2018-04-17
os/exec: remove "binary" when talking about executables
Tim Cooper
2018-01-26
os: document inheritance of thread state over exec
Austin Clements
2017-11-23
os/exec: Stdout/Stderr doc cleanup.
Tom Lanyon
2017-11-22
os/exec: update docs for cmd.Std{out,err} and cmd.Wait to clarify how copying...
Tom Lanyon
2017-10-05
all: revert "all: prefer strings.IndexByte over strings.Index"
Marvin Stenger
2017-09-25
all: prefer strings.IndexByte over strings.Index
Marvin Stenger
2017-09-22
os/exec: remove protection against simultaneous Wait/Write
Ian Lance Taylor
2017-07-06
os/exec: clarify Cmd.Wait documentation a bit more explicitly
Brad Fitzpatrick
2017-07-06
os/exec: document lack of implicit shell usage or globbing
Brad Fitzpatrick
2017-06-09
os/exec: remove BUG for old and unsupported OS
Brad Fitzpatrick
2017-04-28
os/exec: document that non-comparable writers may race
Justin Nuß
2017-04-08
os/exec: Update Cmd.Run() docs to reflect correct error return types
Nick Kubala
2017-02-28
os/exec: remove duplicate environment variables in Cmd.Start
Brad Fitzpatrick
2016-11-16
os/exec: add closeOnce.WriteString method
Ian Lance Taylor
2016-10-28
os/exec: document how Command fills in Cmd.Args
Quentin Smith
2016-10-18
os/exec: allow simultaneous cmd.Wait and Write of cmd.StdinPipe
Russ Cox
2016-06-30
os/exec: start checking for context cancelation in Start
Ian Lance Taylor
2016-05-20
os/exec: remove Cmd.RunContext and Cmd.WaitContext, add CommandContext
Brad Fitzpatrick
2016-04-28
os/exec: fix variable shadow, don't leak goroutine
Brad Fitzpatrick
2016-04-28
os/exec: add Cmd.RunContext and Cmd.WaitContext
Brad Fitzpatrick
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-04-29
os/exec: Document the fact that Cmd cannot be reused.
Benny Siegert
2015-03-20
bytes, os/exec, strings: fix a few BUG comments
areski
2014-10-15
os/exec: document that Stdin goroutine must finish in Wait
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox