Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-03-30 | cIsThread cleanup | Tiger Wang | 1 | -1/+1 | |
+ Semi-gracefully handle unexpected exceptions * No-one cared about the return values, remove them | |||||
2021-03-28 | Fix Windows XP to 7 compatibility (#5167) | Tiger Wang | 1 | -1/+1 | |
* Partially reverts 01a4e696b * Unify thread names - Remove use of GetThreadId API | |||||
2021-01-11 | zlib -> libdeflate (#5085) | Tiger Wang | 1 | -34/+50 | |
+ Use libdeflate + Use std::byte * Fix passing temporary to string_view + Emulate make_unique_for_overwrite | |||||
2018-01-03 | Add the fmt library (#4065) | peterbell10 | 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. | |||||
2017-12-24 | Fix style of Tools | Alexander Lyons Harkness | 1 | -28/+24 | |
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. |