summaryrefslogtreecommitdiff
path: root/src/path
Commit message (Expand)AuthorAgeFilesLines
...
* path/filepath: re-implement windows EvalSymlinksAlex Brainman2017-10-052-2/+129
* path/filepath: add example for WalkJean-Francois Cantin2017-09-271-0/+22
* all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger2017-09-271-2/+2
* path/filepath: ensure Walk report unreadable directories onceWei Congrui2017-09-252-18/+18
* path/filepath: simplify TestEvalSymlinksAlex Brainman2017-09-242-145/+117
* all: remove strings.Contains check around ReplaceDaniel Martí2017-09-121-3/+1
* path: add path.Dir example with trailing slashMayank Kumar2017-09-081-0/+4
* path/filepath: add example for ExtKevin Burke2017-08-251-0/+20
* path/filepath: fix TestGlobErrorDominik Honnef2017-06-151-2/+2
* path, path/filepath: clarify and cross-reference packagesBrad Fitzpatrick2017-06-142-1/+9
* path: add examplesMark Harrison2017-05-161-6/+34
* os: do not report ModeDir for symlinks on windowsAlex Brainman2017-04-262-5/+0
* all: remove some unused parameters in test codeDaniel Martí2017-04-251-2/+2
* path/filepath: add test to walk symlinkAlex Brainman2017-04-052-35/+75
* path/filepath: add test for directory junction walkAlex Brainman2017-02-121-0/+42
* path/filepath: fix TestWinSplitListTestsAreValid on some systemsRemi Gillig2017-02-111-1/+4
* path/filepath: ignore dot for Dir(`\\server\share`)Yasuhiro Matsumoto2017-02-042-0/+5
* all: fix misspellingsshawnps2017-01-071-1/+1
* path/filepath: deprecate HasPrefixJoe Tsai2016-12-163-1/+8
* path: document that filepath is recommended to manipulate filename pathsJaana Burcu Dogan2016-11-081-0/+2
* path/filepath: fix Abs on WindowsZev Goldstein2016-10-292-2/+9
* path/filepath: make TestToNorm robustHiroshi Ioka2016-10-251-10/+19
* test: delete bugs directoryJosh Bleecher Snyder2016-10-251-2/+2
* path/filepath: fix match of \\?\c:\* on WindowsRuss Cox2016-10-243-8/+20
* path/filepath: pass TestToNorm even if VolumeName(tmpdir) != VolumeName(pwd) ...Hiroshi Ioka2016-10-231-5/+4
* path/filepath: simplify TestToNormHiroshi Ioka2016-10-161-3/+5
* path/filepath: add a test case for EvalSymlinks errorHiroshi Ioka2016-10-121-0/+22
* path/filepath: remove unneeded doc statement for SplitListDmitri Shuralyov2016-10-121-1/+1
* path/filepath: handle "C:." correctly in EvalSymlinks on WindowsHiroshi Ioka2016-09-052-2/+37
* path/filepath: use new style deprecation messageJaana Burcu Dogan2016-09-021-0/+2
* path/filepath: handle ".." in normalizing a path on WindowsHiroshi Ioka2016-08-304-8/+159
* path/filepath: don't return SkipDir at topIan Lance Taylor2016-08-252-5/+25
* path/filepath: use testenv.MustHaveSymlink to simplify symlink testsHiroshi Ioka2016-08-233-45/+5
* path/filepath: fix typo in commentIan Lance Taylor2016-07-071-1/+1
* path/filepath: document Clean behavior for each functionIan Lance Taylor2016-07-061-5/+7
* path/filepath: prevent infinite recursion on Windows on UNC inputJosh Bleecher Snyder2016-05-312-0/+11
* path/filepath: fix globbing of c:\*dir\... patternAlex Brainman2016-05-272-7/+196
* all: use bytes.Equal, bytes.Contains and strings.Contains, againDominik Honnef2016-04-111-1/+1
* path/filepath: normalize output of EvalSymlinks on windowsHiroshi Ioka2016-04-053-39/+124
* path, path/filepath: add Join example with joined rooted pathRuss Cox2016-04-032-1/+22
* path/filepath: use fsutil with TestEvalSymlinksCanonicalNamesAlex Brainman2016-03-291-0/+105
* path: fix up bizarre testRob Pike2016-03-161-7/+1
* Rewrite leftover references to plan9.bell-labs.com to 9p.io.Muhammed Uluyol2016-03-062-2/+2
* all: single space after period.Brad Fitzpatrick2016-03-023-4/+4
* all: fix typos and spellingMartin Möhrmann2016-02-241-1/+1
* all: fix typosShawn Smith2016-02-231-1/+1
* all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten2016-02-193-4/+4
* path/filepath: include test number in TestIssue13582 outputAlex Brainman2015-12-151-2/+2
* path/filepath: keep walking if EvalSymlinks returns symlinkAlex Brainman2015-12-143-11/+90
* path/filepath: remove code working around Join bugAlex Brainman2015-12-091-2/+1