summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/filetransfer/AsyncHashGenerator.java
Commit message (Expand)AuthorAgeFilesLines
* [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