Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-01-11 | zlib -> libdeflate (#5085) | Tiger Wang | 1 | -0/+17 | |
+ Use libdeflate + Use std::byte * Fix passing temporary to string_view + Emulate make_unique_for_overwrite | |||||
2017-12-24 | Fix style of Tools | Alexander Lyons Harkness | 1 | -36/+32 | |
2014-02-13 | MCADefrag: Implemented recompression. | madmaxoft | 1 | -0/+31 | |
This finalizes #639. | |||||
2014-02-13 | MCADefrag: Fixed bugs, now produces valid MCA files. | madmaxoft | 1 | -2/+3 | |
2014-02-13 | MCADefrag: Initial implementation. | madmaxoft | 1 | -0/+112 | |
Partially implements #639. This only defragments the chunks, without recompressing them. |