summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/Blob.cpp
AgeCommit message (Expand)Author
2025-11-09DiscIO: Make all BlobReader implementations use DirectIOFile to make CopyRead...Jordan Woyak
2025-04-19DiscIO: Use `= default` to define a trivial destructorDr. Dystopia
2024-10-11Merge pull request #13095 from mitaclaw/ranges-modernization-6-nTilka
2024-10-10Modernize `std::find_if` with rangesmitaclaw
2024-10-07Simplify `std::fill` with `std::fill_n`mitaclaw
2024-10-07Simplify `std::copy` with `std::copy_n`mitaclaw
2023-03-05DiscIO: Add support for CleanRip-style split ISOs.Admiral H. Curtiss
2023-01-28Cleanup: Remove CDUtilsMayImilae
2023-01-16Remove Boot from DVD BackupMayImilae
2022-08-04DiscIO: Add support for the NFS formatJosJuice
2021-12-12GameList: Show game mod descriptor .json files in game list.Admiral H. Curtiss
2021-12-10Treewide: Adjust order of includesPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-01-27rename Common/File to Common/IOFileShawn Hoffman
2020-06-21Show file format details in game propertiesJosJuice
2020-06-17RVZ: Make m_rvz a template parameterJosJuice
2020-06-17Add new file format RVZ based on WIAJosJuice
2020-06-17Add an early version of WIABlobReaderJosJuice
2020-01-14DiscIO: Add out of bounds checks for blob readingJosJuice
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2018-05-27CDUtils: Amend function namesLioncash
2018-05-27CDUtils: Namespace code under the Common namespaceLioncash
2017-08-01Don't check validity twice when creating DirectoryBlobJosJuice
2017-08-01DirectoryBlob: Don't keep DOL in memoryJosJuice
2017-08-01Turn VolumeDirectory into DirectoryBlobJosJuice
2017-06-15Move IOFile to a separate fileJosJuice
2017-06-06DiscIO: Remove C/I/S prefixes from class namesJosJuice
2017-01-11WbfsBlob: Only open each file onceJosJuice
2017-01-11Don't create new IOFiles when creating a blobJosJuice
2017-01-11Only open file once when detecting blob typeJosJuice
2016-12-18Add TGC disc image compatibilityJosJuice
2016-07-09SectorReader: Fix cache line biasEmptyChaos
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-05-29SectorReader: Fix reading the last block of the disc.Pierre Bourdon
2016-04-26DriveReader: Fix View > Show DrivesEmptyChaos
2015-12-08DiscIO: Get rid of a few explicit deletesLioncash
2015-12-07DiscIO: Make factory methods return unique_ptrsLioncash
2015-10-12DolphinWX: decompress discs to calculate MD5 hashTillmann Karras
2015-09-26Rename IsCompressedBlob to IsGCZBlob for clarityJosJuice
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2014-09-01DiscIO: Prefix class member variables with "m_"Lioncash
2014-03-14Kill off some usages of c_str.Lioncash
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-03-09clang-modernize -loop-convertTillmann Karras
2014-02-22Make DiscIO/ mostly IWYU clean (and fix errors in rest of the project detecte...Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre