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
/
content_archive.h
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-02-10
am: use applet program loading for tested versions
Liam
2024-01-25
vfs: Move vfs files to their own directory
FearlessTobi
2023-08-15
vfs: expand support for NCA reading
Liam
2023-03-12
general: fix spelling mistakes
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2020-12-10
vfs: Use existing type aliases consistently
Lioncash
2020-08-23
file_sys: Replace inclusions with forward declarations where applicable
Lioncash
2020-07-01
key_manager: Correct casing of instance()
Lioncash
2020-05-20
crypto: Make KeyManager a singleton class
FearlessTobi
2019-09-21
content_archive: Add accessors for Rights ID and SDK Version
Zach Hilman
2019-03-19
file_sys/content_archive: Amend name of Data_Unknown5 enum entry
Lioncash
2019-01-15
content_archive: Add getter for logo section of NCA
Zach Hilman
2018-11-01
content_archive: Add optional KeyManager parameter to constructor
Zach Hilman
2018-10-30
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-19
vfs: Remove InterpretAsDirectory and related functions
Zach Hilman
2018-10-16
content_archive: Make IsValidNCA() an internally linked function
Lioncash
2018-10-16
content_archive: Split loading into separate functions
Lioncash
2018-10-16
content_archive: Pass and take NCASectionHeader instance by reference
Lioncash
2018-09-19
file-sys: Default heavy-weight class destructors in the cpp file
Lioncash
2018-09-04
bktr: Implement IVFC offset shifting
Zach Hilman
2018-09-04
content_archive: Add BKTR header parsing to NCA
Zach Hilman
2018-09-03
file_sys: Replace includes with forward declarations where applicable
Lioncash
2018-08-23
content_archive: Add update title detection
Zach Hilman
2018-08-20
registration: Add Data_Unknown5 NCAContentType
Zach Hilman
2018-08-09
loader: Add more descriptive errors
Zach Hilman
2018-08-08
Merge pull request #850 from DarkLordZach/icon-meta
bunnei
2018-08-06
loader: Add icon and title support to XCI
Zach Hilman
2018-08-04
content_archive: Add support for titlekey cryptography
Zach Hilman
2018-08-01
Use ErrorEncrypted where applicable and fix no keys crash
Zach Hilman
2018-08-01
Add missing includes and use const where applicable
Zach Hilman
2018-08-01
Make XCI comply to review and style guidelines
Zach Hilman
2018-08-01
Extract mbedtls to cpp file
Zach Hilman
2018-08-01
Remove files that are not used
Zach Hilman
2018-07-18
content_archive: Make IsDirectoryExeFS() take a shared_ptr as a const reference
Lioncash
2018-07-18
content_archive: Add missing standard includes
Lioncash
2018-07-18
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-07
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-06
Virtual Filesystem (#597)
Zach Hilman