index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
path
/
filepath
/
path.go
Age
Commit message (
Expand
)
Author
2025-10-21
path/filepath: reword documentation for Rel
Matt T. Proud
2025-10-08
path/filepath: return cleaned path from Rel
Federico Guerinoni
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2024-04-26
path/filepath, internal/filepathlite: move parts of filepath to filepathlite
Damien Neil
2024-04-26
all: rename internal/safefilepath to internal/filepathlite
Damien Neil
2024-02-26
path/filepath: add Localize
Damien Neil
2024-01-09
io/fs,path/filepath: fix typo in SkipAll/SkipDir doc
Roger Peppe
2023-11-23
path: add available godoc link
cui fliter
2023-11-07
path/filepath: fix various issues in parsing Windows paths
Damien Neil
2023-09-29
path/filepath: reuse os.ReadDir
Daniel Martí
2023-09-12
io/fs, path/filepath, cmd/gofmt: replace statDirEntry with fs.FileInfoToDirEntry
mstmdev
2023-08-08
path/filepath: don't drop .. elements when cleaning invalid Windows paths
Damien Neil
2023-05-04
all: add String for fs.{FileInfo,DirEntry} implementations
Ian Lance Taylor
2023-03-25
all: add a few links in package godocs
Daniel Martí
2023-02-21
path/filepath: document that Clean does not change Windows volume names
Damien Neil
2023-02-14
path/filepath: do not Clean("a/../c:/b") into c:\b on Windows
Damien Neil
2022-11-16
path/filepath: add IsLocal
Damien Neil
2022-11-09
path/filepath: detect all forms of \\ volume paths on Windows
Damien Neil
2022-09-14
path/filepath: document that WalkDir uses OS paths
Ian Lance Taylor
2022-08-25
path/filepath, io/fs: add SkipAll
Paschalis Tsilias
2022-05-24
path/filepath: do not remove prefix "." when following path contains ":".
Yasuhiro Matsumoto
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-05
all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments
Russ Cox
2022-03-28
io/fs, path/filepath: honor SkipDir on second WalkDirFunc error call
Ian Lance Taylor
2021-05-02
path/filepath: fix documentation typo (was "each each")
Vitaly Zdanevich
2021-03-25
path/filepath: make Rel handle Windows UNC share
Aman Gupta
2020-11-06
io/fs: add WalkDir
Russ Cox
2020-11-06
path/filepath: add WalkDir
Russ Cox
2020-11-05
path/filepath: revert "add WalkDir"
Dmitri Shuralyov
2020-11-04
path/filepath: add WalkDir
Russ Cox
2020-10-20
all: update references to symbols moved from os to io/fs
Russ Cox
2019-11-20
path: minor changes to improve documentation for Join
Eric Rutherford
2019-02-20
path/filepath: revert "fix Windows-specific Clean bug"
Ian Lance Taylor
2018-09-29
path/filepath: fix Windows-specific Clean bug
QtRoS
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
2018-07-18
filepath: updates doc to give case where WalkFunc info arg may be nil
Jack
2017-09-25
path/filepath: ensure Walk report unreadable directories once
Wei Congrui
2017-06-14
path, path/filepath: clarify and cross-reference packages
Brad Fitzpatrick
2017-02-04
path/filepath: ignore dot for Dir(`\\server\share`)
Yasuhiro Matsumoto
2016-10-12
path/filepath: remove unneeded doc statement for SplitList
Dmitri Shuralyov
2016-08-25
path/filepath: don't return SkipDir at top
Ian Lance Taylor
2016-07-07
path/filepath: fix typo in comment
Ian Lance Taylor
2016-07-06
path/filepath: document Clean behavior for each function
Ian Lance Taylor
2016-03-06
Rewrite leftover references to plan9.bell-labs.com to 9p.io.
Muhammed Uluyol
2016-03-02
all: single space after period.
Brad Fitzpatrick
2015-11-17
path/filepath: in Rel use case-insensitive comparison on Windows
Mohit Agarwal
2015-11-17
path/filepath: include the original paths in error messages
Mohit Agarwal
2015-11-12
path/filepath: in Rel use case-insensitive comparison on Windows
Yasuhiro Matsumoto
2015-06-29
path/filepath: document and test behavior of SkipDir on files
Russ Cox
2015-03-11
path/filepath: clarify the package doc about '/' in returned results.
Hyang-Ah (Hana) Kim
[next]