summaryrefslogtreecommitdiff
path: root/src/path/filepath
Commit message (Expand)AuthorAgeFilesLines
* path/filepath: allow EvalSymlinks to work on UNC share roots on WindowsKevin Parsons2020-10-252-1/+4
* io/fs, path, path/filepath, testing/fstest: validate patterns in Match, GlobRuss Cox2020-10-232-28/+45
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-205-13/+18
* all: enable more tests on macOS/ARM64Cherry Zhang2020-10-061-2/+2
* all: add GOOS=iosCherry Zhang2020-09-231-2/+2
* path,path/filepath: add Join examples with ".." componentsAndrew Ekstedt2020-08-191-0/+4
* path/filepath: add explicit comment marking elided errorsRuss Cox2020-07-071-3/+3
* all: remove scattered remnants of darwin/armAustin Clements2020-04-081-11/+5
* path: minor changes to improve documentation for JoinEric Rutherford2019-11-201-5/+7
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-091-1/+1
* path/filepath: add examples for Base, Dir and IsAbsHasan Ozgan2019-03-251-0/+71
* path/filepath: don't discard .. in EvalSymlinksIan Lance Taylor2019-03-052-1/+109
* path/filepath: do not call GetFinalPathNameByHandle from EvalSymlinksAlex Brainman2019-03-015-118/+9
* path/filepath: revert "fix Windows-specific Clean bug"Ian Lance Taylor2019-02-202-11/+3
* path/filepath: skip TestIssue29372 on windows, if /tmp has symilinksAlex Brainman2019-01-271-4/+18
* path/filepath: skip part of TestNTNamespaceSymlinkAlex Brainman2019-01-151-0/+3
* path/filepath: return special error from EvalSymlinksAlex Brainman2019-01-105-41/+54
* path/filepath: walkSymlinks: return correct error for file with trailing slashLE Manh Cuong2018-12-243-4/+60
* all: use "reports whether" consistently instead of "returns whether"Tobias Klauser2018-12-021-1/+1
* all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick2018-11-021-1/+1
* path/filepath: change IsAbs("NUL") to return trueAlex Brainman2018-11-022-0/+31
* path/filepath: add example for MatchAurélien Rainone2018-10-241-0/+15
* path/filepath: add AIX operating systemClément Chigot2018-10-111-1/+1
* path/filepath: fix Windows-specific Clean bugQtRoS2018-09-292-3/+11
* all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick2018-09-264-5/+5
* path/filepath: correct symlink eval for symlink at rootIan Lance Taylor2018-09-131-5/+6
* path/filepath: rewrite walkSymlinksIan Lance Taylor2018-09-132-87/+117
* path/filepath: fix Join with Windows drive letterYasuhiro Matsumoto2018-08-262-1/+12
* filepath: updates doc to give case where WalkFunc info arg may be nilJack2018-07-181-6/+7
* path/filepath: make Walk example runnable in the playgroundMostyn Bramley-Moore2018-07-172-23/+66
* os: add js/wasm architectureRichard Musiol2018-06-011-1/+1
* path/filepath: make Abs("") return working directory on WindowsDmitri Shuralyov2018-05-142-0/+47
* path/filepath: fix Win32 tests missing 'chcp'Lubomir I. Ivanov (VMware)2018-04-261-1/+1
* path/filepath: change example to print the correct path on failureErwin Oegema2018-03-261-1/+2
* path/filepath: use a temp dir in path_test.goMostyn Bramley-Moore2018-03-051-6/+17
* path/filepath: fix escaped chars in Glob on non-WindowsDaniel Martí2018-02-142-2/+21
* path: remove filename mentions from pattern godocsDaniel Martí2018-02-141-1/+1
* path/filepath: re-implement windows EvalSymlinksAlex Brainman2017-10-052-2/+129
* path/filepath: add example for WalkJean-Francois Cantin2017-09-271-0/+22
* 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/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-141-0/+5
* 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