aboutsummaryrefslogtreecommitdiff
path: root/src/path/filepath/path.go
AgeCommit message (Expand)Author
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-04-26path/filepath, internal/filepathlite: move parts of filepath to filepathliteDamien Neil
2024-04-26all: rename internal/safefilepath to internal/filepathliteDamien Neil
2024-02-26path/filepath: add LocalizeDamien Neil
2024-01-09io/fs,path/filepath: fix typo in SkipAll/SkipDir docRoger Peppe
2023-11-23path: add available godoc linkcui fliter
2023-11-07path/filepath: fix various issues in parsing Windows pathsDamien Neil
2023-09-29path/filepath: reuse os.ReadDirDaniel Martí
2023-09-12io/fs, path/filepath, cmd/gofmt: replace statDirEntry with fs.FileInfoToDirEntrymstmdev
2023-08-08path/filepath: don't drop .. elements when cleaning invalid Windows pathsDamien Neil
2023-05-04all: add String for fs.{FileInfo,DirEntry} implementationsIan Lance Taylor
2023-03-25all: add a few links in package godocsDaniel Martí
2023-02-21path/filepath: document that Clean does not change Windows volume namesDamien Neil
2023-02-14path/filepath: do not Clean("a/../c:/b") into c:\b on WindowsDamien Neil
2022-11-16path/filepath: add IsLocalDamien Neil
2022-11-09path/filepath: detect all forms of \\ volume paths on WindowsDamien Neil
2022-09-14path/filepath: document that WalkDir uses OS pathsIan Lance Taylor
2022-08-25path/filepath, io/fs: add SkipAllPaschalis Tsilias
2022-05-24path/filepath: do not remove prefix "." when following path contains ":".Yasuhiro Matsumoto
2022-04-11all: gofmt main repoRuss Cox
2022-04-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2022-03-28io/fs, path/filepath: honor SkipDir on second WalkDirFunc error callIan Lance Taylor
2021-05-02path/filepath: fix documentation typo (was "each each")Vitaly Zdanevich
2021-03-25path/filepath: make Rel handle Windows UNC shareAman Gupta
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-20all: update references to symbols moved from os to io/fsRuss Cox
2019-11-20path: minor changes to improve documentation for JoinEric Rutherford
2019-02-20path/filepath: revert "fix Windows-specific Clean bug"Ian Lance Taylor
2018-09-29path/filepath: fix Windows-specific Clean bugQtRoS
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-07-18filepath: updates doc to give case where WalkFunc info arg may be nilJack
2017-09-25path/filepath: ensure Walk report unreadable directories onceWei Congrui
2017-06-14path, path/filepath: clarify and cross-reference packagesBrad Fitzpatrick
2017-02-04path/filepath: ignore dot for Dir(`\\server\share`)Yasuhiro Matsumoto
2016-10-12path/filepath: remove unneeded doc statement for SplitListDmitri Shuralyov
2016-08-25path/filepath: don't return SkipDir at topIan Lance Taylor
2016-07-07path/filepath: fix typo in commentIan Lance Taylor
2016-07-06path/filepath: document Clean behavior for each functionIan Lance Taylor
2016-03-06Rewrite leftover references to plan9.bell-labs.com to 9p.io.Muhammed Uluyol
2016-03-02all: single space after period.Brad Fitzpatrick
2015-11-17path/filepath: in Rel use case-insensitive comparison on WindowsMohit Agarwal
2015-11-17path/filepath: include the original paths in error messagesMohit Agarwal
2015-11-12path/filepath: in Rel use case-insensitive comparison on WindowsYasuhiro Matsumoto
2015-06-29path/filepath: document and test behavior of SkipDir on filesRuss Cox
2015-03-11path/filepath: clarify the package doc about '/' in returned results.Hyang-Ah (Hana) Kim
2015-01-20path/filepath: make Join handle UNC paths on WindowsEmil Hessman
2014-12-18path/filepath: remove named result parameter for VolumeNameEmil Hessman