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
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-11-13
os/exec: skip poll descriptors when checking for open descriptors
Ian Lance Taylor
2019-11-13
os/exec: don't run TestExtraFiles if extra files were open for the test
Ian Lance Taylor
2019-10-22
os/exec: skip possible netpoll pipe in known FDs in test
Ian Lance Taylor
2019-10-17
os/exec: re-enable TestExtraFiles checks skipped on various OSes
Bryan C. Mills
2019-10-17
os/exec: preserve the process environment when invoking TestHelperProcess
Bryan C. Mills
2019-10-09
all: remove the nacl port (part 1)
Brad Fitzpatrick
2019-10-04
os/exec: simplify doc wording for cmd.StdoutPipe and cmd.StderrPipe
Josh Bleecher Snyder
2019-05-22
all: shorten some tests
Russ Cox
2019-05-04
all: add Unwrap and Is methods to various error types
Damien Neil
2019-04-30
all: add new GOOS=illumos, split out of GOOS=solaris
Joshua M. Clulow
2019-04-29
os/exec: always set SYSTEMROOT on Windows if not listed in Cmd.Env
Brad Fitzpatrick
2019-04-07
os/exec: skip unsupported test on Android
Elias Naur
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: don't use the echo binary for a benchmark
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
2019-03-02
os/exec: add BenchmarkExecEcho
Josh Bleecher Snyder
2018-11-02
internal/poll, os/exec, runtime: replace PollDescriptor by IsPollDescriptor
Clément Chigot
2018-10-11
os: add AIX operating system
Clément Chigot
2018-09-01
os/exec: document how to do special args quoting on Windows
Giovanni Bajo
2018-08-28
os/exec: pass ExitCode tests on Plan 9
Fazlul Shahriar
2018-08-28
os: add ExitCode method to ProcessState
Guoliang Wang
2018-07-13
os/exec: document ExtraFiles is not supported on windows
Adam Shannon
2018-06-01
os: add js/wasm architecture
Richard Musiol
2018-05-30
os/exec: gofmt
Tobias Klauser
2018-04-26
os/exec: fix Win32 tests missing 'chcp'
Lubomir I. Ivanov (VMware)
2018-04-17
os/exec: remove "binary" when talking about executables
Tim Cooper
2018-04-11
os: use poller when NewFile is called with a blocking descriptor.
Nick Patavalis
2018-02-15
all: drop support for Windows Vista or below (Windows XP)
Mikio Hara
2018-01-26
os: document inheritance of thread state over exec
Austin Clements
2018-01-10
go/importer,os/exec: use testenv.GoToolPath
Daniel Martí
2018-01-10
os/exec: skip TestContextCancel on the Windows XP builder
Brad Fitzpatrick
2017-12-11
cmd/go: invalidate cached test results if env vars or files change
Russ Cox
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.LastIndexByte over strings.LastIndex"
Marvin Stenger
2017-10-05
all: revert "all: prefer strings.IndexByte over strings.Index"
Marvin Stenger
2017-09-27
all: prefer strings.LastIndexByte over strings.LastIndex
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-15
os/exec: add example for Cmd.Run
André Carvalho
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-05-23
os/exec: ignore some pipe write errors on windows
Alex Brainman
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
[next]