summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/CompressedBlob.cpp
AgeCommit message (Expand)Author
2020-11-16Use positional arguments in all translatable fmt stringsJosJuice
2020-11-11DiscIO: Make use of fmt-capable panic alertsLioncash
2020-10-22DiscIO: Migrate logging over to fmtLioncash
2020-10-19Add helper function for fmt::format(GetStringT(...JosJuice
2020-10-19DiscIO: Make use of fmt where applicableJosJuice
2020-09-16DiscIO: Use std::function for compression callbackJosJuice
2020-05-06DiscIO: Implement multithreaded compressionJosJuice
2020-04-24DiscIO: Move scrubbing code out of ConvertToGCZJosJuice
2020-04-24Move DiscIO::ConvertToPlain to FileBlob.cppJosJuice
2020-04-24DiscIO: Allow converting from formats other than ISO and GCZJosJuice
2020-04-15DiscIO: Clean up decompression size calculationJosJuice
2020-04-12DiscIO: Fix decompressing writing too much sometimesJosJuice
2020-04-12DiscIO: Fix decompressing writing too little sometimesJosJuice
2019-07-18DiscIO: Add functions CreateDisc and CreateWADJosJuice
2019-06-19Common/MsgHandler: Namespace code within the Common namespaceLioncash
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2019-04-09VolumeVerifier: Check whether invalid blocks are unusedJosJuice
2018-05-16Common/Hash: Namespace code under the Common namespaceLioncash
2017-06-15Move IOFile to a separate fileJosJuice
2017-06-05Fix minor formatting issuesLéo Lam
2017-01-21CompressFileToBlob: add an explicit seek to make sure we're at the startBhaaL
2017-01-21DecompressFileToBlob: don't assume success if decompression failedBhaaL
2017-01-21IsGCZBlob: try to leave the file position where it was beforeBhaaL
2017-01-11Don't create new IOFiles when creating a blobJosJuice
2017-01-11Only open file once when detecting blob typeJosJuice
2017-01-04DiscScrubber: Convert into a classLioncash
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-04-26DriveReader: Fix View > Show DrivesEmptyChaos
2015-12-15Merge pull request #3270 from JosJuice/more-translationsMarkus Wick
2015-12-08DiscIO: Get rid of a few explicit deletesLioncash
2015-12-07DiscIO: Make factory methods return unique_ptrsLioncash
2015-11-20Mark more strings for translationJosJuice
2015-09-27Merge pull request #3092 from JosJuice/compressed-blobsflacs
2015-09-26Common: Remove other Common prefixed headers from Common.hLioncash
2015-09-26Rename IsCompressedBlob to IsGCZBlob for clarityJosJuice
2015-09-11Partially revert "General: Toss out PRI macro usage"Lioncash
2015-09-05General: Toss out PRI macro usageLioncash
2015-06-04Use PanicAlertT instead of PanicAlert when appropriateJosJuice
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-03-17Improve error handling in DiscIO::CompressFileToBlob and DecompressBlobToFileMichael Ehrenreich
2015-02-12DiscIO: On decompress to file, write last blocks.Unknown W. Brackets
2014-12-04DiscIO: Remove some explicit deletesLioncash
2014-11-27DiscIO: Change a memset() to zero initialization.Unknown W. Brackets
2014-11-27DiscIO: Avoid zeroing buffer when compressing gcz.Unknown W. Brackets
2014-11-27DiscIO: Decompress to file using a larger buffer.Unknown W. Brackets
2014-11-27DolphinWX: Allow cancelling gcz compression.Unknown W. Brackets
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-09-01DiscIO: Prefix class member variables with "m_"Lioncash
2014-06-18Kill off replaceable usages of s[n]printf.Lioncash