summaryrefslogtreecommitdiffstats
path: root/Tools/MCADefrag/MCADefrag.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Increase robustness of the logging subsystemtycho2015-09-151-10/+10
|
* Daemon support on Linux.Anthony Birkett2015-06-051-1/+1
| | | | Added null console log listener, avoid printf() when stdout is closed.
* MCADefrag: Added a sanity check for chunk size.Mattes D2014-12-211-1/+1
| | | | Fixes CID 66448.
* Renamed LoggersTycho2014-08-121-9/+9
|
* Fixed Tools to work with new logging frameworkTycho2014-08-101-2/+14
|
* MCADefrag: Implemented recompression.madmaxoft2014-02-131-5/+105
| | | | This finalizes #639.
* MCADefrag: Fixed bugs, now produces valid MCA files.madmaxoft2014-02-131-1/+19
|
* MCADefrag: Initial implementation.madmaxoft2014-02-131-0/+303
Partially implements #639. This only defragments the chunks, without recompressing them.