summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/content_archive.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* am: use applet program loading for tested versionsLiam2024-02-101-0/+1
* vfs: Move vfs files to their own directoryFearlessTobi2024-01-251-1/+1
* vfs: expand support for NCA readingLiam2023-08-151-61/+5
* general: fix spelling mistakesLiam2023-03-121-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* vfs: Use existing type aliases consistentlyLioncash2020-12-101-4/+4
* file_sys: Replace inclusions with forward declarations where applicableLioncash2020-08-231-1/+1
* key_manager: Correct casing of instance()Lioncash2020-07-011-1/+1
* crypto: Make KeyManager a singleton classFearlessTobi2020-05-201-3/+2
* content_archive: Add accessors for Rights ID and SDK VersionZach Hilman2019-09-211-0/+2
* file_sys/content_archive: Amend name of Data_Unknown5 enum entryLioncash2019-03-191-1/+14
* content_archive: Add getter for logo section of NCAZach Hilman2019-01-151-0/+10
* content_archive: Add optional KeyManager parameter to constructorZach Hilman2018-11-021-1/+2
* global: Use std::optional instead of boost::optional (#1578)Frederic L2018-10-301-3/+4
* vfs: Remove InterpretAsDirectory and related functionsZach Hilman2018-10-191-3/+0
* content_archive: Make IsValidNCA() an internally linked functionLioncash2018-10-161-2/+0
* content_archive: Split loading into separate functionsLioncash2018-10-161-3/+12
* content_archive: Pass and take NCASectionHeader instance by referenceLioncash2018-10-161-1/+1
* file-sys: Default heavy-weight class destructors in the cpp fileLioncash2018-09-201-0/+2
* bktr: Implement IVFC offset shiftingZach Hilman2018-09-041-1/+6
* content_archive: Add BKTR header parsing to NCAZach Hilman2018-09-041-4/+4
* file_sys: Replace includes with forward declarations where applicableLioncash2018-09-041-3/+5
* content_archive: Add update title detectionZach Hilman2018-08-241-0/+3
* registration: Add Data_Unknown5 NCAContentTypeZach Hilman2018-08-201-0/+1
* loader: Add more descriptive errorsZach Hilman2018-08-101-2/+3
* Merge pull request #850 from DarkLordZach/icon-metabunnei2018-08-081-0/+1
|\
| * loader: Add icon and title support to XCIZach Hilman2018-08-071-0/+1
* | content_archive: Add support for titlekey cryptographyZach Hilman2018-08-041-0/+2
|/
* Use ErrorEncrypted where applicable and fix no keys crashZach Hilman2018-08-011-2/+2
* Add missing includes and use const where applicableZach Hilman2018-08-011-5/+6
* Make XCI comply to review and style guidelinesZach Hilman2018-08-011-2/+3
* Extract mbedtls to cpp fileZach Hilman2018-08-011-1/+2
* Remove files that are not usedZach Hilman2018-08-011-6/+20
* content_archive: Make IsDirectoryExeFS() take a shared_ptr as a const referenceLioncash2018-07-191-1/+1
* content_archive: Add missing standard includesLioncash2018-07-191-0/+5
* Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-0/+95
* Revert "Virtual Filesystem (#597)"bunnei2018-07-081-89/+0
* Virtual Filesystem (#597)Zach Hilman2018-07-061-0/+89