index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
/
content_archive.cpp
Age
Commit message (
Expand
)
Author
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-28
vfs: ensure key area keys are validated
Liam
2023-08-15
fssystem: rework for yuzu style
Liam
2023-08-15
vfs: expand support for NCA reading
Liam
2023-07-12
file_sys/content_archive: Detect compressed NCAs (#11047)
Tobias
2022-11-22
general: fix compile for Apple Clang
Liam
2022-06-13
general: fix compilation on GCC 12
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-07-12
content_archive: Remove unnecessary include to <ranges>
ReinUsesLisp
2021-05-02
file_sys: Resolve cases of variable shadowing
Lioncash
2021-01-15
common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT
ReinUsesLisp
2020-12-10
vfs: Use existing type aliases consistently
Lioncash
2020-12-07
core: Remove unnecessary enum casts in log calls
Lioncash
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-09-22
General: Make use of std::nullopt where applicable
Lioncash
2020-08-23
file_sys: Replace inclusions with forward declarations where applicable
Lioncash
2020-08-03
aes_util: Allow SetIV to be non-allocating
Lioncash
2020-05-20
crypto: Make KeyManager a singleton class
FearlessTobi
2019-11-03
common_func: Use std::array for INSERT_PADDING_* macros.
bunnei
2019-09-21
content_archive: Add accessors for Rights ID and SDK Version
Zach Hilman
2019-06-19
Update content_archive.cpp
jonsn0w
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: Simpify assignment of bktr_base_romfs in the constructor
Lioncash
2018-10-16
content_archive: Make IsValidNCA() an internally linked function
Lioncash
2018-10-16
content_archive: Simplify rights ID check
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-10-12
content_archive: Move get key log to Trace level
Zach Hilman
2018-09-19
file-sys: Default heavy-weight class destructors in the cpp file
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-04
bktr: Fix bucket overlap error
Zach Hilman
2018-09-04
nsp: Fix error masking issue with XCI files
Zach Hilman
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-23
xts_encryption_layer: Implement XTSEncryptionLayer
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
Add missing parameter to files.push_back()
Zach Hilman
2018-08-01
Use more descriptive error codes and messages
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
[next]