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
2024-07-07
os/exec: only use cachedLookExtensions if Cmd.Path is unmodified
Dmitri Shuralyov
2024-06-07
os/exec: on Windows look for extensions in Run if not already done
qiulaidongfeng
2024-03-26
all: fix a large number of comments
cui fliter
2024-02-26
os: add available godoc link
cui fliter
2023-09-13
os/exec: avoid calling LookPath in cmd.Start for resolved paths
Bryan C. Mills
2023-09-13
os/exec: avoid writing to Cmd.Path in Cmd.Start on Windows
Bryan C. Mills
2023-09-12
Revert "os/exec: avoid calling LookPath in cmd.Start for resolved paths"
Ian Lance Taylor
2023-08-01
os/exec: Use the built-in function min instead of minInt
apocelipes
2023-07-26
os/exec: avoid calling LookPath in cmd.Start for resolved paths
qiulaidongfeng
2023-04-18
cmd/go: add check for unknown godebug setting
Russ Cox
2022-11-14
internal/godebug: define more efficient API
Russ Cox
2022-11-04
os/exec: allow NUL in environment variables on Plan 9
Matthew Dempsky
2022-11-01
syscall, os/exec: reject environment variables containing NULs
Damien Neil
2022-10-25
os/exec: add the Cancel and WaitDelay fields
Bryan C. Mills
2022-10-11
os/exec: remove protection against a duplicate Close on StdinPipe
Bryan C. Mills
2022-10-07
os/exec: document ProcessState available after a call to Wait or Run
hopehook
2022-10-04
os/exec: add a GODEBUG setting to diagnose leaked processes
Bryan C. Mills
2022-10-04
Revert "os/exec: make StdoutPipe and StderrPipe safe to Close concurrently"
Bryan Mills
2022-10-01
os/exec: make StdoutPipe and StderrPipe safe to Close concurrently
Bryan C. Mills
2022-10-01
os/exec: recombine goroutinePipes and userPipes
Bryan C. Mills
2022-09-29
os/exec: refactor goroutine error reporting
Bryan C. Mills
2022-09-29
os/exec: do not close pipes on a double-Start error
Bryan C. Mills
2022-09-26
os/exec: split parent I/O pipes by whether they are pumped by user code or in...
Bryan C. Mills
2022-09-26
os/exec: clean up pipe-closing logic
Bryan C. Mills
2022-07-28
os/exec: add GODEBUG setting to opt out of ErrDot changes
Russ Cox
2022-07-06
os/exec: clarify that Wait must be called
Ian Lance Taylor
2022-05-10
os/exec: return clear error for missing cmd.Path
Russ Cox
2022-05-06
os/exec: refactor goroutine communication in Wait
Bryan C. Mills
2022-05-03
os/exec: in Command, update cmd.Path even if LookPath returns an error
Bryan C. Mills
2022-05-02
os/exec: return error when PATH lookup would use current directory
Russ Cox
2022-04-29
Revert "os/exec: return error when PATH lookup would use current directory"
Bryan Mills
2022-04-29
os/exec: return error when PATH lookup would use current directory
Russ Cox
2022-04-26
os/exec: make skipStdinCopyError a function instead of a variable
Bryan C. Mills
2022-04-21
os/exec: set PWD implicitly if Dir is non-empty and Env is nil
Bryan C. Mills
2022-04-21
os/exec: preserve original order of entries in dedupEnv
Bryan C. Mills
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
[next]