summaryrefslogtreecommitdiff
path: root/src/core/file_sys/content_archive.h
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-02-10am: use applet program loading for tested versionsLiam
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi
2023-08-15vfs: expand support for NCA readingLiam
2023-03-12general: fix spelling mistakesLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2020-12-10vfs: Use existing type aliases consistentlyLioncash
2020-08-23file_sys: Replace inclusions with forward declarations where applicableLioncash
2020-07-01key_manager: Correct casing of instance()Lioncash
2020-05-20crypto: Make KeyManager a singleton classFearlessTobi
2019-09-21content_archive: Add accessors for Rights ID and SDK VersionZach Hilman
2019-03-19file_sys/content_archive: Amend name of Data_Unknown5 enum entryLioncash
2019-01-15content_archive: Add getter for logo section of NCAZach Hilman
2018-11-01content_archive: Add optional KeyManager parameter to constructorZach Hilman
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
2018-10-19vfs: Remove InterpretAsDirectory and related functionsZach Hilman
2018-10-16content_archive: Make IsValidNCA() an internally linked functionLioncash
2018-10-16content_archive: Split loading into separate functionsLioncash
2018-10-16content_archive: Pass and take NCASectionHeader instance by referenceLioncash
2018-09-19file-sys: Default heavy-weight class destructors in the cpp fileLioncash
2018-09-04bktr: Implement IVFC offset shiftingZach Hilman
2018-09-04content_archive: Add BKTR header parsing to NCAZach Hilman
2018-09-03file_sys: Replace includes with forward declarations where applicableLioncash
2018-08-23content_archive: Add update title detectionZach Hilman
2018-08-20registration: Add Data_Unknown5 NCAContentTypeZach Hilman
2018-08-09loader: Add more descriptive errorsZach Hilman
2018-08-08Merge pull request #850 from DarkLordZach/icon-metabunnei
2018-08-06loader: Add icon and title support to XCIZach Hilman
2018-08-04content_archive: Add support for titlekey cryptographyZach 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-18content_archive: Make IsDirectoryExeFS() take a shared_ptr as a const referenceLioncash
2018-07-18content_archive: Add missing standard includesLioncash
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman
2018-07-07Revert "Virtual Filesystem (#597)"bunnei
2018-07-06Virtual Filesystem (#597)Zach Hilman