summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/xts_archive.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-261-1/+1
* vfs: Use existing type aliases consistentlyLioncash2020-12-101-3/+3
* file_sys: Replace inclusions with forward declarations where applicableLioncash2020-08-231-3/+7
* common/fileutil: Convert namespace to Common::FSLioncash2020-08-161-1/+1
* xts_archive: Check if the file is nullptr prior to parsingMorph2020-07-291-5/+9
* Merge pull request #3091 from lioncash/core-conversionbunnei2019-11-151-7/+5
|\
| * file_sys: Resolve sign conversion warningsLioncash2019-11-121-7/+5
* | Merge pull request #3093 from lioncash/mbedtlsbunnei2019-11-141-1/+1
|\ \
| * | core: Migrate off deprecated mbedtls functionsLioncash2019-11-121-1/+1
| |/
* / xts_archive: Remove redundant std::string constructorLioncash2019-11-131-2/+1
|/
* common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash2019-06-121-1/+1
* vfs: Remove InterpretAsDirectory and related functionsZach Hilman2018-10-191-3/+0
* Merge pull request #1364 from lioncash/contentbunnei2018-09-211-0/+2
|\
| * file-sys: Default heavy-weight class destructors in the cpp fileLioncash2018-09-201-0/+2
* | xts_archive: Remove unused variables from CalculateHMAC256()Lioncash2018-09-191-3/+0
* | xts_archive: Make AsNCA() return a std::unique_ptr instead of a std::shared_ptrLioncash2018-09-191-2/+2
* | xts_archive: Amend initializer order of NAX's constructorLioncash2018-09-191-2/+2
|/
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-4/+4
* vfs_real: Forward declare IOFileLioncash2018-09-021-0/+1
* file_sys/crypto: Fix missing/unnecessary includesZach Hilman2018-08-251-0/+2
* crypto: Eliminate magic constantsZach Hilman2018-08-231-11/+14
* file_sys: Implement NAX containersZach Hilman2018-08-231-0/+164