summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/filetransfer/util/HashChecker.java
Commit message (Expand)AuthorAgeFilesLines
* [filetransfer] Log when hashing/disk write is too slowSimon Rettberg2023-07-111-1/+6
* Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-151-2/+3
* [HashChecker] Fix unlimited spawning of check threadsSimon Rettberg2019-01-161-1/+3
* Fix FindBugs complaintsSimon Rettberg2018-06-271-3/+13
* Support copying existing chunks server sideSimon Rettberg2018-05-111-12/+33
* Filetransfer: Support calculating dnbd3 crc32 listSimon Rettberg2018-04-131-10/+32
* Fix: Some chunks could be dropped from the hash queue and not marked as to-be...Simon Rettberg2016-08-101-0/+1
* More imgsync stuffSimon Rettberg2016-04-201-2/+0Star
* More additions for central image storeSimon Rettberg2016-04-181-3/+21
* Make hashing classes more robust, report complete blocks without hash info as...Simon Rettberg2016-01-281-2/+7
* Add generic catch block to execCallback so a throwing callback won't wreck havocSimon Rettberg2015-10-021-1/+5
* Support extracting hw version from vmdk filesSimon Rettberg2015-09-231-0/+1
* Make queue len of hash checker configurableSimon Rettberg2015-09-121-1/+7
* Changes to chunk list related classes, support hash handling betterSimon Rettberg2015-08-191-5/+4Star
* ChunkList.getMissing() now blocks for a while if there are still pending blocksSimon Rettberg2015-07-231-0/+168