summaryrefslogtreecommitdiff
path: root/src/common/fs
AgeCommit message (Expand)Author
2021-07-06common: fs: file: Revert Flush to its previous behavior and add CommitMorph
2021-07-06common: fs: file: Flush the file in GetSizeMorph
2021-06-22common: fs: Add a description of a regular file in IsFileMorph
2021-06-22common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFileMorph
2021-06-22common: fs: file: Remove [[nodiscard]] attribute from FlushMorph
2021-06-22common: fs: Remove [[nodiscard]] attribute on Remove* functionsMorph
2021-06-16Merge pull request #6460 from Morph1984/fs-access-log-fixMorph
2021-06-16common: fs: file: Remove redundant call to WriteStringToFileMorph
2021-06-15Merge pull request #6462 from Morph1984/proper-flushbunnei
2021-06-13common: fs: file: Flush the file to the disk when Flush() is calledMorph
2021-06-12common: fs: Use the normal directory iterator in *Recursively functionsMorph
2021-06-08common/fs/path_util: Remove [[nodiscard]] from function with void returnLioncash
2021-06-02common: fs: fs_util: Move PathToUTF8String to fs_utilMorph
2021-06-02common: fs: fs_util: Add more string conversion functionsMorph
2021-05-28common/fs/file: Explicitly delete copy constructorsLioncash
2021-05-28common/fs/file: Devirtualize destructorLioncash
2021-05-28common/fs/file: Default initialize IOFile membersLioncash
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph