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
Age
Commit message (
Expand
)
Author
2016-11-29
os: fix handling of Windows Unicode console input and ^Z
Russ Cox
2016-11-29
os: Executable can use /proc/self/exe on android
David Crawshaw
2016-11-18
runtime: handle SIGPIPE in c-archive and c-shared programs
Elias Naur
2016-11-17
os: add more tests in TestReadStdin
Alex Brainman
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-11-15
os: gofmt -w -s
Mikio Hara
2016-11-14
syscall: Clearenv now unsets env vars on Windows
Jesse Szwedko
2016-11-13
all: fix vet nits
Josh Bleecher Snyder
2016-11-08
os: on Windows, don't fix long paths that aren't long
Brad Fitzpatrick
2016-11-08
os: cleanup directories created by TestLongPath
Mohit Agarwal
2016-11-07
os: add Executable() (string, error)
Shenghou Ma
2016-11-07
os: use extended-length paths on Windows when possible
Quentin Smith
2016-10-28
os: adjust (*File).Read comment
Russ Cox
2016-10-28
os/exec: document how Command fills in Cmd.Args
Quentin Smith
2016-10-26
os: consider only files from #M as regular on Plan 9
David du Colombier
2016-10-24
all: minor vet fixes
Josh Bleecher Snyder
2016-10-24
os: add ErrClosed, return for use of closed File
Dan Caddigan
2016-10-19
os: clean up after test
Russ Cox
2016-10-19
os, syscall: fix incorrect offset calculation in Readlink on windows
Hiroshi Ioka
2016-10-19
os: reject Rename("old", "new") where new is a directory
Russ Cox
2016-10-18
os/exec: allow simultaneous cmd.Wait and Write of cmd.StdinPipe
Russ Cox
2016-10-14
os: use FindFirstFile when GetFileAttributesEx fails in Stat
Alex Brainman
2016-10-13
os: make readConsole handle its input and output correctly
Alex Brainman
2016-10-12
os: add examples of environment functions
Jean-Nicolas Moal
2016-10-12
os: add example for IsNotExist
Sina Siadat
2016-10-12
os: add new tests for symbolic links and directory junctions
Alex Brainman
2016-10-05
os/exec: add example for CommandContext
Alexander Döring
2016-09-25
os: make IsExist report true on ERROR_DIR_NOT_EMPTY on Windows
Kale Blankenship
2016-09-21
os: use GetConsoleCP() instead of GetACP()
Yasuhiro Matsumoto
2016-09-16
os/exec: add examples for CombinedOutput, StdinPipe, StderrPipe
Emmanuel Odeke
2016-09-14
os: add more examples
Emmanuel Odeke
2016-09-10
os: delete code duplications in error files
bogem
2016-09-05
os: deduplicate File definition
Shenghou Ma
2016-08-30
all: use testing.GoToolPath instead of "go"
Keith Randall
2016-08-30
os: fix typo in comment (Readir -> Readdir)
Jonathan Boulle
2016-08-29
os: don't let File.Readdir return an empty slice and nil error
Brad Fitzpatrick
2016-08-29
os: add example for OpenFile
Jaana Burcu Dogan
2016-08-26
os: fix build error on plan9
Hiroshi Ioka
2016-08-26
os: prevent infinite symlink loop of Stat on Windows
Hiroshi Ioka
2016-08-24
os: use runtime.Keepalive for *Process values
Ian Lance Taylor
2016-08-23
os: use testenv.MustHaveSymlink to simplify symlink tests
Hiroshi Ioka
2016-08-21
os: make ExpandEnv recognize '-' as a special shell parameter
LE Manh Cuong
2016-08-19
os: reference LookupEnv from the Getenv docs
Brad Fitzpatrick
2016-08-16
os/exec: fix nit found by vet
Mikio Hara
2016-08-16
os: consolidate files
Hiroshi Ioka
2016-08-05
os: check for waitid returning ENOSYS
Ian Lance Taylor
2016-06-30
os/exec: start checking for context cancelation in Start
Ian Lance Taylor
2016-06-14
os: fix blockUntilWaitable on freebsd/{386,arm}
Mikio Hara
2016-06-14
os: fix build on freebsd/arm
Mikio Hara
[next]