summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/DiscScrubber.cpp
AgeCommit message (Expand)Author
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
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-04-28Filesystem: Return file list reference instead of modifying argumentJosJuice
2014-12-28DiscIO: Replace "raw" functions with "decrypt" parametersJosJuice
2014-11-27DiscIO: Avoid zeroing buffer when compressing gcz.Unknown W. Brackets
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-08-31DiscIO: Move some raw pointers over to unique_ptrLioncash
2014-07-11mark all local variables as staticdegasus
2014-03-16Simplify file tree building for the filesystem view.Lioncash
2014-03-14Kill off some usages of c_str.Lioncash
2014-03-09clang-modernize -use-nullptrTillmann 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