summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/content_archive.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-12content_archive: Remove unnecessary include to <ranges>ReinUsesLisp1-1/+0
2021-05-02file_sys: Resolve cases of variable shadowingLioncash1-10/+11
2021-01-15common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINITReinUsesLisp1-12/+12
2020-12-10vfs: Use existing type aliases consistentlyLioncash1-5/+7
2020-12-08core: Remove unnecessary enum casts in log callsLioncash1-8/+11
2020-10-21Revert "core: Fix clang build"bunnei1-2/+2
2020-10-18core: Fix clang buildLioncash1-2/+2
2020-09-22General: Make use of std::nullopt where applicableLioncash1-5/+5
2020-08-23file_sys: Replace inclusions with forward declarations where applicableLioncash1-2/+3
2020-08-03aes_util: Allow SetIV to be non-allocatingLioncash1-3/+4
2020-05-20crypto: Make KeyManager a singleton classFearlessTobi1-3/+2
2019-11-04common_func: Use std::array for INSERT_PADDING_* macros.bunnei1-11/+28
2019-09-21content_archive: Add accessors for Rights ID and SDK VersionZach Hilman1-0/+8
2019-06-20Update content_archive.cppjonsn0w1-2/+2
2019-01-15content_archive: Add getter for logo section of NCAZach Hilman1-0/+6
2018-11-02content_archive: Add optional KeyManager parameter to constructorZach Hilman1-2/+3
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L1-17/+16
2018-10-19vfs: Remove InterpretAsDirectory and related functionsZach Hilman1-3/+0
2018-10-16content_archive: Simpify assignment of bktr_base_romfs in the constructorLioncash1-2/+1
2018-10-16content_archive: Make IsValidNCA() an internally linked functionLioncash1-1/+1
2018-10-16content_archive: Simplify rights ID checkLioncash1-2/+2
2018-10-16content_archive: Split loading into separate functionsLioncash1-250/+278
2018-10-16content_archive: Pass and take NCASectionHeader instance by referenceLioncash1-2/+2
2018-10-13content_archive: Move get key log to Trace levelZach Hilman1-1/+1
2018-09-20file-sys: Default heavy-weight class destructors in the cpp fileLioncash1-0/+2
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-3/+3
2018-09-04bktr: Fix bucket overlap errorZach Hilman1-3/+0
2018-09-04nsp: Fix error masking issue with XCI filesZach Hilman1-2/+6
2018-09-04bktr: Implement IVFC offset shiftingZach Hilman1-4/+9
2018-09-04content_archive: Add BKTR header parsing to NCAZach Hilman1-15/+156
2018-09-04file_sys: Replace includes with forward declarations where applicableLioncash1-0/+4
2018-08-24content_archive: Add update title detectionZach Hilman1-0/+8
2018-08-23xts_encryption_layer: Implement XTSEncryptionLayerZach Hilman1-1/+1
2018-08-10loader: Add more descriptive errorsZach Hilman1-16/+70
2018-08-07loader: Add icon and title support to XCIZach Hilman1-0/+4
2018-08-04content_archive: Add support for titlekey cryptographyZach Hilman1-7/+37
2018-08-01Add missing parameter to files.push_back()Zach Hilman1-5/+5
2018-08-01Use more descriptive error codes and messagesZach Hilman1-2/+8
2018-08-01Use ErrorEncrypted where applicable and fix no keys crashZach Hilman1-15/+30
2018-08-01Add missing includes and use const where applicableZach Hilman1-2/+2
2018-08-01Make XCI comply to review and style guidelinesZach Hilman1-30/+18
2018-08-01Remove files that are not usedZach Hilman1-30/+138
2018-07-28RomFS ExtractionZach Hilman1-15/+4
2018-07-19content_archive: std::move VirtualFile in NCA's constructorLioncash1-1/+4
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-0/+167
2018-07-08Revert "Virtual Filesystem (#597)"bunnei1-164/+0
2018-07-06Virtual Filesystem (#597)Zach Hilman1-0/+164