summaryrefslogtreecommitdiffstats
path: root/Tools/MCADefrag/MCADefrag.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-12-21MCADefrag: Added a sanity check for chunk size.Mattes D1-1/+1
Fixes CID 66448.
2014-08-12Renamed LoggersTycho1-9/+9
2014-08-10Fixed Tools to work with new logging frameworkTycho1-2/+14
2014-02-13MCADefrag: Implemented recompression.madmaxoft1-5/+105
This finalizes #639.
2014-02-13MCADefrag: Fixed bugs, now produces valid MCA files.madmaxoft1-1/+19
2014-02-13MCADefrag: Initial implementation.madmaxoft1-0/+303
Partially implements #639. This only defragments the chunks, without recompressing them.