summaryrefslogtreecommitdiff
path: root/src/core/file_sys
AgeCommit message (Expand)Author
2018-08-09Merge pull request #990 from lioncash/entrybunnei
2018-08-08vfs: Fix documentationZach Hilman
2018-08-08vfs: Fix typo in VfsFilesystem docsZach Hilman
2018-08-08file_util: Use enum instead of bool for specifing path behaviorZach Hilman
2018-08-08vfs: Use RealVfsFilesystem for fs-operations in RealVfsDirectoryZach Hilman
2018-08-08file_sys: Add missing include in savedata_factoryZach Hilman
2018-08-08vfs: Add unreachable assert to file permissions converterZach Hilman
2018-08-08vfs: Add RealVfsFilesystem implementationZach Hilman
2018-08-08vfs: Add VfsFilesystem interface and default implementationZach Hilman
2018-08-08fsp_srv: Use std::string_view's copy() function instead of strncpy()Lioncash
2018-08-08Merge pull request #850 from DarkLordZach/icon-metabunnei
2018-08-06loader: Add icon and title support to XCIZach Hilman
2018-08-06Use const where applicableZach Hilman
2018-08-06Avoid parsing RomFS to directory in NCAZach Hilman
2018-08-04content_archive: Add support for titlekey cryptographyZach Hilman
2018-08-04Merge pull request #849 from DarkLordZach/xcibunnei
2018-08-02vfs_vector: Remove unused variable in FindAndRemoveVectorElement()Lioncash
2018-08-02vfs_vector: Avoid unnecessary copies where applicableLioncash
2018-08-01Add missing parameter to files.push_back()Zach Hilman
2018-08-01Use more descriptive error codes and messagesZach Hilman
2018-08-01Use ErrorEncrypted where applicable and fix no keys crashZach Hilman
2018-08-01Add missing includes and use const where applicableZach Hilman
2018-08-01Make XCI comply to review and style guidelinesZach Hilman
2018-08-01Extract mbedtls to cpp fileZach Hilman
2018-08-01Remove files that are not usedZach Hilman
2018-07-29partition_filesystem: Remove dynamic_cast in PrintDebugInfo()Lioncash
2018-07-27RomFS ExtractionZach Hilman
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