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
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
2017-03-01
os: don't use waitid on Darwin
Ian Lance Taylor
2017-02-28
os/exec: remove duplicate environment variables in Cmd.Start
Brad Fitzpatrick
2017-02-24
os/exec: deflake TestPipeLookPathLeak
Michael Munday
2017-02-21
os/exec: deflake TestStdinCloseRace
Ian Lance Taylor
2017-02-17
syscall: only call setgroups if we need to
Wander Lairson Costa
2017-02-15
os: use poller for file I/O
Ian Lance Taylor
2016-12-13
os/exec: fix race in TestStdinCloseRace
Ian Lance Taylor
2016-12-08
all: make spelling consistent
Brad Fitzpatrick
2016-11-16
os/exec: add closeOnce.WriteString method
Ian Lance Taylor
2016-11-15
all: don't call t.Fatal from a goroutine
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-10-05
os/exec: add example for CommandContext
Alexander Döring
2016-09-16
os/exec: add examples for CombinedOutput, StdinPipe, StderrPipe
Emmanuel Odeke
2016-08-16
os/exec: fix nit found by vet
Mikio Hara
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-05-11
os/exec: cleanup and remove duplicated code
Hiroshi Ioka
2016-05-05
os/exec: re-enable TestExtraFiles for plan9
Richard Miller
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-04-13
all: use new io.SeekFoo constants instead of os.SEEK_FOO
Brad Fitzpatrick
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-29
all: remove public named return values when useless
Brad Fitzpatrick
[prev]
[next]