summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/filetransfer/AsyncHashGenerator.java
Commit message (Expand)AuthorAgeFilesLines
* [*] Switch to new CascadedThreadPoolHEADmasterSimon Rettberg6 days1-6/+7
* [client] Show local unhashed vs. hashed chunks in detailed progress viewSimon Rettberg2022-03-221-0/+7
* [client] Memory management; handle OOM when hashing, do not skip blocksSimon Rettberg2022-03-211-22/+59
* [client] Cleanup chunk data lists when upload finished or is cancelledSimon Rettberg2022-03-181-0/+25
* [client] Add even more debug spam to UploadSimon Rettberg2022-03-181-62/+92
* [CLIENT] Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-151-2/+3
* [client] Fix concurrent list accessSimon Rettberg2018-05-161-1/+1
* [client] Speed up hashingSimon Rettberg2018-05-141-113/+107Star
* [client] Fix callSimon Rettberg2018-05-121-1/+3
* [client] Fix inverted logic for slowed down hashingSimon Rettberg2018-05-091-1/+1
* [client] Make sure hashes get submitted after last block was hashedSimon Rettberg2016-01-281-9/+42
* [client] Slower hashing when upload not running yetSimon Rettberg2015-10-051-0/+4
* [client] Fix several issues with the new upload schemeSimon Rettberg2015-10-021-1/+1
* [client] Start upload only when finishing wizard, add final summary page to w...Simon Rettberg2015-10-011-18/+39
* [client] Make AsyncHashGenerator faster by using two threads (I/O, Hashing)Simon Rettberg2015-08-201-35/+117
* [client] Cancel hash generator if upload failsSimon Rettberg2015-08-201-0/+12
* [client] Send block hashes to server (TODO: master sha1sum)Simon Rettberg2015-08-191-0/+82