aboutsummaryrefslogtreecommitdiff
path: root/src/path/filepath
AgeCommit message (Expand)Author
2016-08-25path/filepath: don't return SkipDir at topIan Lance Taylor
2016-08-23path/filepath: use testenv.MustHaveSymlink to simplify symlink testsHiroshi Ioka
2016-07-07path/filepath: fix typo in commentIan Lance Taylor
2016-07-06path/filepath: document Clean behavior for each functionIan Lance Taylor
2016-05-31path/filepath: prevent infinite recursion on Windows on UNC inputJosh Bleecher Snyder
2016-05-27path/filepath: fix globbing of c:\*dir\... patternAlex Brainman
2016-04-11all: use bytes.Equal, bytes.Contains and strings.Contains, againDominik Honnef
2016-04-05path/filepath: normalize output of EvalSymlinks on windowsHiroshi Ioka
2016-04-03path, path/filepath: add Join example with joined rooted pathRuss Cox
2016-03-29path/filepath: use fsutil with TestEvalSymlinksCanonicalNamesAlex Brainman
2016-03-06Rewrite leftover references to plan9.bell-labs.com to 9p.io.Muhammed Uluyol
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2016-02-23all: fix typosShawn Smith
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