summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO
AgeCommit message (Expand)Author
2 daysMerge pull request #14768 from phire/security/gcz_overflowsJosJuice
5 daysMerge pull request #13543 from tygyh/DiscIO-Use-views-keysScott Mansell
6 daysGCZ: use 64-bit for m_data_offsetScott Mansell
6 daysGCZ: validate while loadingScott Mansell
6 daysGCZ: Don't trust block_num eitherScott Mansell
6 daysGCZ: Don't trust GetBlockCompressedSizeScott Mansell
9 daysDirectoryBlob: Resolve reorder warningJoshua Vandaële
2026-07-15Merge pull request #14732 from khang06/small-tmd-checkAdmiral H. Curtiss
2026-07-15IOS/ES: Prevent reading TMDs that are too smallKhang
2026-07-14Merge pull request #14705 from JosJuice/directoryblob-dtk-commentDentomologist
2026-07-14DiscIO: Add DTK alignment comment in DirectoryBlobJosJuice
2026-07-11Core: Add `Volume::GetSimulatedMemorySize()`.cristian64
2026-06-28Merge pull request #14599 from naari3/fix/directoryblob-gc-triforce-alignmentJosJuice
2026-06-22VolumeVerifier: Remove SystemNotAvailableJosJuice
2026-06-22Don't send Dolphin version in user agent to RedumpJosJuice
2026-06-22Use redump.info instead of redump.orgJosJuice
2026-06-04NANDImporter: Abort extraction if a NAND FST entry is visited more than onceAdmiral H. Curtiss
2026-05-30Prevent path traversal in NANDImporter::ProcessEntryJosJuice
2026-05-30Rework NANDImporter::GetPath slash handlingJosJuice
2026-05-11Merge pull request #14613 from JosJuice/wad-tmd-checksAdmiral H. Curtiss
2026-04-25DirectoryBlob: fix data alignment for GC/Triforce and skip Triforce DIMM memo...naari3
2026-04-20VolumeVerifier: Add extra validity checks for ticket and TMDJosJuice
2026-04-20DiscIO: Add extra IsValid checks for VolumeWAD::m_tmdJosJuice
2026-04-20Replace `find(x) != npos` with `contains(x)` - CoreDr. Dystopia
2026-04-17Improve usage of std::move and const references parametersMartino Fontana
2026-04-11Merge pull request #14500 from Sintendo/span2Jordan Woyak
2026-04-04Improve NAND import progress dialogTillmann Karras
2026-03-23Use more std::span argumentsSintendo
2026-03-15Triforce: Check only first byte in region flag.cristian64
2026-02-24DiscIO: Only allow alphanumeric ASCII in game IDsJosJuice
2026-02-24DiscIO: Move DecodeString to Volume.cppJosJuice
2026-02-15Enums: Unhandled switch statementJoshua Vandaële
2026-02-15DiscIO: Add IsCached virtual function to BlobReader.Jordan Woyak
2026-02-15SI_DeviceAMBaseboard: Add missing bounds checksSepalani
2026-02-15Triforce: Code fixes.crediar
2026-02-15Triforce: Code cleanups.Jordan Woyak
2026-02-15DiscIO: Make Volume::DecodeString take a std::span so it can work with std::a...Jordan Woyak
2026-02-15Added Triforce supportcrediar
2026-02-06RiivolutionParser: Fix XML Param ParsingGabriela Orzechowska
2026-01-25Remove unused importsMartino Fontana
2026-01-24Common/FileSearch: Refactor DoFileSearchSintendo
2026-01-17Merge pull request #14267 from jordan-woyak/std-expectediwubcode
2026-01-17Common: Replace Result with C++23's std::expected.Jordan Woyak
2026-01-17Fix various typos and spelling mistakesSintendo
2026-01-04VolumeFileBlobReader: Define default destructor in source fileDentomologist
2026-01-02DiscIO/Volume: Fix CreateVolume for WiiWare.Jordan Woyak
2025-12-22Merge pull request #14174 from JoshuaVandaele/minizips-cmakeJMC47
2025-12-22Merge pull request #14154 from jordan-woyak/result-parameter-orderJMC47
2025-11-27Use minizip-ng's CMakeLists instead of relying on our own implementationJoshua Vandaële
2025-11-23Core/DiscIO: Add a setting to load the running game into memory via CachedBlo...Jordan Woyak