summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/filetransfer/util/ChunkList.java
Commit message (Expand)AuthorAgeFilesLines
* More speedup: LZ4 and empty chunk detectionSimon Rettberg2018-05-161-2/+20
* Support copying existing chunks server sideSimon Rettberg2018-05-111-5/+82
* Filetransfer: Support calculating dnbd3 crc32 listSimon Rettberg2018-04-131-0/+32
* Fix: Some chunks could be dropped from the hash queue and not marked as to-be...Simon Rettberg2016-08-101-0/+11
* More imgsync stuffSimon Rettberg2016-04-201-2/+2
* Add queryUploadStatus to master serverSimon Rettberg2016-04-181-1/+1
* More additions for central image storeSimon Rettberg2016-04-181-2/+96
* Preparations/changes for global image syncSimon Rettberg2016-04-131-3/+3
* Make hashing classes more robust, report complete blocks without hash info as...Simon Rettberg2016-01-281-6/+20
* Make machineDescription binary in TransferInformationSimon Rettberg2015-09-011-1/+12
* Minor tweaks to filetransfer/chunklist related classesSimon Rettberg2015-08-191-3/+71
* Changes to chunk list related classes, support hash handling betterSimon Rettberg2015-08-191-10/+50
* ChunkList.getMissing() now blocks for a while if there are still pending blocksSimon Rettberg2015-07-231-27/+43
* Moved file chunk helper classes from dozmod-server to shared libSimon Rettberg2015-07-211-0/+113