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
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
2016-09-05
path/filepath: handle "C:." correctly in EvalSymlinks on Windows
Hiroshi Ioka
2016-08-30
path/filepath: handle ".." in normalizing a path on Windows
Hiroshi Ioka
2016-08-25
path/filepath: don't return SkipDir at top
Ian Lance Taylor
2016-08-23
path/filepath: use testenv.MustHaveSymlink to simplify symlink tests
Hiroshi Ioka
2016-04-11
all: use bytes.Equal, bytes.Contains and strings.Contains, again
Dominik Honnef
2016-03-02
all: single space after period.
Brad Fitzpatrick
2015-12-15
path/filepath: include test number in TestIssue13582 output
Alex Brainman
2015-12-14
path/filepath: keep walking if EvalSymlinks returns symlink
Alex Brainman
2015-12-06
path/filepath: handle c: as first parameter in Join properly
Alex Brainman
2015-11-17
path/filepath: in Rel use case-insensitive comparison on Windows
Mohit Agarwal
2015-11-12
path/filepath: in Rel use case-insensitive comparison on Windows
Yasuhiro Matsumoto
2015-11-01
path/filepath: fix EvalSymlinks(".") on windows
Alex Brainman
2015-10-22
path/filepath: test EvalSymlinks returns canonical path on windows
Alex Brainman
2015-10-20
path/filepath: disable symlink tests on android.
Hyang-Ah Hana Kim
2015-08-21
all: fix some vet-caught formatting errors, mostly but not only in tests
Rob Pike
2015-07-11
all: link to https instead of http
Brad Fitzpatrick
2015-06-29
path/filepath: document and test behavior of SkipDir on files
Russ Cox
2015-04-13
path/filepath: skip test on darwin/arm64
David Crawshaw
2015-03-01
path/filepath: get tests working on darwin/arm
David Crawshaw
2015-02-06
all: don't refer to code.google.com/p/go{,-wiki}/
Péter Surányi
2015-01-20
path/filepath: make Join handle UNC paths on Windows
Emil Hessman
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]