summaryrefslogtreecommitdiffstats
path: root/Tools/MCADefrag/MCADefrag.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zlib -> libdeflate (#5085)Tiger Wang2021-01-111-0/+17
| | | | | | + Use libdeflate + Use std::byte * Fix passing temporary to string_view + Emulate make_unique_for_overwrite
* Fix style of ToolsAlexander Lyons Harkness2017-12-241-36/+32
|
* MCADefrag: Implemented recompression.madmaxoft2014-02-131-0/+31
| | | | This finalizes #639.
* MCADefrag: Fixed bugs, now produces valid MCA files.madmaxoft2014-02-131-2/+3
|
* MCADefrag: Initial implementation.madmaxoft2014-02-131-0/+112
Partially implements #639. This only defragments the chunks, without recompressing them.