summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/filetransfer/util/FileChunk.java
Commit message (Expand)AuthorAgeFilesLines
* More speedup: LZ4 and empty chunk detectionSimon Rettberg2018-05-161-0/+22
* Support copying existing chunks server sideSimon Rettberg2018-05-111-7/+34
* 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-2/+2
* More additions for central image storeSimon Rettberg2016-04-181-3/+3
* Preparations/changes for global image syncSimon Rettberg2016-04-131-0/+3
* Make hashing classes more robust, report complete blocks without hash info as...Simon Rettberg2016-01-281-1/+16
* Minor tweaks to filetransfer/chunklist related classesSimon Rettberg2015-08-191-2/+6
* Changes to chunk list related classes, support hash handling betterSimon Rettberg2015-08-191-24/+45
* ChunkList.getMissing() now blocks for a while if there are still pending blocksSimon Rettberg2015-07-231-27/+39
* Moved file chunk helper classes from dozmod-server to shared libSimon Rettberg2015-07-211-0/+77