summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/filetransfer/TransferTask.java
Commit message (Expand)AuthorAgeFilesLines
* [client] Memory management; handle OOM when hashing, do not skip blocksSimon Rettberg2022-03-211-5/+9
* [client] Some more logging regarding transfersSimon Rettberg2022-03-161-3/+9
* [client] Better log cancel/failure reason for uploadsSimon Rettberg2022-03-161-0/+3
* [CLIENT] Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-151-2/+3
* [client] Show server side progress and estimated virtual speedSimon Rettberg2018-05-091-1/+1
* [*] Display sat->master progress in clientSimon Rettberg2016-04-181-1/+4
* [*] Implement max connection information in satellite configSimon Rettberg2015-10-271-0/+7
* [client] Fix several issues with the new upload schemeSimon Rettberg2015-10-021-6/+8
* [client] Add "open folder" button to download panelSimon Rettberg2015-09-031-0/+4
* [client] Send block hashes to server (TODO: master sha1sum)Simon Rettberg2015-08-191-3/+9
* [client] Back off with reconnects for file transfers if it fails too oftenSimon Rettberg2015-08-111-14/+18
* [client] Fix TransferTask initiating a huge amount of connectionsSimon Rettberg2015-08-041-10/+9Star
* [client] Debug output in TransferTaskSimon Rettberg2015-08-031-0/+2
* [client] Mostly finished Wizard implementationSimon Rettberg2015-07-311-2/+13
* [client] Fixes and improvements related to file transfer; rename bytesToGigab...Simon Rettberg2015-07-211-20/+36
* [client] Continue refactoring Upload and Download TaskSimon Rettberg2015-07-211-2/+12
* [client] Feature: Start the created upload threadSimon Rettberg2015-07-211-0/+1
* [client] Created TransferTask base class for uploads and downloadsSimon Rettberg2015-07-211-0/+198