Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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. | |||||
2015-05-24 | Fix other clang 3.6 commit | tycho | 1 | -1/+4 | |
2015-05-24 | Disable -Werror for warnings in tools. | tycho | 1 | -1/+2 | |
2015-05-23 | Disable warnings in MCADefrag, ProtoProxy and tests | tycho | 1 | -2/+3 | |
2014-12-25 | Fixed tools compilation. | Mattes D | 2 | -0/+3 | |
Fixes errors introduced in 081e7ddd028d9382bd52c2b117dae6b6f84225e5. | |||||
2014-12-21 | MCADefrag: Added a sanity check for chunk size. | Mattes D | 1 | -1/+1 | |
Fixes CID 66448. | |||||
2014-12-04 | Tools: Removed unused Timer.* file from CMakeLists.txt. | Mattes D | 1 | -2/+1 | |
2014-11-29 | Fixed MCADefrag compilation. | Mattes D | 1 | -0/+8 | |
2014-10-21 | Compile fix? | Tiger Wang | 1 | -2/+0 | |
2014-08-12 | Renamed Loggers | Tycho | 2 | -11/+11 | |
2014-08-10 | Fixed Tools to work with new logging framework | Tycho | 2 | -6/+16 | |
2014-07-24 | Made redundant semi not an error, fixed one more. | archshift | 1 | -1/+1 | |
2014-06-03 | Update Globals.h | Julian Laubstein | 1 | -1/+1 | |
2014-05-20 | Fixed MCADefrag compilation. | madmaxoft | 1 | -0/+15 | |
2014-05-19 | Fixed some warnings | Julian Laubstein | 1 | -0/+1 | |
2014-03-11 | Added macros support to tools | Tycho | 1 | -1/+4 | |
2014-02-16 | COnverted ProtoProxy to use library CMakeLists | Tycho | 1 | -1/+1 | |
2014-02-16 | Allow building MCADefrag at the same time as MCServer | Tycho | 1 | -4/+2 | |
2014-02-16 | CHange MCADefrag CMakelist to use zlib CMakeList | Tycho | 1 | -9/+4 | |
2014-02-16 | rewrote MCADefrag CMakelist to use Setflags | Tycho | 1 | -56/+16 | |
2014-02-13 | MCADefrag: Implemented recompression. | madmaxoft | 2 | -5/+136 | |
This finalizes #639. | |||||
2014-02-13 | MCADefrag: Fixed bugs, now produces valid MCA files. | madmaxoft | 2 | -3/+22 | |
2014-02-13 | MCADefrag: Initial implementation. | madmaxoft | 6 | -0/+799 | |
Partially implements #639. This only defragments the chunks, without recompressing them. |