index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
/
registered_cache.cpp
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-01-25
vfs: Move vfs files to their own directory
FearlessTobi
2023-10-13
fsmitm_romfsbuild: avoid unnecessary copies of vfs pointers
Liam
2023-09-16
registered_cache: correct file deletion case
Liam
2023-09-12
qt: add verification for installed contents
Liam
2023-08-26
registered_cache: create fake CNMT entries for program updates of multiprogra...
liamwhite
2023-08-16
file_sys: tolerate empty NCA
Liam
2023-08-15
vfs: expand support for NCA reading
Liam
2023-02-14
remove static from pointer sized or smaller types for aesthetics, change cons...
arades79
2023-02-14
add static lifetime to constexpr values to force compile time evaluation wher...
arades79
2022-06-13
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-27
registered_cache: Prevent nullptr dereference when accumulating files
Morph
2021-06-23
General: Resolve fmt specifiers to adhere to 8.0.0 API where applicable
Lioncash
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-05-16
main: Prevent installing base titles into NAND
Morph
2021-05-02
file_sys: Resolve cases of variable shadowing
Lioncash
2021-01-05
core: Silence warnings when compiling without asserts
ReinUsesLisp
2020-08-23
registered_cache: Make use of ends_with for string suffix checking
Lioncash
2020-08-23
registered_cache: Make use of designated initializers
Lioncash
2020-08-16
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-08-03
Merge pull request #4468 from lioncash/regcache
bunnei
2020-08-03
registered_cache: Resolve -Wmaybe_uninitialized warnings
Lioncash
2020-07-29
registered_cache: Add support for removing folder ncas
Morph
2020-07-16
Check for empty section0 and CNMT prior to install
Morph
2020-07-15
Use proper install result when overwriting files
Morph
2020-07-15
Remove global system instance and address feedback
Morph
2020-07-15
registered_cache: Remove previous update/dlc if it exists on install
Morph
2020-05-20
crypto: Make KeyManager a singleton class
FearlessTobi
2020-04-15
CMakeLists: Specify -Wextra on linux builds
Lioncash
2019-11-12
core: Migrate off deprecated mbedtls functions
Lioncash
2019-09-21
configure_debug: Move reporting option to logging
Zach Hilman
2019-09-21
yuzu: Port old usages of Filesystem namespace to FilesystemController
Zach Hilman
2019-09-21
registered_cache: Process *.cnmt.nca files
Zach Hilman
2019-09-21
registered_cache: Implement PlaceholderCache to manage placeholder and instal...
Zach Hilman
2019-07-02
file_sys: Rename other ContentRecordType members
Bakugo
2019-07-01
file_sys/registered_cache: Improve missing metadata error
Bakugo
2019-07-01
file_sys/registered_cache: Ignore DeltaFragment NCAs during installation
Bakugo
2019-06-25
glue: Correct missing bytes in ApplicationLaunchParameter
Zach Hilman
2019-06-24
registered_cache: Add getter to determine source slot in content provider union
Zach Hilman
2019-06-12
common/hex_util: Combine HexVectorToString() and HexArrayToString()
Lioncash
2019-03-26
file_sys: Create ContentProvider interface and default implementations
Zach Hilman
2019-03-19
file_sys/content_archive: Amend name of Data_Unknown5 enum entry
Lioncash
2018-12-01
file_sys/registered_cache: Eliminate variable shadowing
Lioncash
2018-11-27
file_sys/registered_cache: Use regular const references instead of std::share...
Lioncash
2018-11-01
file_sys: Use common KeyManager in NCA container types
Zach Hilman
2018-10-30
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-17
qt: Add support for dumping a DLC Data RomFS
Zach Hilman
2018-10-17
registered_cache: Deduplicate results of ListEntry and ListEntryFilter
Zach Hilman
[next]