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
/
path
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
path/filepath: re-implement windows EvalSymlinks
Alex Brainman
2017-10-05
2
-2
/
+129
*
path/filepath: add example for Walk
Jean-Francois Cantin
2017-09-27
1
-0
/
+22
*
all: prefer strings.LastIndexByte over strings.LastIndex
Marvin Stenger
2017-09-27
1
-2
/
+2
*
path/filepath: ensure Walk report unreadable directories once
Wei Congrui
2017-09-25
2
-18
/
+18
*
path/filepath: simplify TestEvalSymlinks
Alex Brainman
2017-09-24
2
-145
/
+117
*
all: remove strings.Contains check around Replace
Daniel Martí
2017-09-12
1
-3
/
+1
*
path: add path.Dir example with trailing slash
Mayank Kumar
2017-09-08
1
-0
/
+4
*
path/filepath: add example for Ext
Kevin Burke
2017-08-25
1
-0
/
+20
*
path/filepath: fix TestGlobError
Dominik Honnef
2017-06-15
1
-2
/
+2
*
path, path/filepath: clarify and cross-reference packages
Brad Fitzpatrick
2017-06-14
2
-1
/
+9
*
path: add examples
Mark Harrison
2017-05-16
1
-6
/
+34
*
os: do not report ModeDir for symlinks on windows
Alex Brainman
2017-04-26
2
-5
/
+0
*
all: remove some unused parameters in test code
Daniel Martí
2017-04-25
1
-2
/
+2
*
path/filepath: add test to walk symlink
Alex Brainman
2017-04-05
2
-35
/
+75
*
path/filepath: add test for directory junction walk
Alex Brainman
2017-02-12
1
-0
/
+42
*
path/filepath: fix TestWinSplitListTestsAreValid on some systems
Remi Gillig
2017-02-11
1
-1
/
+4
*
path/filepath: ignore dot for Dir(`\\server\share`)
Yasuhiro Matsumoto
2017-02-04
2
-0
/
+5
*
all: fix misspellings
shawnps
2017-01-07
1
-1
/
+1
*
path/filepath: deprecate HasPrefix
Joe Tsai
2016-12-16
3
-1
/
+8
*
path: document that filepath is recommended to manipulate filename paths
Jaana Burcu Dogan
2016-11-08
1
-0
/
+2
*
path/filepath: fix Abs on Windows
Zev Goldstein
2016-10-29
2
-2
/
+9
*
path/filepath: make TestToNorm robust
Hiroshi Ioka
2016-10-25
1
-10
/
+19
*
test: delete bugs directory
Josh Bleecher Snyder
2016-10-25
1
-2
/
+2
*
path/filepath: fix match of \\?\c:\* on Windows
Russ Cox
2016-10-24
3
-8
/
+20
*
path/filepath: pass TestToNorm even if VolumeName(tmpdir) != VolumeName(pwd) ...
Hiroshi Ioka
2016-10-23
1
-5
/
+4
*
path/filepath: simplify TestToNorm
Hiroshi Ioka
2016-10-16
1
-3
/
+5
*
path/filepath: add a test case for EvalSymlinks error
Hiroshi Ioka
2016-10-12
1
-0
/
+22
*
path/filepath: remove unneeded doc statement for SplitList
Dmitri Shuralyov
2016-10-12
1
-1
/
+1
*
path/filepath: handle "C:." correctly in EvalSymlinks on Windows
Hiroshi Ioka
2016-09-05
2
-2
/
+37
*
path/filepath: use new style deprecation message
Jaana Burcu Dogan
2016-09-02
1
-0
/
+2
*
path/filepath: handle ".." in normalizing a path on Windows
Hiroshi Ioka
2016-08-30
4
-8
/
+159
*
path/filepath: don't return SkipDir at top
Ian Lance Taylor
2016-08-25
2
-5
/
+25
*
path/filepath: use testenv.MustHaveSymlink to simplify symlink tests
Hiroshi Ioka
2016-08-23
3
-45
/
+5
*
path/filepath: fix typo in comment
Ian Lance Taylor
2016-07-07
1
-1
/
+1
*
path/filepath: document Clean behavior for each function
Ian Lance Taylor
2016-07-06
1
-5
/
+7
*
path/filepath: prevent infinite recursion on Windows on UNC input
Josh Bleecher Snyder
2016-05-31
2
-0
/
+11
*
path/filepath: fix globbing of c:\*dir\... pattern
Alex Brainman
2016-05-27
2
-7
/
+196
*
all: use bytes.Equal, bytes.Contains and strings.Contains, again
Dominik Honnef
2016-04-11
1
-1
/
+1
*
path/filepath: normalize output of EvalSymlinks on windows
Hiroshi Ioka
2016-04-05
3
-39
/
+124
*
path, path/filepath: add Join example with joined rooted path
Russ Cox
2016-04-03
2
-1
/
+22
*
path/filepath: use fsutil with TestEvalSymlinksCanonicalNames
Alex Brainman
2016-03-29
1
-0
/
+105
*
path: fix up bizarre test
Rob Pike
2016-03-16
1
-7
/
+1
*
Rewrite leftover references to plan9.bell-labs.com to 9p.io.
Muhammed Uluyol
2016-03-06
2
-2
/
+2
*
all: single space after period.
Brad Fitzpatrick
2016-03-02
3
-4
/
+4
*
all: fix typos and spelling
Martin Möhrmann
2016-02-24
1
-1
/
+1
*
all: fix typos
Shawn Smith
2016-02-23
1
-1
/
+1
*
all: replace strings.Index with strings.Contains where possible
Nathan VanBenschoten
2016-02-19
3
-4
/
+4
*
path/filepath: include test number in TestIssue13582 output
Alex Brainman
2015-12-15
1
-2
/
+2
*
path/filepath: keep walking if EvalSymlinks returns symlink
Alex Brainman
2015-12-14
3
-11
/
+90
*
path/filepath: remove code working around Join bug
Alex Brainman
2015-12-09
1
-2
/
+1
[prev]
[next]