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
/
xts_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-01-25
vfs: Move vfs files to their own directory
FearlessTobi
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
2018-10-19
vfs: Remove InterpretAsDirectory and related functions
Zach Hilman
2018-09-20
Merge pull request #1364 from lioncash/content
bunnei
2018-09-19
file-sys: Default heavy-weight class destructors in the cpp file
Lioncash
2018-09-19
xts_archive: Make AsNCA() return a std::unique_ptr instead of a std::shared_ptr
Lioncash
2018-09-19
xts_archive: Ensure NAX's type member is always initialized
Lioncash
2018-08-24
file_sys/crypto: Fix missing/unnecessary includes
Zach Hilman
2018-08-23
crypto: Eliminate magic constants
Zach Hilman
2018-08-23
file_sys: Implement NAX containers
Zach Hilman