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
/
xts_archive.cpp
Age
Commit message (
Expand
)
Author
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