aboutsummaryrefslogtreecommitdiff
path: root/src/path
AgeCommit message (Expand)Author
2017-09-27path/filepath: add example for WalkJean-Francois Cantin
2017-09-27all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger
2017-09-25path/filepath: ensure Walk report unreadable directories onceWei Congrui
2017-09-24path/filepath: simplify TestEvalSymlinksAlex Brainman
2017-09-12all: remove strings.Contains check around ReplaceDaniel Martí
2017-09-08path: add path.Dir example with trailing slashMayank Kumar
2017-08-25path/filepath: add example for ExtKevin Burke
2017-06-15path/filepath: fix TestGlobErrorDominik Honnef
2017-06-14path, path/filepath: clarify and cross-reference packagesBrad Fitzpatrick
2017-05-16path: add examplesMark Harrison
2017-04-26os: do not report ModeDir for symlinks on windowsAlex Brainman
2017-04-25all: remove some unused parameters in test codeDaniel Martí
2017-04-05path/filepath: add test to walk symlinkAlex Brainman
2017-02-12path/filepath: add test for directory junction walkAlex Brainman
2017-02-11path/filepath: fix TestWinSplitListTestsAreValid on some systemsRemi Gillig
2017-02-04path/filepath: ignore dot for Dir(`\\server\share`)Yasuhiro Matsumoto
2017-01-07all: fix misspellingsshawnps
2016-12-16path/filepath: deprecate HasPrefixJoe Tsai
2016-11-08path: document that filepath is recommended to manipulate filename pathsJaana Burcu Dogan
2016-10-29path/filepath: fix Abs on WindowsZev Goldstein
2016-10-25path/filepath: make TestToNorm robustHiroshi Ioka
2016-10-25test: delete bugs directoryJosh Bleecher Snyder
2016-10-24path/filepath: fix match of \\?\c:\* on WindowsRuss Cox
2016-10-23path/filepath: pass TestToNorm even if VolumeName(tmpdir) != VolumeName(pwd) ...Hiroshi Ioka
2016-10-16path/filepath: simplify TestToNormHiroshi Ioka
2016-10-12path/filepath: add a test case for EvalSymlinks errorHiroshi Ioka
2016-10-12path/filepath: remove unneeded doc statement for SplitListDmitri Shuralyov
2016-09-05path/filepath: handle "C:." correctly in EvalSymlinks on WindowsHiroshi Ioka
2016-09-02path/filepath: use new style deprecation messageJaana Burcu Dogan
2016-08-30path/filepath: handle ".." in normalizing a path on WindowsHiroshi Ioka
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-16path: fix up bizarre testRob Pike
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