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
Age
Commit message (
Expand
)
Author
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-07-07
path/filepath: fix typo in comment
Ian Lance Taylor
2016-07-06
path/filepath: document Clean behavior for each function
Ian Lance Taylor
2016-05-31
path/filepath: prevent infinite recursion on Windows on UNC input
Josh Bleecher Snyder
2016-05-27
path/filepath: fix globbing of c:\*dir\... pattern
Alex Brainman
2016-04-11
all: use bytes.Equal, bytes.Contains and strings.Contains, again
Dominik Honnef
2016-04-05
path/filepath: normalize output of EvalSymlinks on windows
Hiroshi Ioka
2016-04-03
path, path/filepath: add Join example with joined rooted path
Russ Cox
2016-03-29
path/filepath: use fsutil with TestEvalSymlinksCanonicalNames
Alex Brainman
2016-03-06
Rewrite leftover references to plan9.bell-labs.com to 9p.io.
Muhammed Uluyol
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2016-02-23
all: fix typos
Shawn Smith
2016-02-19
all: replace strings.Index with strings.Contains where possible
Nathan VanBenschoten
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-09
path/filepath: remove code working around Join bug
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-17
path/filepath: include the original paths in error messages
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-04-08
all: fix race when allocating buffer for some windows syscalls
Alex Brainman
2015-03-18
all: use "reports whether" in place of "returns true if(f)"
Josh Bleecher Snyder
2015-03-11
path/filepath: clarify the package doc about '/' in returned results.
Hyang-Ah (Hana) Kim
2015-03-01
path/filepath: get tests working on darwin/arm
David Crawshaw
2015-02-20
path/filepath: add example for filepath.Split
Andrew Gerrand
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-12-18
path/filepath: remove named result parameter for VolumeName
Emil Hessman
2014-09-18
path/filepath: document that Glob ignores i/o errors
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]