summaryrefslogtreecommitdiffstats
path: root/Tools/MCADefrag (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed tools compilation.Mattes D2014-12-252-0/+3
| | | | Fixes errors introduced in 081e7ddd028d9382bd52c2b117dae6b6f84225e5.
* MCADefrag: Added a sanity check for chunk size.Mattes D2014-12-211-1/+1
| | | | Fixes CID 66448.
* Tools: Removed unused Timer.* file from CMakeLists.txt.Mattes D2014-12-041-2/+1
|
* Fixed MCADefrag compilation.Mattes D2014-11-291-0/+8
|
* Renamed LoggersTycho2014-08-122-11/+11
|
* Fixed Tools to work with new logging frameworkTycho2014-08-102-6/+16
|
* Made redundant semi not an error, fixed one more.archshift2014-07-241-1/+1
|
* Merge pull request #1011 from SphinxC0re/SomeWarningFixesMattes D2014-06-041-0/+1
|\ | | | | Fixed some warnings
| * Update Globals.hJulian Laubstein2014-06-031-1/+1
| |
| * Fixed some warningsJulian Laubstein2014-05-191-0/+1
| |
* | Fixed MCADefrag compilation.madmaxoft2014-05-201-0/+15
|/
* Added macros support to toolsTycho2014-03-111-1/+4
|
* COnverted ProtoProxy to use library CMakeListsTycho2014-02-161-1/+1
|
* Allow building MCADefrag at the same time as MCServerTycho2014-02-161-4/+2
|
* CHange MCADefrag CMakelist to use zlib CMakeListTycho2014-02-161-9/+4
|
* rewrote MCADefrag CMakelist to use SetflagsTycho2014-02-161-56/+16
|
* MCADefrag: Implemented recompression.madmaxoft2014-02-132-5/+136
| | | | This finalizes #639.
* MCADefrag: Fixed bugs, now produces valid MCA files.madmaxoft2014-02-132-3/+22
|
* MCADefrag: Initial implementation.madmaxoft2014-02-136-0/+799
Partially implements #639. This only defragments the chunks, without recompressing them.