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
/
path
/
filepath
/
path_test.go
Age
Commit message (
Expand
)
Author
2023-02-14
path/filepath: do not Clean("a/../c:/b") into c:\b on Windows
Damien Neil
2023-01-25
os: make Lstat for symlinks on Windows consistent with POSIX
Bryan C. Mills
2023-01-20
path/filepath: fix evaluation of symlinks to paths under /tmp on macOS
matsuyoshi30
2022-12-02
path/filepath: make Join("c:", "/a") return "c:/a" again
Damien Neil
2022-11-17
path/filepath: detect Windows CONIN$ and CONOUT$ paths in IsLocal
Damien Neil
2022-11-17
path/filepath: remove IsLocal tests dependent on Windows version
Damien Neil
2022-11-16
path/filepath: add IsLocal
Damien Neil
2022-11-09
Revert "path/filepath: change IsAbs("NUL") to return true"
Damien Neil
2022-11-09
path/filepath: detect all forms of \\ volume paths on Windows
Damien Neil
2022-08-25
path/filepath, io/fs: add SkipAll
Paschalis Tsilias
2022-05-24
path/filepath: do not remove prefix "." when following path contains ":".
Yasuhiro Matsumoto
2022-03-28
io/fs, path/filepath: honor SkipDir on second WalkDirFunc error call
Ian Lance Taylor
2022-03-18
internal/testenv: add GOROOT and use it to fix tests broken with -trimpath
Bryan C. Mills
2021-08-18
path/filepath: change IsAbs to treat \\host\share as an absolute path
Yasuhiro Matsumoto
2021-06-30
path/filepath: deflake TestEvalSymlinksAboveRoot on darwin
Josh Bleecher Snyder
2021-04-10
path/filepath: replace os.MkdirTemp with T.TempDir
Manlio Perillo
2021-04-06
path/filepath: replace os.MkdirTemp with T.TempDir
ianwoolf
2021-04-04
os, path/filepath: use T.Cleanup to restore the original working directory
ianwoolf
2021-03-25
path/filepath: make Rel handle Windows UNC share
Aman Gupta
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-11-06
io/fs: add WalkDir
Russ Cox
2020-11-06
path/filepath: add WalkDir
Russ Cox
2020-11-05
path/filepath: revert "add WalkDir"
Dmitri Shuralyov
2020-11-04
path/filepath: add WalkDir
Russ Cox
2020-10-20
all: update references to symbols moved from os to io/fs
Russ Cox
2020-10-06
all: enable more tests on macOS/ARM64
Cherry Zhang
2020-09-23
all: add GOOS=ios
Cherry Zhang
2020-04-08
all: remove scattered remnants of darwin/arm
Austin Clements
2019-03-05
path/filepath: don't discard .. in EvalSymlinks
Ian Lance Taylor
2019-03-01
path/filepath: do not call GetFinalPathNameByHandle from EvalSymlinks
Alex Brainman
2019-02-20
path/filepath: revert "fix Windows-specific Clean bug"
Ian Lance Taylor
2019-01-27
path/filepath: skip TestIssue29372 on windows, if /tmp has symilinks
Alex Brainman
2019-01-10
path/filepath: return special error from EvalSymlinks
Alex Brainman
2018-12-24
path/filepath: walkSymlinks: return correct error for file with trailing slash
LE Manh Cuong
2018-11-02
path/filepath: change IsAbs("NUL") to return true
Alex Brainman
2018-09-29
path/filepath: fix Windows-specific Clean bug
QtRoS
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
2018-09-13
path/filepath: rewrite walkSymlinks
Ian Lance Taylor
2018-08-26
path/filepath: fix Join with Windows drive letter
Yasuhiro Matsumoto
2018-05-14
path/filepath: make Abs("") return working directory on Windows
Dmitri Shuralyov
2018-03-05
path/filepath: use a temp dir in path_test.go
Mostyn Bramley-Moore
2017-09-25
path/filepath: ensure Walk report unreadable directories once
Wei Congrui
2017-09-24
path/filepath: simplify TestEvalSymlinks
Alex Brainman
2017-04-26
os: do not report ModeDir for symlinks on windows
Alex Brainman
2017-04-25
all: remove some unused parameters in test code
Daniel MartÃ
2017-04-05
path/filepath: add test to walk symlink
Alex Brainman
2017-02-04
path/filepath: ignore dot for Dir(`\\server\share`)
Yasuhiro Matsumoto
2016-10-29
path/filepath: fix Abs on Windows
Zev Goldstein
2016-10-25
test: delete bugs directory
Josh Bleecher Snyder
2016-10-12
path/filepath: add a test case for EvalSymlinks error
Hiroshi Ioka
[next]