summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/filetransfer/util/HashChecker.java
Commit message (Collapse)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
| | | | | Stupid variable mixup resulted in endless spawning of new checker threads that wouldn't go away after they're done.
* Fix FindBugs complaintsSimon Rettberg2018-06-271-3/+13
|
* Support copying existing chunks server sideSimon Rettberg2018-05-111-12/+33
| | | | Can speed up uploads if the storage backend is fast enough.
* 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 ↵Simon Rettberg2016-08-101-0/+1
| | | | to-be-hashed again
* 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 ↵Simon Rettberg2016-01-281-2/+7
| | | | as hashing
* 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
Added HashChecker class to verify checksums of blocks