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_windows_test.go
Age
Commit message (
Expand
)
Author
2024-09-04
all: use t.Chdir in tests
Kir Kolyshkin
2024-07-25
os,path/filepath,testing: use slices to clean up tests
apocelipes
2024-03-04
os: don't normalize volumes to drive letters in os.Readlink
qmuntal
2024-03-04
os: don't treat mount points as symbolic links
qmuntal
2023-02-14
path/filepath: do not Clean("a/../c:/b") into c:\b on Windows
Damien Neil
2023-01-24
path/filepath: remove extra Clean call in EvalSymlinks on Windows
qmuntal
2022-11-09
path/filepath: detect all forms of \\ volume paths on Windows
Damien Neil
2022-05-24
path/filepath: do not remove prefix "." when following path contains ":".
Yasuhiro Matsumoto
2022-04-11
all: gofmt main repo
Russ Cox
2021-04-10
path/filepath: replace os.MkdirTemp with T.TempDir
Manlio Perillo
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-10-25
path/filepath: allow EvalSymlinks to work on UNC share roots on Windows
Kevin Parsons
2020-10-20
all: update references to symbols moved from os to io/fs
Russ Cox
2019-03-01
path/filepath: do not call GetFinalPathNameByHandle from EvalSymlinks
Alex Brainman
2019-01-15
path/filepath: skip part of TestNTNamespaceSymlink
Alex Brainman
2019-01-10
path/filepath: return special error from EvalSymlinks
Alex Brainman
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
2018-04-26
path/filepath: fix Win32 tests missing 'chcp'
Lubomir I. Ivanov (VMware)
2017-10-05
path/filepath: re-implement windows EvalSymlinks
Alex Brainman
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-05
path/filepath: add test to walk symlink
Alex Brainman
2017-02-12
path/filepath: add test for directory junction walk
Alex Brainman
2017-02-11
path/filepath: fix TestWinSplitListTestsAreValid on some systems
Remi Gillig
2016-10-25
path/filepath: make TestToNorm robust
Hiroshi Ioka
2016-10-24
path/filepath: fix match of \\?\c:\* on Windows
Russ Cox
2016-10-23
path/filepath: pass TestToNorm even if VolumeName(tmpdir) != VolumeName(pwd) ...
Hiroshi Ioka
2016-10-16
path/filepath: simplify TestToNorm
Hiroshi Ioka
2016-08-30
path/filepath: handle ".." in normalizing a path on Windows
Hiroshi Ioka
2016-08-23
path/filepath: use testenv.MustHaveSymlink to simplify symlink tests
Hiroshi Ioka
2016-04-05
path/filepath: normalize output of EvalSymlinks on windows
Hiroshi Ioka
2016-03-29
path/filepath: use fsutil with TestEvalSymlinksCanonicalNames
Alex Brainman
2015-10-22
path/filepath: test EvalSymlinks returns canonical path on windows
Alex Brainman
2014-09-08
build: move package sources from src/pkg to src
Russ Cox