summaryrefslogtreecommitdiff
path: root/src/core/file_sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* loader: Add more descriptive errorsGravatar Zach Hilman2018-08-095-35/+95
* Merge pull request #990 from lioncash/entryGravatar bunnei2018-08-091-3/+9
|\
| * fsp_srv: Use std::string_view's copy() function instead of strncpy()Gravatar Lioncash2018-08-081-3/+9
* | vfs: Fix documentationGravatar Zach Hilman2018-08-081-2/+2
* | vfs: Fix typo in VfsFilesystem docsGravatar Zach Hilman2018-08-081-1/+1
* | file_util: Use enum instead of bool for specifing path behaviorGravatar Zach Hilman2018-08-081-17/+27
* | vfs: Use RealVfsFilesystem for fs-operations in RealVfsDirectoryGravatar Zach Hilman2018-08-081-2/+10
* | file_sys: Add missing include in savedata_factoryGravatar Zach Hilman2018-08-081-0/+1
* | vfs: Add unreachable assert to file permissions converterGravatar Zach Hilman2018-08-081-1/+3
* | vfs: Add RealVfsFilesystem implementationGravatar Zach Hilman2018-08-082-81/+290
* | vfs: Add VfsFilesystem interface and default implementationGravatar Zach Hilman2018-08-082-3/+211
|/
* Merge pull request #850 from DarkLordZach/icon-metaGravatar bunnei2018-08-084-0/+13
|\
| * loader: Add icon and title support to XCIGravatar Zach Hilman2018-08-063-0/+6
| * Use const where applicableGravatar Zach Hilman2018-08-061-1/+1
| * Avoid parsing RomFS to directory in NCAGravatar Zach Hilman2018-08-061-0/+7
* | content_archive: Add support for titlekey cryptographyGravatar Zach Hilman2018-08-042-7/+39
|/
* Merge pull request #849 from DarkLordZach/xciGravatar bunnei2018-08-046-44/+446
|\
| * Add missing parameter to files.push_back()Gravatar Zach Hilman2018-08-011-5/+5
| * Use more descriptive error codes and messagesGravatar Zach Hilman2018-08-011-2/+8
| * Use ErrorEncrypted where applicable and fix no keys crashGravatar Zach Hilman2018-08-013-17/+33
| * Add missing includes and use const where applicableGravatar Zach Hilman2018-08-014-9/+14
| * Make XCI comply to review and style guidelinesGravatar Zach Hilman2018-08-014-45/+30
| * Extract mbedtls to cpp fileGravatar Zach Hilman2018-08-011-1/+2
| * Remove files that are not usedGravatar Zach Hilman2018-08-016-36/+425
* | vfs_vector: Remove unused variable in FindAndRemoveVectorElement()Gravatar Lioncash2018-08-021-2/+2
* | vfs_vector: Avoid unnecessary copies where applicableGravatar Lioncash2018-08-021-2/+5
|/
* partition_filesystem: Remove dynamic_cast in PrintDebugInfo()Gravatar Lioncash2018-07-291-3/+2
* RomFS ExtractionGravatar Zach Hilman2018-07-2711-20/+347
* Merge pull request #785 from lioncash/fsGravatar bunnei2018-07-231-3/+3
|\
| * partition_filesystem: Use std::move where applicableGravatar Lioncash2018-07-231-3/+3
* | VFS Regression and Accuracy Fixes (#776)Gravatar Zach Hilman2018-07-232-20/+33
|/
* NRO Assets and NACP file formatGravatar Zach Hilman2018-07-232-0/+123
* vfs: Correct file_p variable usage within InterpretAsDirectory()Gravatar Lioncash2018-07-221-2/+5
* file_util, vfs: Use std::string_view where applicableGravatar Lioncash2018-07-226-89/+150
* file_util: Use a u64 to represent number of entriesGravatar Lioncash2018-07-211-3/+3
* Merge pull request #754 from lioncash/partGravatar bunnei2018-07-212-8/+20
|\
| * vfs_real: Remove redundant copying of std::vector instances in GetFiles() and...Gravatar Lioncash2018-07-201-2/+3
| * partition_filesystem, vfs_real: Add missing standard includesGravatar Lioncash2018-07-202-0/+4
| * partition_filesystem, vfs_real: Use std::move in ReplaceFileWithSubdirectory(...Gravatar Lioncash2018-07-202-2/+3
| * partition_filesystem, vfs_real: Use std::distance() instead of subtractionGravatar Lioncash2018-07-202-4/+10
* | Merge pull request #755 from lioncash/ctorGravatar bunnei2018-07-211-8/+8
|\ \
| * | file_sys/errors: Remove redundant object constructor callsGravatar Lioncash2018-07-201-8/+8
| |/
* | vfs_offset: Simplify TrimToFit()Gravatar Lioncash2018-07-201-1/+2
* | vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by ...Gravatar Lioncash2018-07-204-4/+4
* | vfs: Use variable template variants of std::is_trivially_copyableGravatar Lioncash2018-07-201-13/+6
* | vfs: Amend constness on pointers in WriteBytes() and WriteArrays() member fun...Gravatar Lioncash2018-07-201-3/+3
|/
* Merge pull request #737 from lioncash/moveGravatar bunnei2018-07-202-3/+5
|\
| * vfs_offset: std::move file and name parameters of OffsetVfsFileGravatar Lioncash2018-07-202-3/+5
* | partition_filesystem: Return pfs_dirs member variable within GetSubdirectories()Gravatar Lioncash2018-07-191-1/+1
|/
* Merge pull request #703 from lioncash/constGravatar bunnei2018-07-192-2/+2
|\