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
/
pkg
/
os
Age
Commit message (
Expand
)
Author
2013-10-07
os/user: enable tests on all supported platforms
Joel Sing
2013-10-07
os/signal: make test logs reflect reality
Joel Sing
2013-09-13
os/exec: add more caveats to StdoutPipe, StderrPipe
Russ Cox
2013-09-10
os/exec: change windows LookPath so it works like cmd.exe
Alex Brainman
2013-09-04
cgo: enable cgo on dragonfly
Aulus Egnatius Varialus
2013-08-29
os/exec: return idempotent Closer from StdinPipe
Andrew Gerrand
2013-08-23
os/user: Current support on Plan 9
Nicolas Owens
2013-08-23
os/exec: remove flaky TestExtraFilesFDShuffle test
Carl Shapiro
2013-08-24
os: dragonfly support
Joel Sing
2013-08-20
os: fix windows build
Rob Pike
2013-08-20
os: be consistent about File methods with nil receivers
Rob Pike
2013-08-15
os/exec: document that LookPath's result may be a relative path
Rob Pike
2013-08-12
all: change textflags from numbers to symbols.
Keith Randall
2013-08-08
os: fix windows and plan9 builds
Brad Fitzpatrick
2013-08-08
os: make Readdir work as documented
Pieter Droogendijk
2013-08-06
os: fix plan9 build
Brad Fitzpatrick
2013-08-05
undo CL 12486043 / ab644299d124
Brad Fitzpatrick
2013-08-05
all: use strings.IndexByte instead of Index where possible
Brad Fitzpatrick
2013-08-05
os, syscall: implement Getwd on darwin using getattrlist
Brad Fitzpatrick
2013-07-23
all: be more idiomatic when documenting boolean return values.
Rob Pike
2013-06-24
os: rename error_posix.go to error_unix.go
Dave Cheney
2013-06-21
all: avoid leaking fds during tests
Dave Cheney
2013-06-20
all: excise some warts found by vet -shadow
Rob Pike
2013-06-20
all: fix shadowing bugs found by go tool vet -shadow
Rob Pike
2013-06-18
os/exec: make exec_test.go:TestExtraFilesFDShuffle portable.
Cosmos Nicolaou
2013-06-11
os: request appropriate access rights before calling windows TerminateProcess
Alex Brainman
2013-06-10
os: return io.EOF from windows ReadAt as documented
Alex Brainman
2013-05-28
os/exec: fix test hang
Dmitriy Vyukov
2013-05-17
os: clarify windows read console code
Alex Brainman
2013-05-16
os: use small buffer when reading from windows console
Alex Brainman
2013-05-15
os/user: faster user lookup on Windows
Alexey Borzenkov
2013-04-30
os/exec: disable TestExtraFilesFDShuffle
Rob Pike
2013-04-30
syscall: fix a bug in the shuffling of file descriptors in StartProcess on Li...
Cosmos Nicolaou
2013-03-30
os/exec, syscall: fix tests to pass when GOGCTRACE=1 is set
Albert Strasheim
2013-03-22
build: remove dead code
Russ Cox
2013-03-22
build: update assembly variable names for vet
Russ Cox
2013-03-20
src/pkg: fixed various typos
Robert Griesemer
2013-03-18
os/exec: fix fd leak with Std*Pipe + LookPath
Brad Fitzpatrick
2013-03-15
os/signal: add Stop, be careful about SIGHUP
Russ Cox
2013-03-13
os/signal: windows is supported, update comment
Shenghou Ma
2013-03-11
all: remove now-unnecessary unreachable panics
Brad Fitzpatrick
2013-03-11
os/signal: deflake test
Dmitriy Vyukov
2013-02-28
os: Plan 9: allocate space for a string in Rename
Akshat Kumar
2013-02-28
net, os, syscall: Plan 9: adjust error handling
Akshat Kumar
2013-02-26
os/exec: Pass tests on Plan 9
Akshat Kumar
2013-02-26
os: use windows ReadConsole to read from console
Alex Brainman
2013-02-22
os: Plan 9: avoid doing zero-length writes.
Akshat Kumar
2013-02-20
path/filepath, os/exec: unquote PATH elements on Windows
Péter Surányi
2013-02-15
os: point users of ProcessState.SysUsage to getrusage(2)
Russ Cox
2013-02-14
os: cache Getwd result as hint for next time
Russ Cox
[prev]
[next]