Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the fmt library (#4065) | peterbell10 | 2018-01-03 | 1 | -0/+1 |
| | | | | | | | * Replaces AppendVPrintf with fmt::sprintf * fmt::ArgList now used as a type safe alternative to varargs. * Removed SIZE_T_FMT compatibility macros. fmt::sprintf is fully portable and supports %zu. * Adds FLOG functions to log with fmt's native formatting style. | ||||
* | Fix style of Tools | Alexander Lyons Harkness | 2017-12-24 | 1 | -28/+24 |
| | |||||
* | Fixed type-casting-related warnings. | Mattes D | 2016-08-24 | 1 | -15/+20 |
| | |||||
* | Increase robustness of the logging subsystem | tycho | 2015-09-15 | 1 | -10/+10 |
| | |||||
* | Daemon support on Linux. | Anthony Birkett | 2015-06-05 | 1 | -1/+1 |
| | | | | Added null console log listener, avoid printf() when stdout is closed. | ||||
* | MCADefrag: Added a sanity check for chunk size. | Mattes D | 2014-12-21 | 1 | -1/+1 |
| | | | | Fixes CID 66448. | ||||
* | Renamed Loggers | Tycho | 2014-08-12 | 1 | -9/+9 |
| | |||||
* | Fixed Tools to work with new logging framework | Tycho | 2014-08-10 | 1 | -2/+14 |
| | |||||
* | MCADefrag: Implemented recompression. | madmaxoft | 2014-02-13 | 1 | -5/+105 |
| | | | | This finalizes #639. | ||||
* | MCADefrag: Fixed bugs, now produces valid MCA files. | madmaxoft | 2014-02-13 | 1 | -1/+19 |
| | |||||
* | MCADefrag: Initial implementation. | madmaxoft | 2014-02-13 | 1 | -0/+303 |
Partially implements #639. This only defragments the chunks, without recompressing them. |