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
/
DiscScrubber.cpp
Age
Commit message (
Expand
)
Author
2023-10-01
Added CopyReader to BlobReader and all subclasses
LillyJadeKatrin
2023-08-19
DiscIO: Don't keep volume pointer in DiscScrubber
JosJuice
2022-08-04
DiscIO: Adjust GetDataSizeType logic for NFS
JosJuice
2022-08-04
DiscIO: Replace IsDataSizeAccurate with GetDataSizeType
JosJuice
2022-08-04
DiscIO/VolumeWii: Decouple "is encrypted" from "is hashed"
JosJuice
2021-09-19
Core/DiscIO: Extract disc and partition constants to DiscUtils.h.
Admiral H. Curtiss
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-03-09
DiscIO: Move some code from DiscExtractor to new file DiscUtils
JosJuice
2020-10-22
DiscIO: Migrate logging over to fmt
Lioncash
2020-04-24
DiscIO: Move scrubbing code out of ConvertToGCZ
JosJuice
2020-04-24
DiscIO: Add GameCube disc scrubbing support
JosJuice
2020-04-24
DiscIO: Fix edge case where blocks could get scrubbed accidentally
JosJuice
2020-04-24
DiscIO: Allow converting from formats other than ISO and GCZ
JosJuice
2019-12-08
Fix scrubbing unencrypted Wii disc images (for real this time)
JosJuice
2019-10-25
VolumeVerifier: Don't show problems with good dumps of Wii Freeloaders
JosJuice
2019-08-07
Fix problems with running VolumeVerifier on very small disc images
JosJuice
2019-04-09
VolumeVerifier: Check whether invalid blocks are unused
JosJuice
2018-09-20
Fix scrubbing unencrypted Wii disc images
JosJuice
2018-09-20
Refactor DiscScrubber::MarkAsUsedE
JosJuice
2017-09-15
DiscIO: Use Common::Lazy for loading filesystems
JosJuice
2017-08-02
DiscIO: Add a Volume::ReadSwappedAndShifted function
JosJuice
2017-06-28
DiscIO: Move parts of Filesystem to the new file DiscExtractor
JosJuice
2017-06-15
Merge pull request #5611 from JosJuice/reorganize-file-namespace
Leo Lam
2017-06-15
Move IOFile to a separate file
JosJuice
2017-06-14
Filesystem: Replace GetFileList()
JosJuice
2017-06-13
Filesystem: Replace file info's full path with name
JosJuice
2017-06-13
Filesystem: Replace FileInfo struct with interface
JosJuice
2017-06-13
DiscScrubber: Use FileInfo::IsDirectory instead of bit magic
JosJuice
2017-06-06
DiscIO: Remove C/I/S prefixes from class names
JosJuice
2017-06-05
DiscIO: Use std::optional in Volume and Blob
JosJuice
2017-05-19
DiscIO: Remove VolumeCreator
JosJuice
2017-05-16
VolumeWiiCrypted: Replace ChangePartition with a partition parameter
JosJuice
2017-01-04
DiscScrubber: Don't take SFileInfo instances by value
Lioncash
2017-01-04
DiscScrubber: Use an unsigned loop index in ParseDisc
Lioncash
2017-01-04
DiscScrubber: Correct printf specifiers
Lioncash
2017-01-04
DiscScrubber: Convert a #define into a typed constant
Lioncash
2017-01-04
DiscScrubber: Make struct and variable names conformant to the coding style
Lioncash
2017-01-04
DiscScrubber: Convert into a class
Lioncash
2016-07-11
DiscScrubber: Fix issue 9356
JosJuice
2016-07-07
DiscScrubber: Replace unused blocks with 0x00 instead of 0xFF
JosJuice
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-12-14
DiscIO: Improve DiscScrubber::ReadFromVolume error handling
JosJuice
2015-12-07
DiscIO: Make factory methods return unique_ptrs
Lioncash
2015-11-17
Merge pull request #3181 from JosJuice/scrub-directories
Scott Mansell
2015-11-01
DiscScrubber: Add another nullptr check
JosJuice
2015-10-18
Remove length parameter from DiscScrubber::ReadFromVolume
JosJuice
2015-10-17
Remove DiscScrubber::GetDOLSize in favor of IFileSystem::GetBootDOLSize
JosJuice
2015-10-17
Don't reserve space for directories when scrubbing
JosJuice
2015-09-26
Common: Remove other Common prefixed headers from Common.h
Lioncash
2015-09-11
Partially revert "General: Toss out PRI macro usage"
Lioncash
[next]