summaryrefslogtreecommitdiff
path: root/src/common/fs/file.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* general: Fix clang/gcc build errorsGravatar ameerj2022-03-201-0/+1
* common: Reduce unused includesGravatar ameerj2022-03-191-2/+0
* common: fs: file: Revert Flush to its previous behavior and add CommitGravatar Morph2021-07-061-2/+24
* common: fs: file: Flush the file in GetSizeGravatar Morph2021-07-061-0/+3
* common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFileGravatar Morph2021-06-221-2/+2
* Merge pull request #6460 from Morph1984/fs-access-log-fixGravatar Morph2021-06-161-4/+0
|\
| * common: fs: file: Remove redundant call to WriteStringToFileGravatar Morph2021-06-161-4/+0
* | common: fs: file: Flush the file to the disk when Flush() is calledGravatar Morph2021-06-131-1/+5
|/
* common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph2021-05-251-0/+392