aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec/exec.go
AgeCommit message (Expand)Author
2026-01-06os/exec: avoid atomic.Bool for Cmd.startCalledAlan Donovan
2025-12-22os/exec: second call to Cmd.Start is always an errorAlan Donovan
2025-11-12os/exec: include Cmd.Start in the list of methods that run CmdSean Liao
2025-07-29os/exec: fix incorrect expansion of "", "." and ".." in LookPathOlivier Mengué
2025-06-12all: replace a few user-visible mentions of golang.org and godoc.orgAlberto Donizetti
2024-11-27os/exec: edit comment to remove invalid linkAdam Bender
2024-08-29os/exec: document interaction of Dir, PWD, os.Getwd and CAlan Donovan
2024-07-07os/exec: only use cachedLookExtensions if Cmd.Path is unmodifiedDmitri Shuralyov
2024-06-07os/exec: on Windows look for extensions in Run if not already doneqiulaidongfeng
2024-03-26all: fix a large number of commentscui fliter
2024-02-26os: add available godoc linkcui fliter
2023-09-13os/exec: avoid calling LookPath in cmd.Start for resolved pathsBryan C. Mills
2023-09-13os/exec: avoid writing to Cmd.Path in Cmd.Start on WindowsBryan C. Mills
2023-09-12Revert "os/exec: avoid calling LookPath in cmd.Start for resolved paths"Ian Lance Taylor
2023-08-01os/exec: Use the built-in function min instead of minIntapocelipes
2023-07-26os/exec: avoid calling LookPath in cmd.Start for resolved pathsqiulaidongfeng
2023-04-18cmd/go: add check for unknown godebug settingRuss Cox
2022-11-14internal/godebug: define more efficient APIRuss Cox
2022-11-04os/exec: allow NUL in environment variables on Plan 9Matthew Dempsky
2022-11-01syscall, os/exec: reject environment variables containing NULsDamien Neil
2022-10-25os/exec: add the Cancel and WaitDelay fieldsBryan C. Mills
2022-10-11os/exec: remove protection against a duplicate Close on StdinPipeBryan C. Mills
2022-10-07os/exec: document ProcessState available after a call to Wait or Runhopehook
2022-10-04os/exec: add a GODEBUG setting to diagnose leaked processesBryan C. Mills
2022-10-04Revert "os/exec: make StdoutPipe and StderrPipe safe to Close concurrently"Bryan Mills
2022-10-01os/exec: make StdoutPipe and StderrPipe safe to Close concurrentlyBryan C. Mills
2022-10-01os/exec: recombine goroutinePipes and userPipesBryan C. Mills
2022-09-29os/exec: refactor goroutine error reportingBryan C. Mills
2022-09-29os/exec: do not close pipes on a double-Start errorBryan C. Mills
2022-09-26os/exec: split parent I/O pipes by whether they are pumped by user code or in...Bryan C. Mills
2022-09-26os/exec: clean up pipe-closing logicBryan C. Mills
2022-07-28os/exec: add GODEBUG setting to opt out of ErrDot changesRuss Cox
2022-07-06os/exec: clarify that Wait must be calledIan Lance Taylor
2022-05-10os/exec: return clear error for missing cmd.PathRuss Cox
2022-05-06os/exec: refactor goroutine communication in WaitBryan C. Mills
2022-05-03os/exec: in Command, update cmd.Path even if LookPath returns an errorBryan C. Mills
2022-05-02os/exec: return error when PATH lookup would use current directoryRuss Cox
2022-04-29Revert "os/exec: return error when PATH lookup would use current directory"Bryan Mills
2022-04-29os/exec: return error when PATH lookup would use current directoryRuss Cox
2022-04-26os/exec: make skipStdinCopyError a function instead of a variableBryan C. Mills
2022-04-21os/exec: set PWD implicitly if Dir is non-empty and Env is nilBryan C. Mills
2022-04-21os/exec: preserve original order of entries in dedupEnvBryan C. Mills
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2020-02-25os/exec: use environment variables for user token when presentLiam 'Auzzie' Haworth
2019-12-15os/exec: ignore hungup error while copying stdin on Plan 9Fazlul Shahriar
2019-12-02os/exec: document that cmd.Start() sets the Process fieldGünther Noack
2019-10-04os/exec: simplify doc wording for cmd.StdoutPipe and cmd.StderrPipeJosh Bleecher Snyder
2019-05-04all: add Unwrap and Is methods to various error typesDamien Neil
2019-04-29os/exec: always set SYSTEMROOT on Windows if not listed in Cmd.EnvBrad Fitzpatrick