summaryrefslogtreecommitdiffstats
path: root/src/common/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: fs: fs_util: Add BufferToUTF8StringMorph2021-07-272-0/+15
* common: fs: file: Revert Flush to its previous behavior and add CommitMorph2021-07-062-3/+34
* common: fs: file: Flush the file in GetSizeMorph2021-07-061-0/+3
* common: fs: Add a description of a regular file in IsFileMorph2021-06-221-4/+6
* common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFileMorph2021-06-224-9/+12
* common: fs: file: Remove [[nodiscard]] attribute from FlushMorph2021-06-221-2/+2
* common: fs: Remove [[nodiscard]] attribute on Remove* functionsMorph2021-06-221-8/+8
* Merge pull request #6460 from Morph1984/fs-access-log-fixMorph2021-06-162-6/+1
|\
| * common: fs: file: Remove redundant call to WriteStringToFileMorph2021-06-162-6/+1
* | Merge pull request #6462 from Morph1984/proper-flushbunnei2021-06-161-1/+5
|\ \ | |/ |/|
| * common: fs: file: Flush the file to the disk when Flush() is calledMorph2021-06-131-1/+5
* | common: fs: Use the normal directory iterator in *Recursively functionsMorph2021-06-121-2/+16
|/
* common/fs/path_util: Remove [[nodiscard]] from function with void returnLioncash2021-06-091-1/+1
* common: fs: fs_util: Move PathToUTF8String to fs_utilMorph2021-06-024-15/+14
* common: fs: fs_util: Add more string conversion functionsMorph2021-06-022-0/+33
* common/fs/file: Explicitly delete copy constructorsLioncash2021-05-281-1/+4
* common/fs/file: Devirtualize destructorLioncash2021-05-281-1/+1
* common/fs/file: Default initialize IOFile membersLioncash2021-05-281-2/+2
* common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-2610-0/+2913