aboutsummaryrefslogtreecommitdiff
path: root/src/os/file.go
AgeCommit message (Expand)Author
2024-04-26all: rename internal/safefilepath to internal/filepathliteDamien Neil
2024-04-15os: make File.Readdir et al concurrency-safeAlan Donovan
2024-04-01os: support relative paths in fixLongPathqmuntal
2024-03-16os: don't try to make the directory FD non-blocking in os.ReadDirPeter Collingbourne
2024-02-26os: add available godoc linkcui fliter
2024-02-26path/filepath: add LocalizeDamien Neil
2023-12-07os: document Readlink behavior for relative linksBryan C. Mills
2023-11-27io/fs, os: unify PathError.Path for dirFS.{ReadFile, ReadDir}Jes Cok
2023-11-17net,os: arrange zero-copy of os.File and net.TCPConn to net.UnixConnAndy Pan
2023-11-01os: fix PathError.Op for dirFS.OpenJoe Tsai
2023-07-25os: ReadFile: don't check for re-allocation in the first iterationJabar Asadi
2023-07-20os: remove unused containsAnyTobias Klauser
2023-05-24os: add dirFs.ReadDir to implement fs.ReadDirFS for DirFSTobias Klauser
2023-05-24os: implement fs.ReadFileFS for DirFSSean Liao
2023-03-15os: don't hide all methods in recursive call to io.CopyIan Lance Taylor
2023-03-13os: correct func name in WriteFile godoc commentTobias Klauser
2023-02-27os: ensure File.ReadFrom returns ErrClosed instead of the internal poll.ErrFi...Andy Pan
2023-01-31os: allow $HOME to not exist in TestUserHomeDirBryan C. Mills
2023-01-17os: document that Rename is not atomic on non-Unix platformsAlan Donovan
2022-12-06os, net/http: avoid escapes from os.DirFS and http.Dir on WindowsDamien Neil
2022-11-14os,syscall: File.Stat to use file handle for directories on Windowsqmuntal
2022-11-10os: document that WriteFile is not atomicRichard Tweed
2022-11-09os: remove special casing of NUL in Windows file operationsDamien Neil
2022-10-28os: don't include DirFS argument in DirFS errorsIan Lance Taylor
2022-10-06os: if dirFS.Open fails, undo use of backslashes in error messageIan Lance Taylor
2022-10-02os: use backslashes for DirFS on WindowsIan Lance Taylor
2022-09-08os: use unsafe.{Slice,StringData} instead of unsafeheader packageTobias Klauser
2022-06-07os: document that Chdir affects fs.FS returned by DirFS with a relative pathDan Kortschak
2022-04-11all: gofmt main repoRuss Cox
2022-03-26os: document DirFS implements fs.StatFShopehook
2021-11-09os: clarify that File.{Read,Write} use the bufferIan Lance Taylor
2021-04-06os: implement fs.StatFS for os.DirFSCharlie Moog
2021-02-25os: avoid allocation in File.WriteStringJosh Bleecher Snyder
2021-02-11io/fs: allow backslash in ValidPath, reject in os.DirFS.OpenRuss Cox
2020-12-04io/fs: add SubRuss Cox
2020-12-02os: add ReadFile, WriteFile, CreateTemp (was TempFile), MkdirTemp (was TempDi...Russ Cox
2020-11-30os: return proper user directories on iOSChris Waldon
2020-10-20os: add DirFSRuss Cox
2020-10-20os: use keyed literals for PathErrorRuss Cox
2020-08-19os, internal/poll: loop on EINTR for all file syscallsIan Lance Taylor
2020-05-24os: use same link in UserCacheDir/UserConfigDir docmatsuyoshi
2020-04-28os, internal/poll, internal/syscall/unix: use copy_file_range on LinuxAndrei Tudor Călin
2020-04-25os, net: define and use os.ErrDeadlineExceededIan Lance Taylor
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2020-01-06os: document that File.Seek works on directories, but not portablyBrad Fitzpatrick
2019-11-25os: fix broken comment's linkskanehira
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-09-08all: fix typosAinar Garipov
2019-08-29os: return an error when the argument of Mkdir on Windows is os.DevNullConstantin Konstantinidis
2019-07-23os: document File's concurrent operation resource limitsEmmanuel T Odeke