summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/DiscScrubber.cpp
AgeCommit message (Expand)Author
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
2014-02-17Second and final pass of clearing out tabs.Lioncash
2014-02-13Turn loops into range-based formTillmann Karras
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre