summaryrefslogtreecommitdiff
path: root/src/core/file_sys/registered_cache.cpp
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-01-25vfs: Move vfs files to their own directoryFearlessTobi
2023-10-13fsmitm_romfsbuild: avoid unnecessary copies of vfs pointersLiam
2023-09-16registered_cache: correct file deletion caseLiam
2023-09-12qt: add verification for installed contentsLiam
2023-08-26registered_cache: create fake CNMT entries for program updates of multiprogra...liamwhite
2023-08-16file_sys: tolerate empty NCALiam
2023-08-15vfs: expand support for NCA readingLiam
2023-02-14remove static from pointer sized or smaller types for aesthetics, change cons...arades79
2023-02-14add static lifetime to constexpr values to force compile time evaluation wher...arades79
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-27registered_cache: Prevent nullptr dereference when accumulating filesMorph
2021-06-23General: Resolve fmt specifiers to adhere to 8.0.0 API where applicableLioncash
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2021-05-16main: Prevent installing base titles into NANDMorph
2021-05-02file_sys: Resolve cases of variable shadowingLioncash
2021-01-05core: Silence warnings when compiling without assertsReinUsesLisp
2020-08-23registered_cache: Make use of ends_with for string suffix checkingLioncash
2020-08-23registered_cache: Make use of designated initializersLioncash
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash
2020-08-03Merge pull request #4468 from lioncash/regcachebunnei
2020-08-03registered_cache: Resolve -Wmaybe_uninitialized warningsLioncash
2020-07-29registered_cache: Add support for removing folder ncasMorph
2020-07-16Check for empty section0 and CNMT prior to installMorph
2020-07-15Use proper install result when overwriting filesMorph
2020-07-15Remove global system instance and address feedbackMorph
2020-07-15registered_cache: Remove previous update/dlc if it exists on installMorph
2020-05-20crypto: Make KeyManager a singleton classFearlessTobi
2020-04-15CMakeLists: Specify -Wextra on linux buildsLioncash
2019-11-12core: Migrate off deprecated mbedtls functionsLioncash
2019-09-21configure_debug: Move reporting option to loggingZach Hilman
2019-09-21yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman
2019-09-21registered_cache: Process *.cnmt.nca filesZach Hilman
2019-09-21registered_cache: Implement PlaceholderCache to manage placeholder and instal...Zach Hilman
2019-07-02file_sys: Rename other ContentRecordType membersBakugo
2019-07-01file_sys/registered_cache: Improve missing metadata errorBakugo
2019-07-01file_sys/registered_cache: Ignore DeltaFragment NCAs during installationBakugo
2019-06-25glue: Correct missing bytes in ApplicationLaunchParameterZach Hilman
2019-06-24registered_cache: Add getter to determine source slot in content provider unionZach Hilman
2019-06-12common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash
2019-03-26file_sys: Create ContentProvider interface and default implementationsZach Hilman
2019-03-19file_sys/content_archive: Amend name of Data_Unknown5 enum entryLioncash
2018-12-01file_sys/registered_cache: Eliminate variable shadowingLioncash
2018-11-27file_sys/registered_cache: Use regular const references instead of std::share...Lioncash
2018-11-01file_sys: Use common KeyManager in NCA container typesZach Hilman
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
2018-10-17qt: Add support for dumping a DLC Data RomFSZach Hilman
2018-10-17registered_cache: Deduplicate results of ListEntry and ListEntryFilterZach Hilman