summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/xts_archive.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-05-26common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph1-1/+1
2020-12-10vfs: Use existing type aliases consistentlyLioncash1-3/+3
2020-08-23file_sys: Replace inclusions with forward declarations where applicableLioncash1-3/+7
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash1-1/+1
2020-07-29xts_archive: Check if the file is nullptr prior to parsingMorph1-5/+9
2019-11-13xts_archive: Remove redundant std::string constructorLioncash1-2/+1
2019-11-12core: Migrate off deprecated mbedtls functionsLioncash1-1/+1
2019-11-12file_sys: Resolve sign conversion warningsLioncash1-7/+5
2019-06-12common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash1-1/+1
2018-10-19vfs: Remove InterpretAsDirectory and related functionsZach Hilman1-3/+0
2018-09-20file-sys: Default heavy-weight class destructors in the cpp fileLioncash1-0/+2
2018-09-19xts_archive: Remove unused variables from CalculateHMAC256()Lioncash1-3/+0
2018-09-19xts_archive: Make AsNCA() return a std::unique_ptr instead of a std::shared_ptrLioncash1-2/+2
2018-09-19xts_archive: Amend initializer order of NAX's constructorLioncash1-2/+2
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-4/+4
2018-09-02vfs_real: Forward declare IOFileLioncash1-0/+1
2018-08-25file_sys/crypto: Fix missing/unnecessary includesZach Hilman1-0/+2
2018-08-23crypto: Eliminate magic constantsZach Hilman1-11/+14
2018-08-23file_sys: Implement NAX containersZach Hilman1-0/+164