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
/
os
/
root.go
Age
Commit message (
Expand
)
Author
2025-05-30
os: add implementation of fs.ReadLinkFS to *rootFS
Roxy Light
2025-05-21
os: add Root.ReadFile and Root.WriteFile
Damien Neil
2025-05-21
os: add Root.MkdirAll
Damien Neil
2025-05-21
os: add Root.RemoveAll
Damien Neil
2025-05-06
os: avoid escape from Root via paths ending in ../
Damien Neil
2025-03-28
os: add Root.Symlink
Damien Neil
2025-03-24
os: add Root.Link
Damien Neil
2025-03-20
os: add Root.Rename
Damien Neil
2025-03-20
os: fix typos in comments
Kir Kolyshkin
2025-03-19
os: add Root.Readlink
Damien Neil
2025-03-19
os: add Root.Lchown
Damien Neil
2025-03-18
os: add Root.Chtimes
Damien Neil
2025-03-15
os: use slices.Clone
Tobias Klauser
2025-03-06
os: more godoc links
Olivier Mengué
2025-03-04
os: guarantee min buffer size for ReadFile reads on /proc-like files
Brad Fitzpatrick
2025-02-18
os: document that OpenRoot follows symlinks
Damien Neil
2025-02-13
os: add Root.Chown
Damien Neil
2025-02-10
os: add Root.Chmod
Damien Neil
2025-02-10
os: hide SetFinalizer from users of Root
Michael Anthony Knyszek
2024-11-21
os: drop unnecessary trailing . from symlink targets
Damien Neil
2024-11-20
os: add OpenInRoot
Damien Neil
2024-11-20
os: add Root.FS
Damien Neil
2024-11-20
os: add Root.Stat and Root.Lstat
Damien Neil
2024-11-20
os: add Root.Remove
Damien Neil
2024-11-20
os: add Root
Damien Neil