aboutsummaryrefslogtreecommitdiff
path: root/src/path/filepath
AgeCommit message (Expand)Author
2019-01-27path/filepath: skip TestIssue29372 on windows, if /tmp has symilinksAlex Brainman
2019-01-15path/filepath: skip part of TestNTNamespaceSymlinkAlex Brainman
2019-01-10path/filepath: return special error from EvalSymlinksAlex Brainman
2018-12-24path/filepath: walkSymlinks: return correct error for file with trailing slashLE Manh Cuong
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-11-02path/filepath: change IsAbs("NUL") to return trueAlex Brainman
2018-10-24path/filepath: add example for MatchAurélien Rainone
2018-10-11path/filepath: add AIX operating systemClément Chigot
2018-09-29path/filepath: fix Windows-specific Clean bugQtRoS
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-09-13path/filepath: correct symlink eval for symlink at rootIan Lance Taylor
2018-09-13path/filepath: rewrite walkSymlinksIan Lance Taylor
2018-08-26path/filepath: fix Join with Windows drive letterYasuhiro Matsumoto
2018-07-18filepath: updates doc to give case where WalkFunc info arg may be nilJack
2018-07-17path/filepath: make Walk example runnable in the playgroundMostyn Bramley-Moore
2018-06-01os: add js/wasm architectureRichard Musiol
2018-05-14path/filepath: make Abs("") return working directory on WindowsDmitri Shuralyov
2018-04-26path/filepath: fix Win32 tests missing 'chcp'Lubomir I. Ivanov (VMware)
2018-03-26path/filepath: change example to print the correct path on failureErwin Oegema
2018-03-05path/filepath: use a temp dir in path_test.goMostyn Bramley-Moore
2018-02-14path/filepath: fix escaped chars in Glob on non-WindowsDaniel Martí
2018-02-14path: remove filename mentions from pattern godocsDaniel Martí
2017-10-05path/filepath: re-implement windows EvalSymlinksAlex Brainman
2017-09-27path/filepath: add example for WalkJean-Francois Cantin
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-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-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-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