index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
os
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "runtime: handle SIGPIPE in c-archive and c-shared programs"
Elias Naur
2016-12-01
1
-5
/
+4
*
os: fix handling of Windows Unicode console input and ^Z
Russ Cox
2016-11-29
3
-171
/
+131
*
os: Executable can use /proc/self/exe on android
David Crawshaw
2016-11-29
1
-1
/
+1
*
runtime: handle SIGPIPE in c-archive and c-shared programs
Elias Naur
2016-11-18
1
-4
/
+5
*
os: add more tests in TestReadStdin
Alex Brainman
2016-11-17
1
-25
/
+30
*
os/exec: add closeOnce.WriteString method
Ian Lance Taylor
2016-11-16
2
-0
/
+33
*
all: don't call t.Fatal from a goroutine
Ian Lance Taylor
2016-11-15
1
-1
/
+1
*
os: gofmt -w -s
Mikio Hara
2016-11-15
1
-1
/
+1
*
syscall: Clearenv now unsets env vars on Windows
Jesse Szwedko
2016-11-14
1
-0
/
+28
*
all: fix vet nits
Josh Bleecher Snyder
2016-11-13
1
-1
/
+1
*
os: on Windows, don't fix long paths that aren't long
Brad Fitzpatrick
2016-11-08
2
-19
/
+50
*
os: cleanup directories created by TestLongPath
Mohit Agarwal
2016-11-08
1
-4
/
+4
*
os: add Executable() (string, error)
Shenghou Ma
2016-11-07
8
-0
/
+281
*
os: use extended-length paths on Windows when possible
Quentin Smith
2016-11-07
10
-26
/
+180
*
os: adjust (*File).Read comment
Russ Cox
2016-10-28
1
-2
/
+2
*
os/exec: document how Command fills in Cmd.Args
Quentin Smith
2016-10-28
1
-3
/
+4
*
os: consider only files from #M as regular on Plan 9
David du Colombier
2016-10-26
1
-0
/
+4
*
all: minor vet fixes
Josh Bleecher Snyder
2016-10-24
1
-3
/
+2
*
os: add ErrClosed, return for use of closed File
Dan Caddigan
2016-10-24
10
-30
/
+70
*
os: clean up after test
Russ Cox
2016-10-19
1
-0
/
+2
*
os, syscall: fix incorrect offset calculation in Readlink on windows
Hiroshi Ioka
2016-10-19
1
-2
/
+95
*
os: reject Rename("old", "new") where new is a directory
Russ Cox
2016-10-19
2
-0
/
+35
*
os/exec: allow simultaneous cmd.Wait and Write of cmd.StdinPipe
Russ Cox
2016-10-18
2
-3
/
+66
*
os: use FindFirstFile when GetFileAttributesEx fails in Stat
Alex Brainman
2016-10-14
2
-1
/
+29
*
os: make readConsole handle its input and output correctly
Alex Brainman
2016-10-13
3
-47
/
+197
*
os: add examples of environment functions
Jean-Nicolas Moal
2016-10-12
1
-0
/
+43
*
os: add example for IsNotExist
Sina Siadat
2016-10-12
1
-0
/
+9
*
os: add new tests for symbolic links and directory junctions
Alex Brainman
2016-10-12
1
-25
/
+317
*
os/exec: add example for CommandContext
Alexander Döring
2016-10-05
1
-0
/
+12
*
os: make IsExist report true on ERROR_DIR_NOT_EMPTY on Windows
Kale Blankenship
2016-09-25
2
-0
/
+5
*
os: use GetConsoleCP() instead of GetACP()
Yasuhiro Matsumoto
2016-09-21
1
-3
/
+5
*
os/exec: add examples for CombinedOutput, StdinPipe, StderrPipe
Emmanuel Odeke
2016-09-16
1
-0
/
+50
*
os: add more examples
Emmanuel Odeke
2016-09-14
1
-0
/
+34
*
os: delete code duplications in error files
bogem
2016-09-10
4
-92
/
+35
*
os: deduplicate File definition
Shenghou Ma
2016-09-05
4
-15
/
+5
*
all: use testing.GoToolPath instead of "go"
Keith Randall
2016-08-30
1
-1
/
+2
*
os: fix typo in comment (Readir -> Readdir)
Jonathan Boulle
2016-08-30
1
-1
/
+1
*
os: don't let File.Readdir return an empty slice and nil error
Brad Fitzpatrick
2016-08-29
2
-0
/
+44
*
os: add example for OpenFile
Jaana Burcu Dogan
2016-08-29
1
-0
/
+20
*
os: fix build error on plan9
Hiroshi Ioka
2016-08-26
2
-23
/
+24
*
os: prevent infinite symlink loop of Stat on Windows
Hiroshi Ioka
2016-08-26
2
-1
/
+25
*
os: use runtime.Keepalive for *Process values
Ian Lance Taylor
2016-08-24
3
-2
/
+5
*
os: use testenv.MustHaveSymlink to simplify symlink tests
Hiroshi Ioka
2016-08-23
3
-42
/
+6
*
os: make ExpandEnv recognize '-' as a special shell parameter
LE Manh Cuong
2016-08-21
2
-1
/
+27
*
os: reference LookupEnv from the Getenv docs
Brad Fitzpatrick
2016-08-19
1
-0
/
+1
*
os/exec: fix nit found by vet
Mikio Hara
2016-08-16
1
-1
/
+1
*
os: consolidate files
Hiroshi Ioka
2016-08-16
15
-403
/
+426
*
os: check for waitid returning ENOSYS
Ian Lance Taylor
2016-08-05
1
-0
/
+6
*
os/exec: start checking for context cancelation in Start
Ian Lance Taylor
2016-06-30
2
-13
/
+93
*
os: fix blockUntilWaitable on freebsd/{386,arm}
Mikio Hara
2016-06-14
1
-12
/
+7
[next]