index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
DiscIO
/
Blob.cpp
Age
Commit message (
Expand
)
Author
2025-11-09
DiscIO: Make all BlobReader implementations use DirectIOFile to make CopyRead...
Jordan Woyak
2025-04-19
DiscIO: Use `= default` to define a trivial destructor
Dr. Dystopia
2024-10-11
Merge pull request #13095 from mitaclaw/ranges-modernization-6-n
Tilka
2024-10-10
Modernize `std::find_if` with ranges
mitaclaw
2024-10-07
Simplify `std::fill` with `std::fill_n`
mitaclaw
2024-10-07
Simplify `std::copy` with `std::copy_n`
mitaclaw
2023-03-05
DiscIO: Add support for CleanRip-style split ISOs.
Admiral H. Curtiss
2023-01-28
Cleanup: Remove CDUtils
MayImilae
2023-01-16
Remove Boot from DVD Backup
MayImilae
2022-08-04
DiscIO: Add support for the NFS format
JosJuice
2021-12-12
GameList: Show game mod descriptor .json files in game list.
Admiral H. Curtiss
2021-12-10
Treewide: Adjust order of includes
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-01-27
rename Common/File to Common/IOFile
Shawn Hoffman
2020-06-21
Show file format details in game properties
JosJuice
2020-06-17
RVZ: Make m_rvz a template parameter
JosJuice
2020-06-17
Add new file format RVZ based on WIA
JosJuice
2020-06-17
Add an early version of WIABlobReader
JosJuice
2020-01-14
DiscIO: Add out of bounds checks for blob reading
JosJuice
2019-05-06
Reformat repo to clang-format 7.0 rules
Techjar
2018-05-27
CDUtils: Amend function names
Lioncash
2018-05-27
CDUtils: Namespace code under the Common namespace
Lioncash
2017-08-01
Don't check validity twice when creating DirectoryBlob
JosJuice
2017-08-01
DirectoryBlob: Don't keep DOL in memory
JosJuice
2017-08-01
Turn VolumeDirectory into DirectoryBlob
JosJuice
2017-06-15
Move IOFile to a separate file
JosJuice
2017-06-06
DiscIO: Remove C/I/S prefixes from class names
JosJuice
2017-01-11
WbfsBlob: Only open each file once
JosJuice
2017-01-11
Don't create new IOFiles when creating a blob
JosJuice
2017-01-11
Only open file once when detecting blob type
JosJuice
2016-12-18
Add TGC disc image compatibility
JosJuice
2016-07-09
SectorReader: Fix cache line bias
EmptyChaos
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-05-29
SectorReader: Fix reading the last block of the disc.
Pierre Bourdon
2016-04-26
DriveReader: Fix View > Show Drives
EmptyChaos
2015-12-08
DiscIO: Get rid of a few explicit deletes
Lioncash
2015-12-07
DiscIO: Make factory methods return unique_ptrs
Lioncash
2015-10-12
DolphinWX: decompress discs to calculate MD5 hash
Tillmann Karras
2015-09-26
Rename IsCompressedBlob to IsGCZBlob for clarity
JosJuice
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2014-09-01
DiscIO: Prefix class member variables with "m_"
Lioncash
2014-03-14
Kill off some usages of c_str.
Lioncash
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-03-09
clang-modernize -loop-convert
Tillmann Karras
2014-02-22
Make DiscIO/ mostly IWYU clean (and fix errors in rest of the project detecte...
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre