aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/vfs.cpp
AgeCommit message (Expand)Author
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-09-14vfs: Partially implement GetFileTimeStampRawMorph
2021-06-13general: Remove extraneous includesMorph
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2020-12-10vfs: Use existing type aliases consistentlyLioncash
2020-09-22General: Make use of std::nullopt where applicableLioncash
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash
2018-11-30file_sys: Override missing mutating functions to be stubbed out for ReadOnlyV...Lioncash
2018-11-30service/fsp_srv: Implement CleanDirectoryRecursivelyLioncash
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
2018-10-24vfs: Handle failure of file reading within VfsRawCopy()Lioncash
2018-09-25vfs/etc: Append std:: to size_t usagesLioncash
2018-09-23fsmitm: Cleanup and modernize fsmitm portZach Hilman
2018-09-21vfs: Add and rewite VfsRawCopy functionsZach Hilman
2018-09-21vfs: Add GetEntries methodZach Hilman
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-23vfs: Add GetOrCreateDirectoryRelative methodZach Hilman
2018-08-21vfs: Replace mode.h include with forward declarations where applicableLioncash
2018-08-12vfs: Use sanitized paths within MoveFile() and MoveDirectory()Lioncash
2018-08-08vfs: Add VfsFilesystem interface and default implementationZach Hilman
2018-08-01Make XCI comply to review and style guidelinesZach Hilman
2018-08-01Remove files that are not usedZach Hilman
2018-07-27RomFS ExtractionZach Hilman
2018-07-22file_util, vfs: Use std::string_view where applicableLioncash
2018-07-20vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by ...Lioncash
2018-07-18vfs: Deduplicate accumulation code in VfsDirectory's GetSize()Lioncash
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman
2018-07-07Revert "Virtual Filesystem (#597)"bunnei
2018-07-06Virtual Filesystem (#597)Zach Hilman