summaryrefslogtreecommitdiff
path: root/src/core/file_sys
AgeCommit message (Expand)Author
2018-07-23Merge pull request #785 from lioncash/fsbunnei
2018-07-23VFS Regression and Accuracy Fixes (#776)Zach Hilman
2018-07-23partition_filesystem: Use std::move where applicableLioncash
2018-07-23NRO Assets and NACP file formatZach Hilman
2018-07-22vfs: Correct file_p variable usage within InterpretAsDirectory()Lioncash
2018-07-22file_util, vfs: Use std::string_view where applicableLioncash
2018-07-21file_util: Use a u64 to represent number of entriesLioncash
2018-07-21Merge pull request #754 from lioncash/partbunnei
2018-07-21Merge pull request #755 from lioncash/ctorbunnei
2018-07-20file_sys/errors: Remove redundant object constructor callsLioncash
2018-07-20vfs_real: Remove redundant copying of std::vector instances in GetFiles() and...Lioncash
2018-07-20partition_filesystem, vfs_real: Add missing standard includesLioncash
2018-07-20partition_filesystem, vfs_real: Use std::move in ReplaceFileWithSubdirectory(...Lioncash
2018-07-20partition_filesystem, vfs_real: Use std::distance() instead of subtractionLioncash
2018-07-20vfs_offset: Simplify TrimToFit()Lioncash
2018-07-20vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by ...Lioncash
2018-07-20vfs: Use variable template variants of std::is_trivially_copyableLioncash
2018-07-20vfs: Amend constness on pointers in WriteBytes() and WriteArrays() member fun...Lioncash
2018-07-20Merge pull request #737 from lioncash/movebunnei
2018-07-20vfs_offset: std::move file and name parameters of OffsetVfsFileLioncash
2018-07-19partition_filesystem: Return pfs_dirs member variable within GetSubdirectories()Lioncash
2018-07-19Merge pull request #703 from lioncash/constbunnei
2018-07-19Merge pull request #702 from lioncash/initializebunnei
2018-07-19Merge pull request #701 from lioncash/movingbunnei
2018-07-18savedata_factory: Make SaveDataDescriptor's DebugInfo() function a const memb...Lioncash
2018-07-18partition_filesystem: Ensure all class members of PartitionFilesystem are ini...Lioncash
2018-07-18content_archive: Make IsDirectoryExeFS() take a shared_ptr as a const referenceLioncash
2018-07-18content_archive: Add missing standard includesLioncash
2018-07-18content_archive: std::move VirtualFile in NCA's constructorLioncash
2018-07-18vfs: Deduplicate accumulation code in VfsDirectory's GetSize()Lioncash
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman
2018-07-17General Filesystem and Save Data Fixes (#670)Zach Hilman
2018-07-14FileSys: Append the requested path to the filesystem base path in DeleteFile.Subv
2018-07-11Merge pull request #559 from Subv/mount_savedatabunnei
2018-07-08savedata_factory: Always create a save directory for games.bunnei
2018-07-07Revert "Virtual Filesystem (#597)"bunnei
2018-07-06Virtual Filesystem (#597)Zach Hilman
2018-07-02Update clang formatJames Rowe
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-06-21Add support for decrypted NCA files (#567)Zach Hilman
2018-06-20Build: Fixed some MSVC warnings in various parts of the code.Subv
2018-06-18Services/FS: Return the correct error code when trying to mount a nonexistent...Subv
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash
2018-04-25file-sys: convert a StringFromFormat call into fmt::format in GetFullPath()Lioncash
2018-04-25file-sys: Move logging macros over to the new fmt-capable onesLioncash
2018-04-24Service/FS: implement IFileSystem::RenameFilemailwl
2018-04-19disk_filesystem: Remove unused total_entries_in_directory member from Disk_Di...Lioncash
2018-04-19disk_filesystem: Remove redundant initializer in Disk_Directory's constructorLioncash
2018-04-19disk_filesystem: Make constructors explicit where applicableLioncash
2018-04-17file_sys: Use NGLOGshinyquagsire23