summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/submission_package.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-11-04core: Remove unused includesameerj1-1/+0
2021-07-20file_sys: Support load game collection (#6582)Feng Chen1-35/+36
2021-05-16core: Make variable shadowing a compile-time errorLioncash1-2/+2
2021-05-02file_sys: Resolve cases of variable shadowingLioncash1-4/+4
2020-11-25core: loader: Implement support for loading indexed programs.bunnei1-3/+3
2020-09-24submission_package: Fix updates integrated into cartridge images.Morph1-3/+22
2020-09-18submission_package: Account for multi-content NSPsMorph1-5/+5
2020-08-23file_sys: Replace inclusions with forward declarations where applicableLioncash1-1/+1
2020-07-18file_sys/nsp: Make SetTicketKeys actually do somethingFearlessTobi1-32/+29
2020-07-01key_manager: Correct casing of instance()Lioncash1-1/+1
2020-05-20crypto: Make KeyManager a singleton classFearlessTobi1-2/+2
2019-09-21submisson_package: Fix edge case with improperly sized filenamesZach Hilman1-1/+2
2019-07-01file_sys/submission_package: Don't warn about missing DeltaFragment NCAsBakugo1-4/+7
2019-06-12common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash1-5/+8
2019-06-10nsp: Correct status codes for extracted NSPsZach Hilman1-0/+5
2019-06-10nsp: Use title ID from NPDM metadata for extracted type NSPsZach Hilman1-0/+21
2019-03-27core: Port current uses of RegisteredCache to ContentProviderZach Hilman1-6/+7
2018-11-02file_sys: Use common KeyManager in NCA container typesZach Hilman1-1/+1
2018-10-19vfs: Remove InterpretAsDirectory and related functionsZach Hilman1-4/+0
2018-10-05romfs_factory: Extract packed update setter to new functionZach Hilman1-1/+4
2018-10-03submission_package: Avoid dangling std::string_view within SetTicketKeys()Lioncash1-2/+5
2018-10-03submission_package: Correct location of null check within SetTicketKeys()Lioncash1-3/+6
2018-10-03submission_package: Use std::string's rfind() when looking for the extension in InitializeExeFSAndRomFS()Lioncash1-1/+1
2018-10-03submission_package: Ensure the 'extracted' member variable is always initializedLioncash1-2/+0
2018-10-03submission_package: Move ExeFS and RomFS initialization to its own functionLioncash1-10/+17
2018-10-03submission_package: Move NCA reading code to its own functionLioncash1-43/+46
2018-10-03submission_package: Move ticket key setting to its own functionLioncash1-21/+28
2018-10-03submission_package: Invert conditionals within NSP's constructor to reduce nestingLioncash1-45/+49
2018-09-05file_sys/submission_package: Correct constructor initialization list orderLioncash1-2/+2
2018-09-05file_sys/submission_package: Replace includes with forward declarations where applicableLioncash1-1/+7
2018-09-04nsp: Fix error masking issue with XCI filesZach Hilman1-1/+4
2018-09-04main: Only show DRD deprecation warning onceZach Hilman1-0/+1
2018-09-04nsp: Comply with style and performance guidelinesZach Hilman1-24/+33
2018-09-04file_sys: Add Nintendo Submission Package (NSP)Zach Hilman1-0/+226