summaryrefslogtreecommitdiff
path: root/src/path
Commit message (Expand)AuthorAgeFilesLines
* 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
* path/filepath: make Join handle UNC paths on WindowsEmil Hessman2015-01-205-14/+80
* path/filepath: remove named result parameter for VolumeNameEmil Hessman2014-12-181-2/+2
* path/filepath: document that Glob ignores i/o errorsRuss Cox2014-09-181-4/+4
* build: move package sources from src/pkg to srcRuss Cox2014-09-0818-0/+3306