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