Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-08-24 | Fixed type-casting-related warnings. | Mattes D | 1 | -15/+20 | |
2015-09-15 | Increase robustness of the logging subsystem | tycho | 1 | -10/+10 | |
2015-06-05 | Daemon support on Linux. | Anthony Birkett | 1 | -1/+1 | |
Added null console log listener, avoid printf() when stdout is closed. | |||||
2014-12-21 | MCADefrag: Added a sanity check for chunk size. | Mattes D | 1 | -1/+1 | |
Fixes CID 66448. | |||||
2014-08-12 | Renamed Loggers | Tycho | 1 | -9/+9 | |
2014-08-10 | Fixed Tools to work with new logging framework | Tycho | 1 | -2/+14 | |
2014-02-13 | MCADefrag: Implemented recompression. | madmaxoft | 1 | -5/+105 | |
This finalizes #639. | |||||
2014-02-13 | MCADefrag: Fixed bugs, now produces valid MCA files. | madmaxoft | 1 | -1/+19 | |
2014-02-13 | MCADefrag: Initial implementation. | madmaxoft | 1 | -0/+303 | |
Partially implements #639. This only defragments the chunks, without recompressing them. |