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
/
filepath
Commit message (
Expand
)
Author
Age
Files
Lines
*
path/filepath: allow EvalSymlinks to work on UNC share roots on Windows
Kevin Parsons
2020-10-25
2
-1
/
+4
*
io/fs, path, path/filepath, testing/fstest: validate patterns in Match, Glob
Russ Cox
2020-10-23
2
-28
/
+45
*
all: update references to symbols moved from os to io/fs
Russ Cox
2020-10-20
5
-13
/
+18
*
all: enable more tests on macOS/ARM64
Cherry Zhang
2020-10-06
1
-2
/
+2
*
all: add GOOS=ios
Cherry Zhang
2020-09-23
1
-2
/
+2
*
path,path/filepath: add Join examples with ".." components
Andrew Ekstedt
2020-08-19
1
-0
/
+4
*
path/filepath: add explicit comment marking elided errors
Russ Cox
2020-07-07
1
-3
/
+3
*
all: remove scattered remnants of darwin/arm
Austin Clements
2020-04-08
1
-11
/
+5
*
path: minor changes to improve documentation for Join
Eric Rutherford
2019-11-20
1
-5
/
+7
*
all: remove the nacl port (part 1)
Brad Fitzpatrick
2019-10-09
1
-1
/
+1
*
path/filepath: add examples for Base, Dir and IsAbs
Hasan Ozgan
2019-03-25
1
-0
/
+71
*
path/filepath: don't discard .. in EvalSymlinks
Ian Lance Taylor
2019-03-05
2
-1
/
+109
*
path/filepath: do not call GetFinalPathNameByHandle from EvalSymlinks
Alex Brainman
2019-03-01
5
-118
/
+9
*
path/filepath: revert "fix Windows-specific Clean bug"
Ian Lance Taylor
2019-02-20
2
-11
/
+3
*
path/filepath: skip TestIssue29372 on windows, if /tmp has symilinks
Alex Brainman
2019-01-27
1
-4
/
+18
*
path/filepath: skip part of TestNTNamespaceSymlink
Alex Brainman
2019-01-15
1
-0
/
+3
*
path/filepath: return special error from EvalSymlinks
Alex Brainman
2019-01-10
5
-41
/
+54
*
path/filepath: walkSymlinks: return correct error for file with trailing slash
LE Manh Cuong
2018-12-24
3
-4
/
+60
*
all: use "reports whether" consistently instead of "returns whether"
Tobias Klauser
2018-12-02
1
-1
/
+1
*
all: use "reports whether" consistently in the few places that didn't
Brad Fitzpatrick
2018-11-02
1
-1
/
+1
*
path/filepath: change IsAbs("NUL") to return true
Alex Brainman
2018-11-02
2
-0
/
+31
*
path/filepath: add example for Match
Aurélien Rainone
2018-10-24
1
-0
/
+15
*
path/filepath: add AIX operating system
Clément Chigot
2018-10-11
1
-1
/
+1
*
path/filepath: fix Windows-specific Clean bug
QtRoS
2018-09-29
2
-3
/
+11
*
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
2018-09-26
4
-5
/
+5
*
path/filepath: correct symlink eval for symlink at root
Ian Lance Taylor
2018-09-13
1
-5
/
+6
*
path/filepath: rewrite walkSymlinks
Ian Lance Taylor
2018-09-13
2
-87
/
+117
*
path/filepath: fix Join with Windows drive letter
Yasuhiro Matsumoto
2018-08-26
2
-1
/
+12
*
filepath: updates doc to give case where WalkFunc info arg may be nil
Jack
2018-07-18
1
-6
/
+7
*
path/filepath: make Walk example runnable in the playground
Mostyn Bramley-Moore
2018-07-17
2
-23
/
+66
*
os: add js/wasm architecture
Richard Musiol
2018-06-01
1
-1
/
+1
*
path/filepath: make Abs("") return working directory on Windows
Dmitri Shuralyov
2018-05-14
2
-0
/
+47
*
path/filepath: fix Win32 tests missing 'chcp'
Lubomir I. Ivanov (VMware)
2018-04-26
1
-1
/
+1
*
path/filepath: change example to print the correct path on failure
Erwin Oegema
2018-03-26
1
-1
/
+2
*
path/filepath: use a temp dir in path_test.go
Mostyn Bramley-Moore
2018-03-05
1
-6
/
+17
*
path/filepath: fix escaped chars in Glob on non-Windows
Daniel Martí
2018-02-14
2
-2
/
+21
*
path: remove filename mentions from pattern godocs
Daniel Martí
2018-02-14
1
-1
/
+1
*
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
*
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/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
1
-0
/
+5
*
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
[next]