summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/DiscScrubber.cpp
AgeCommit message (Expand)Author
2021-09-19Core/DiscIO: Extract disc and partition constants to DiscUtils.h.Admiral H. Curtiss
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-03-09DiscIO: Move some code from DiscExtractor to new file DiscUtilsJosJuice
2020-10-22DiscIO: Migrate logging over to fmtLioncash
2020-04-24DiscIO: Move scrubbing code out of ConvertToGCZJosJuice
2020-04-24DiscIO: Add GameCube disc scrubbing supportJosJuice
2020-04-24DiscIO: Fix edge case where blocks could get scrubbed accidentallyJosJuice
2020-04-24DiscIO: Allow converting from formats other than ISO and GCZJosJuice
2019-12-08Fix scrubbing unencrypted Wii disc images (for real this time)JosJuice
2019-10-25VolumeVerifier: Don't show problems with good dumps of Wii FreeloadersJosJuice
2019-08-07Fix problems with running VolumeVerifier on very small disc imagesJosJuice
2019-04-09VolumeVerifier: Check whether invalid blocks are unusedJosJuice
2018-09-20Fix scrubbing unencrypted Wii disc imagesJosJuice
2018-09-20Refactor DiscScrubber::MarkAsUsedEJosJuice
2017-09-15DiscIO: Use Common::Lazy for loading filesystemsJosJuice
2017-08-02DiscIO: Add a Volume::ReadSwappedAndShifted functionJosJuice
2017-06-28DiscIO: Move parts of Filesystem to the new file DiscExtractorJosJuice
2017-06-15Merge pull request #5611 from JosJuice/reorganize-file-namespaceLeo Lam
2017-06-15Move IOFile to a separate fileJosJuice
2017-06-14Filesystem: Replace GetFileList()JosJuice
2017-06-13Filesystem: Replace file info's full path with nameJosJuice
2017-06-13Filesystem: Replace FileInfo struct with interfaceJosJuice
2017-06-13DiscScrubber: Use FileInfo::IsDirectory instead of bit magicJosJuice
2017-06-06DiscIO: Remove C/I/S prefixes from class namesJosJuice
2017-06-05DiscIO: Use std::optional in Volume and BlobJosJuice
2017-05-19DiscIO: Remove VolumeCreatorJosJuice
2017-05-16VolumeWiiCrypted: Replace ChangePartition with a partition parameterJosJuice
2017-01-04DiscScrubber: Don't take SFileInfo instances by valueLioncash
2017-01-04DiscScrubber: Use an unsigned loop index in ParseDiscLioncash
2017-01-04DiscScrubber: Correct printf specifiersLioncash
2017-01-04DiscScrubber: Convert a #define into a typed constantLioncash
2017-01-04DiscScrubber: Make struct and variable names conformant to the coding styleLioncash
2017-01-04DiscScrubber: Convert into a classLioncash
2016-07-11DiscScrubber: Fix issue 9356JosJuice
2016-07-07DiscScrubber: Replace unused blocks with 0x00 instead of 0xFFJosJuice
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-12-14DiscIO: Improve DiscScrubber::ReadFromVolume error handlingJosJuice
2015-12-07DiscIO: Make factory methods return unique_ptrsLioncash
2015-11-17Merge pull request #3181 from JosJuice/scrub-directoriesScott Mansell
2015-11-01DiscScrubber: Add another nullptr checkJosJuice
2015-10-18Remove length parameter from DiscScrubber::ReadFromVolumeJosJuice
2015-10-17Remove DiscScrubber::GetDOLSize in favor of IFileSystem::GetBootDOLSizeJosJuice
2015-10-17Don't reserve space for directories when scrubbingJosJuice
2015-09-26Common: Remove other Common prefixed headers from Common.hLioncash
2015-09-11Partially revert "General: Toss out PRI macro usage"Lioncash
2015-09-05General: Toss out PRI macro usageLioncash
2015-07-02DiscIO: Check if m_Disc is null in ParsePartitionData()Trace Bullet
2015-06-14Reinstate format string.yerejm
2015-06-02Merge pull request #2338 from JosJuice/getfilelist-returncomex
2015-05-25Set copyright year to when a file was createdTillmann Karras