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.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
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
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-08-16
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-07-29
xts_archive: Check if the file is nullptr prior to parsing
Morph
2019-11-15
Merge pull request #3091 from lioncash/core-conversion
bunnei
2019-11-14
Merge pull request #3093 from lioncash/mbedtls
bunnei
2019-11-13
xts_archive: Remove redundant std::string constructor
Lioncash
2019-11-12
core: Migrate off deprecated mbedtls functions
Lioncash
2019-11-12
file_sys: Resolve sign conversion warnings
Lioncash
2019-06-12
common/hex_util: Combine HexVectorToString() and HexArrayToString()
Lioncash
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: Remove unused variables from CalculateHMAC256()
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: Amend initializer order of NAX's constructor
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-02
vfs_real: Forward declare IOFile
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