aboutsummaryrefslogtreecommitdiff
path: root/src/path/filepath
AgeCommit message (Expand)Author
2023-11-28[release-branch.go1.20] path/filepath: consider \\?\c: as a volume on WindowsDamien Neil
2023-11-07[release-branch.go1.20] path/filepath: fix various issues in parsing Windows ...Damien Neil
2023-08-23[release-branch.go1.20] path/filepath: don't drop .. elements when cleaning i...Damien Neil
2023-02-14[release-branch.go1.20] path/filepath: do not Clean("a/../c:/b") into c:\b on...Damien Neil
2022-12-02path/filepath: make Join("c:", "/a") return "c:/a" againDamien Neil
2022-11-17path/filepath: detect Windows CONIN$ and CONOUT$ paths in IsLocalDamien Neil
2022-11-17path/filepath: remove IsLocal tests dependent on Windows versionDamien Neil
2022-11-16path/filepath: add IsLocalDamien Neil
2022-11-09Revert "path/filepath: change IsAbs("NUL") to return true"Damien Neil
2022-11-09path/filepath: detect all forms of \\ volume paths on WindowsDamien Neil
2022-11-09all: add missing copyright headercui fliter
2022-09-23path/filepath: optimize isReservedNameJoe Tsai
2022-09-14path/filepath: document that WalkDir uses OS pathsIan Lance Taylor
2022-08-25path/filepath, io/fs: add SkipAllPaschalis Tsilias
2022-07-12path/filepath: fix stack exhaustion in GlobJulie Qiu
2022-05-24path/filepath: do not remove prefix "." when following path contains ":".Yasuhiro Matsumoto
2022-05-09path/filepath: simplify EvalSymlinks for plan9miller
2022-04-11all: gofmt main repoRuss Cox
2022-04-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2022-03-28io/fs, path/filepath: honor SkipDir on second WalkDirFunc error callIan Lance Taylor
2022-03-18internal/testenv: add GOROOT and use it to fix tests broken with -trimpathBryan C. Mills
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-08-18path/filepath: change IsAbs to treat \\host\share as an absolute pathYasuhiro Matsumoto
2021-06-30path/filepath: deflake TestEvalSymlinksAboveRoot on darwinJosh Bleecher Snyder
2021-05-02path/filepath: fix documentation typo (was "each each")Vitaly Zdanevich
2021-04-10path/filepath: replace os.MkdirTemp with T.TempDirManlio Perillo
2021-04-06path/filepath: replace os.MkdirTemp with T.TempDirianwoolf
2021-04-04os, path/filepath: use T.Cleanup to restore the original working directoryianwoolf
2021-03-25path/filepath: make Rel handle Windows UNC shareAman Gupta
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-11-06io/fs: add WalkDirRuss Cox
2020-11-06path/filepath: add WalkDirRuss Cox
2020-11-05path/filepath: revert "add WalkDir"Dmitri Shuralyov
2020-11-04path/filepath: add WalkDirRuss Cox
2020-10-25path/filepath: allow EvalSymlinks to work on UNC share roots on WindowsKevin Parsons
2020-10-23io/fs, path, path/filepath, testing/fstest: validate patterns in Match, GlobRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-10-06all: enable more tests on macOS/ARM64Cherry Zhang
2020-09-23all: add GOOS=iosCherry Zhang
2020-08-19path,path/filepath: add Join examples with ".." componentsAndrew Ekstedt
2020-07-07path/filepath: add explicit comment marking elided errorsRuss Cox
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2019-11-20path: minor changes to improve documentation for JoinEric Rutherford
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-03-25path/filepath: add examples for Base, Dir and IsAbsHasan Ozgan
2019-03-05path/filepath: don't discard .. in EvalSymlinksIan Lance Taylor
2019-03-01path/filepath: do not call GetFinalPathNameByHandle from EvalSymlinksAlex Brainman