summaryrefslogtreecommitdiff
path: root/src/path
Commit message (Expand)AuthorAgeFilesLines
* 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
* path/filepath: handle c: as first parameter in Join properlyAlex Brainman2015-12-062-1/+11
* path: fix typoShenghou Ma2015-11-281-1/+1
* path/filepath: in Rel use case-insensitive comparison on WindowsMohit Agarwal2015-11-172-1/+3
* path/filepath: include the original paths in error messagesMohit Agarwal2015-11-172-3/+3
* path/filepath: in Rel use case-insensitive comparison on WindowsYasuhiro Matsumoto2015-11-125-2/+15
* path/filepath: fix EvalSymlinks(".") on windowsAlex Brainman2015-11-013-50/+166
* path/filepath: test EvalSymlinks returns canonical path on windowsAlex Brainman2015-10-222-26/+68
* path/filepath: disable symlink tests on android.Hyang-Ah Hana Kim2015-10-202-2/+2
* all: fix some vet-caught formatting errors, mostly but not only in testsRob Pike2015-08-211-4/+4
* all: link to https instead of httpBrad Fitzpatrick2015-07-111-1/+1
* path/filepath: document and test behavior of SkipDir on filesRuss Cox2015-06-292-4/+34
* path: fix a typo in documentation of SplitMichael Käufl2015-05-311-1/+1
* path/filepath: skip test on darwin/arm64David Crawshaw2015-04-131-5/+11
* all: fix race when allocating buffer for some windows syscallsAlex Brainman2015-04-081-15/+12
* all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder2015-03-186-8/+8
* path/filepath: clarify the package doc about '/' in returned results.Hyang-Ah (Hana) Kim2015-03-111-1/+5
* path/filepath: get tests working on darwin/armDavid Crawshaw2015-03-011-0/+27
* path/filepath: add example for filepath.SplitAndrew Gerrand2015-02-201-0/+28
* all: don't refer to code.google.com/p/go{,-wiki}/Péter Surányi2015-02-061-1/+1