aboutsummaryrefslogtreecommitdiff
path: root/src/os/file.go
AgeCommit message (Expand)Author
2025-07-18os: revert the use of AddCleanup to close files and rootsCarlos Amedee
2025-07-10os: trivial comment fixJakob Borg
2025-04-24os,internal/poll: disassociate handle from IOCP in File.Fdqmuntal
2025-04-04os: support overlapped IO with NewFileqmuntal
2025-03-06os: more godoc linksOlivier Mengué
2025-03-04os: guarantee min buffer size for ReadFile reads on /proc-like filesBrad Fitzpatrick
2025-02-13os: consolidate and clarify File.Fd docsIan Lance Taylor
2025-02-03io/fs: add ReadLinkFS interfaceRoxy Light
2024-11-20os: add Root.FSDamien Neil
2024-11-20os: add RootDamien Neil
2024-11-19Revert "os: check for valid Windows path when creating files"George Adams
2024-10-29os: check for valid Windows path when creating filesGeorge Adams
2024-10-18os: add precondition doc for Create and OpenFilexieyuschen
2024-08-22os: improve Windows fixLongPathKir Kolyshkin
2024-08-02os: clarify Rename docs for renaming to a directoryIan Lance Taylor
2024-07-24os: document CopyFS behavior for symlinks in destinationDamien Neil
2024-07-22os: check relative paths in UserConfigDir and UserCacheDirrhysd
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