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
*
os: remove duplicate check from windows os.Stat
Johnny Luo
2017-07-20
1
-3
/
+1
*
os/exec: add example for Cmd.Run
André Carvalho
2017-07-15
1
-0
/
+7
*
os: use Fstat instead of Stat in FileMode example
Taro Aoki
2017-07-15
1
-1
/
+1
*
internal/poll: don't wait for unpollable files
Ian Lance Taylor
2017-07-14
1
-0
/
+34
*
testing: roll back CL 44352 (show in-progress tests upon SIGINT)
Ian Lance Taylor
2017-07-13
3
-5
/
+3
*
os/exec: clarify Cmd.Wait documentation a bit more explicitly
Brad Fitzpatrick
2017-07-06
1
-2
/
+4
*
os/exec: document lack of implicit shell usage or globbing
Brad Fitzpatrick
2017-07-06
1
-0
/
+9
*
os: add documentation for Windows users
Brad Fitzpatrick
2017-06-30
5
-15
/
+52
*
os: fix passing long paths to Chmod on Windows
Ibrahim AshShohail
2017-06-28
2
-1
/
+5
*
os/signal: check MustHaveExec in TestAtomicStop
Ian Lance Taylor
2017-06-25
1
-0
/
+3
*
os/signal: avoid race between Stop and receiving on channel
Ian Lance Taylor
2017-06-24
2
-2
/
+145
*
os: align siginfo argument to waitid
Ian Lance Taylor
2017-06-23
1
-1
/
+1
*
os: run more of TestExecutable on OpenBSD
Michael Hendricks
2017-06-22
1
-6
/
+4
*
os: fix documentation for Executable on OpenBSD
Michael Hendricks
2017-06-21
1
-2
/
+1
*
os: on OpenBSD implement Executable using Args[0]
Ian Lance Taylor
2017-06-17
3
-7
/
+112
*
os: clarify behavior of TempDir
Brad Fitzpatrick
2017-06-14
4
-6
/
+16
*
os/exec: remove BUG for old and unsupported OS
Brad Fitzpatrick
2017-06-09
1
-3
/
+0
*
testing: show in-progress tests upon SIGINT
Meir Fischer
2017-06-09
3
-3
/
+5
*
os/exec: ignore some pipe write errors on windows
Alex Brainman
2017-05-23
3
-12
/
+51
*
os: make windows Stat as fast as Lstat for files and directories
Alex Brainman
2017-05-19
2
-2
/
+62
*
os: add some comments and remove an unused variable in rename func
Brad Fitzpatrick
2017-05-18
1
-6
/
+8
*
os: lstat oldname before renaming
Alexander Menzhinsky
2017-05-18
2
-3
/
+24
*
os: document that NewFile can return nil
Alberto Donizetti
2017-05-18
3
-3
/
+9
*
os: fix handling of ErrShortWrite in (*File).Write
Ian Lance Taylor
2017-05-17
1
-1
/
+5
*
os: remove extraneous 's' from TestStdPipe error message
Ian Lance Taylor
2017-05-10
1
-1
/
+1
*
os: avoid calulating fileStat.path until it is needed
Alex Brainman
2017-05-09
2
-6
/
+14
*
os, cmd/link: fix typos
Kevin Burke
2017-05-07
1
-4
/
+4
*
os: reimplement windows os.Stat
Alex Brainman
2017-05-07
2
-37
/
+78
*
os: skip TestNetworkSymbolicLink if Server service is not started
Alex Brainman
2017-04-30
1
-0
/
+5
*
os/exec: document that non-comparable writers may race
Justin Nuß
2017-04-28
1
-2
/
+2
*
os: use kernel limit on pipe size if possible
Ian Lance Taylor
2017-04-27
1
-2
/
+17
*
os: do not report ModeDir for symlinks on windows
Alex Brainman
2017-04-26
2
-4
/
+18
*
os: consistently return ErrClosed for closed file
Ian Lance Taylor
2017-04-26
6
-43
/
+80
*
os, net, internal/poll: return consistent error for closed socket
Ian Lance Taylor
2017-04-26
3
-15
/
+15
*
os: fix race between file I/O and Close
Ian Lance Taylor
2017-04-25
8
-15
/
+44
*
os: don't use a symlink's target path for FileInfo#Name on windows
Hiroshi Ioka
2017-04-25
3
-27
/
+42
*
os, syscall: fix errno in Seek on windows
Hiroshi Ioka
2017-04-22
1
-0
/
+26
*
os: handle relative symlinks starting with slash in Stat on windows
Hiroshi Ioka
2017-04-12
2
-2
/
+22
*
os: adjust error in Stat on windows
Hiroshi Ioka
2017-04-11
2
-2
/
+41
*
os: more descriptive error for File.ReadAt and File.WriteAt with negative off...
George Gkirtsou
2017-04-10
2
-0
/
+45
*
os: handle relative symlinks correctly in Stat on windows
Hiroshi Ioka
2017-04-10
2
-1
/
+43
*
os/exec: Update Cmd.Run() docs to reflect correct error return types
Nick Kubala
2017-04-08
1
-3
/
+2
*
all: fix minor misspellings
Eric Lagergren
2017-04-03
1
-1
/
+1
*
os: parse command line without shell32.dll
Alex Brainman
2017-03-24
3
-11
/
+208
*
syscall, os: fix FreeBSD 9 build
Brad Fitzpatrick
2017-03-21
1
-1
/
+15
*
syscall, os: use pipe2 syscall on FreeBSD instead of pipe
Brad Fitzpatrick
2017-03-21
2
-1
/
+21
*
os/user: fake Current on Android
Elias Naur
2017-03-08
2
-5
/
+14
*
os/user: use the stubs fallback for Android
Elias Naur
2017-03-07
2
-14
/
+4
*
os/user: add non-cgo versions of Lookup, LookupId
Kevin Burke
2017-03-04
4
-41
/
+292
*
Revert "all: test adjustments for the iOS builder"
Elias Naur
2017-03-04
1
-4
/
+1
[next]