aboutsummaryrefslogtreecommitdiff
path: root/src/path/filepath
AgeCommit message (Expand)Author
2016-02-19all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten
2015-12-15path/filepath: include test number in TestIssue13582 outputAlex Brainman
2015-12-14path/filepath: keep walking if EvalSymlinks returns symlinkAlex Brainman
2015-12-09path/filepath: remove code working around Join bugAlex Brainman
2015-12-06path/filepath: handle c: as first parameter in Join properlyAlex Brainman
2015-11-17path/filepath: in Rel use case-insensitive comparison on WindowsMohit Agarwal
2015-11-17path/filepath: include the original paths in error messagesMohit Agarwal
2015-11-12path/filepath: in Rel use case-insensitive comparison on WindowsYasuhiro Matsumoto
2015-11-01path/filepath: fix EvalSymlinks(".") on windowsAlex Brainman
2015-10-22path/filepath: test EvalSymlinks returns canonical path on windowsAlex Brainman
2015-10-20path/filepath: disable symlink tests on android.Hyang-Ah Hana Kim
2015-08-21all: fix some vet-caught formatting errors, mostly but not only in testsRob Pike
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-06-29path/filepath: document and test behavior of SkipDir on filesRuss Cox
2015-04-13path/filepath: skip test on darwin/arm64David Crawshaw
2015-04-08all: fix race when allocating buffer for some windows syscallsAlex Brainman
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2015-03-11path/filepath: clarify the package doc about '/' in returned results.Hyang-Ah (Hana) Kim
2015-03-01path/filepath: get tests working on darwin/armDavid Crawshaw
2015-02-20path/filepath: add example for filepath.SplitAndrew Gerrand
2015-02-06all: don't refer to code.google.com/p/go{,-wiki}/Péter Surányi
2015-01-20path/filepath: make Join handle UNC paths on WindowsEmil Hessman
2014-12-18path/filepath: remove named result parameter for VolumeNameEmil Hessman
2014-09-18path/filepath: document that Glob ignores i/o errorsRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox