]> Cypherpunks.ru repositories - gostls13.git/history - src/os/exec/exec.go
cmd/go: add check for unknown godebug setting
[gostls13.git] / src / os / exec / exec.go
2023-04-18 Russ Coxcmd/go: add check for unknown godebug setting
2022-11-14 Russ Coxinternal/godebug: define more efficient API
2022-11-04 Matthew Dempskyos/exec: allow NUL in environment variables on Plan 9
2022-11-01 Damien Neilsyscall, os/exec: reject environment variables containi...
2022-10-25 Bryan C. Millsos/exec: add the Cancel and WaitDelay fields
2022-10-11 Bryan C. Millsos/exec: remove protection against a duplicate Close...
2022-10-07 hopehookos/exec: document ProcessState available after a call...
2022-10-04 Bryan C. Millsos/exec: add a GODEBUG setting to diagnose leaked processes
2022-10-04 Bryan MillsRevert "os/exec: make StdoutPipe and StderrPipe safe...
2022-10-01 Bryan C. Millsos/exec: make StdoutPipe and StderrPipe safe to Close...
2022-10-01 Bryan C. Millsos/exec: recombine goroutinePipes and userPipes
2022-09-29 Bryan C. Millsos/exec: refactor goroutine error reporting
2022-09-29 Bryan C. Millsos/exec: do not close pipes on a double-Start error
2022-09-26 Bryan C. Millsos/exec: split parent I/O pipes by whether they are...
2022-09-26 Bryan C. Millsos/exec: clean up pipe-closing logic
2022-08-04 Matthew Dempsky[dev.unified] all: merge master (85d87b9) into dev...
2022-07-28 Russ Coxos/exec: add GODEBUG setting to opt out of ErrDot changes
2022-07-20 Gerrit Code ReviewMerge "[dev.unified] all: merge master (8e1e64c) into...
2022-07-19 David Chase[dev.unified] all: merge master (8e1e64c) into dev...
2022-07-06 Ian Lance Tayloros/exec: clarify that Wait must be called
2022-05-10 Russ Coxos/exec: return clear error for missing cmd.Path
2022-05-06 Bryan C. Millsos/exec: refactor goroutine communication in Wait
2022-05-03 Bryan C. Millsos/exec: in Command, update cmd.Path even if LookPath...
2022-05-03 Russ Coxall: REVERSE MERGE dev.boringcrypto (cdcb4b6) into...
2022-05-02 Russ Coxos/exec: return error when PATH lookup would use curren...
2022-04-29 Bryan MillsRevert "os/exec: return error when PATH lookup would...
2022-04-29 Russ Coxos/exec: return error when PATH lookup would use curren...
2022-04-27 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-26 Bryan C. Millsos/exec: make skipStdinCopyError a function instead...
2022-04-21 Bryan C. Millsos/exec: set PWD implicitly if Dir is non-empty and...
2022-04-21 Bryan C. Millsos/exec: preserve original order of entries in dedupEnv
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-12-13 Russ Coxall: gofmt -w -r 'interface{} -> any' src
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-06 Russ Coxall: use bytes.Cut, strings.Cut
2020-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-02-28 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-02-25 Liam 'Auzzie' Haworthos/exec: use environment variables for user token when...
2020-01-31 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-12-15 Fazlul Shahriaros/exec: ignore hungup error while copying stdin on...
2019-12-03 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-12-02 Günther Noackos/exec: document that cmd.Start() sets the Process...
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-10-04 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-04 Josh Bleecher Snyderos/exec: simplify doc wording for cmd.StdoutPipe and...
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-05-04 Damien Neilall: add Unwrap and Is methods to various error types
2019-04-29 Brad Fitzpatrickos/exec: always set SYSTEMROOT on Windows if not listed...
2019-03-21 Josh Bleecher Snyderos/exec: add Cmd.String
2019-03-04 Daniel Martíos/exec: less allocs in the common case
2019-03-03 Daniel Martíos/exec: preallocate for Cmd.childFiles
2019-03-02 Josh Bleecher Snyderos/exec: provide map size hint in dedupEnvCase
2018-09-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-09-01 Giovanni Bajoos/exec: document how to do special args quoting on...
2018-07-13 Adam Shannonos/exec: document ExtraFiles is not supported on windows
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-04-17 Tim Cooperos/exec: remove "binary" when talking about executables
2018-02-07 Russ Coxall: merge master into release-branch.go1.10, for go1...
2018-01-26 Austin Clementsos: document inheritance of thread state over exec
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-11-23 Tom Lanyonos/exec: Stdout/Stderr doc cleanup.
2017-11-22 Tom Lanyonos/exec: update docs for cmd.Std{out,err} and cmd.Wait...
2017-10-05 Marvin Stengerall: revert "all: prefer strings.IndexByte over strings...
2017-09-25 Marvin Stengerall: prefer strings.IndexByte over strings.Index
2017-09-22 Ian Lance Tayloros/exec: remove protection against simultaneous Wait...
2017-07-06 Brad Fitzpatrickos/exec: clarify Cmd.Wait documentation a bit more...
2017-07-06 Brad Fitzpatrickos/exec: document lack of implicit shell usage or globbing
2017-06-09 Brad Fitzpatrickos/exec: remove BUG for old and unsupported OS
2017-04-28 Justin Nußos/exec: document that non-comparable writers may race
2017-04-08 Nick Kubalaos/exec: Update Cmd.Run() docs to reflect correct error...
2017-02-28 Brad Fitzpatrickos/exec: remove duplicate environment variables in...
2016-11-16 Ian Lance Tayloros/exec: add closeOnce.WriteString method
2016-10-28 Quentin Smithos/exec: document how Command fills in Cmd.Args
2016-10-18 Russ Coxos/exec: allow simultaneous cmd.Wait and Write of cmd...
2016-07-13 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-06-30 Ian Lance Tayloros/exec: start checking for context cancelation in...
2016-05-27 David Chase[dev.ssa] Merge branch 'master' into dev.ssa
2016-05-20 Brad Fitzpatrickos/exec: remove Cmd.RunContext and Cmd.WaitContext...
2016-05-05 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-04-29 Rick HudsonMerge remote-tracking branch 'origin/dev.garbage'
2016-04-28 Brad Fitzpatrickos/exec: fix variable shadow, don't leak goroutine
2016-04-28 Brad Fitzpatrickos/exec: add Cmd.RunContext and Cmd.WaitContext
2016-01-07 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-01-06 Russ Coxos/exec: document that examples assume Unix
2015-11-17 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-10-22 Brad Fitzpatrickos/exec: make Cmd.Output include stderr in ExitError
2015-07-30 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-07-22 Russ Coxos/exec: close read pipe if copy to io.Writer fails
2015-07-15 Russ Coxos/exec: document that Cmd.Wait waits for stdin I/O
2015-07-14 Brad Fitzpatrickos/exec: fix plan9 build
2015-07-14 Brad Fitzpatrickos/exec: ignore pipe write errors when command complete...
2015-07-11 Brad Fitzpatrickall: link to https instead of http
2015-05-07 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-04-29 Benny Siegertos/exec: Document the fact that Cmd cannot be reused.
2015-04-01 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-03-20 areskibytes, os/exec, strings: fix a few BUG comments
2014-10-22 Austin Clements[dev.power64] all: merge default into dev.power64
2014-10-22 Austin Clementsbuild: merge the great pkg/ rename into dev.power64
2014-10-16 Russ Coxall: merge default branch into dev.garbage
2014-10-15 Russ Coxos/exec: document that Stdin goroutine must finish...
next