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
/
dir.go
Age
Commit message (
Expand
)
Author
2025-03-07
os: remove unused testingForceReadDirLstat
Tobias Klauser
2025-02-03
io/fs: add ReadLinkFS interface
Roxy Light
2024-12-30
os: mention fsys modifications during CopyFS
Sean Liao
2024-08-16
os: use O_EXCL instead of O_TRUNC in CopyFS to disallow rewriting existing files
Andy Pan
2024-07-24
os: document CopyFS behavior for symlinks in destination
Damien Neil
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2024-04-26
all: rename internal/safefilepath to internal/filepathlite
Damien Neil
2024-03-16
os: don't try to make the directory FD non-blocking in os.ReadDir
Peter Collingbourne
2024-02-26
os: add available godoc link
cui fliter
2024-02-26
path/filepath: add Localize
Damien Neil
2024-02-23
os: implement CopyFS
Andy Pan
2020-12-02
os: add ReadFile, WriteFile, CreateTemp (was TempFile), MkdirTemp (was TempDi...
Russ Cox
2020-11-04
os: avoid nil returns from Readdirnames, Readdir, ReadDir
Russ Cox
2020-10-20
io/fs: add FS, File, ReadDirFile; move DirEntry from os
Russ Cox
2020-10-20
os: add File.ReadDir method and DirEntry type
Russ Cox
2019-08-02
os: change Readdirnames doc to follow that of Readdir
Ian Lance Taylor
2016-08-16
os: consolidate files
Hiroshi Ioka