summaryrefslogtreecommitdiff
path: root/src/core/file_sys/xts_archive.cpp
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2020-12-10vfs: Use existing type aliases consistentlyLioncash
2020-08-23file_sys: Replace inclusions with forward declarations where applicableLioncash
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash
2020-07-29xts_archive: Check if the file is nullptr prior to parsingMorph
2019-11-15Merge pull request #3091 from lioncash/core-conversionbunnei
2019-11-14Merge pull request #3093 from lioncash/mbedtlsbunnei
2019-11-13xts_archive: Remove redundant std::string constructorLioncash
2019-11-12core: Migrate off deprecated mbedtls functionsLioncash
2019-11-12file_sys: Resolve sign conversion warningsLioncash
2019-06-12common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash
2018-10-19vfs: Remove InterpretAsDirectory and related functionsZach Hilman
2018-09-20Merge pull request #1364 from lioncash/contentbunnei
2018-09-19file-sys: Default heavy-weight class destructors in the cpp fileLioncash
2018-09-19xts_archive: Remove unused variables from CalculateHMAC256()Lioncash
2018-09-19xts_archive: Make AsNCA() return a std::unique_ptr instead of a std::shared_ptrLioncash
2018-09-19xts_archive: Amend initializer order of NAX's constructorLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-09-02vfs_real: Forward declare IOFileLioncash
2018-08-24file_sys/crypto: Fix missing/unnecessary includesZach Hilman
2018-08-23crypto: Eliminate magic constantsZach Hilman
2018-08-23file_sys: Implement NAX containersZach Hilman