summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/filetransfer
Commit message (Expand)AuthorAgeFilesLines
* [*] Switch to new CascadedThreadPoolSimon Rettberg2024-05-221-6/+7
* [client] Add config option to set transfer type (SSL or plain)Simon Rettberg2023-09-222-18/+127
* [client] Fix NPESimon Rettberg2022-03-221-1/+1
* [client] Show local unhashed vs. hashed chunks in detailed progress viewSimon Rettberg2022-03-223-2/+27
* [client] Memory management; handle OOM when hashing, do not skip blocksSimon Rettberg2022-03-214-28/+84
* [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-182-70/+106
* [client] Some more logging regarding transfersSimon Rettberg2022-03-161-3/+9
* [client] Better log cancel/failure reason for uploadsSimon Rettberg2022-03-162-1/+5
* [CLIENT] Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-154-8/+12
* [client] Fix warnings and replace deprecated methodsManuel Bentele2021-03-111-3/+0Star
* [client] Cancel transfers when exiting appSimon Rettberg2019-04-291-0/+12
* [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] Show server side progress and estimated virtual speedSimon Rettberg2018-05-095-5/+23
* [client] Don't update server storage space too often if user is inactiveSimon Rettberg2017-03-031-0/+24
* [client] PassiveTransfer: Tell if error comes from master or satelliteSimon Rettberg2016-09-191-0/+3
* [client] Add handling for master<->sat transfersSimon Rettberg2016-04-251-2/+10
* More imgsync stuffSimon Rettberg2016-04-201-10/+10
* [*] Display sat->master progress in clientSimon Rettberg2016-04-183-1/+111
* [client] Better handling of server side errors on uploadSimon Rettberg2016-02-241-10/+15
* [client] Make sure hashes get submitted after last block was hashedSimon Rettberg2016-01-281-9/+42
* [*] Implement max connection information in satellite configSimon Rettberg2015-10-271-0/+7
* [client] Slower hashing when upload not running yetSimon Rettberg2015-10-051-0/+4
* [client] Shrink transfer panel when completed successfullySimon Rettberg2015-10-021-0/+6
* [client] Fix several issues with the new upload schemeSimon Rettberg2015-10-022-7/+9
* [client] Start upload only when finishing wizard, add final summary page to w...Simon Rettberg2015-10-011-18/+39
* [client] Disable login button while login is running; create legacy vmx if se...Simon Rettberg2015-09-231-2/+3
* [client] Show remaining time when downloading.Stephan Schwaer2015-09-031-0/+11
* [client] Add "open folder" button to download panelSimon Rettberg2015-09-031-0/+4
* [client] Generate VMX on downloadSimon Rettberg2015-09-021-12/+0Star
* [client] download images as <name>.partial and rename them back to <name> whe...Jonathan Bauer2015-08-281-0/+12
* [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-192-3/+91
* Adapt to master-sync-shared changesSimon Rettberg2015-08-191-3/+1Star
* [client] refactored TransferHelper to ThriftActionsJonathan Bauer2015-08-191-108/+0Star
* [client] async delete call + callback. Another callback when downloading an i...Jonathan Bauer2015-08-181-1/+8
* [client] Fix downloading logicSimon Rettberg2015-08-151-1/+1
* [client] Beef up file chooser, better UI feedback on allowed optionsSimon Rettberg2015-08-151-0/+101
* [client] Back off with reconnects for file transfers if it fails too oftenSimon Rettberg2015-08-113-20/+33
* [client] Fix/finish download feature (no visual feedback yet)Simon Rettberg2015-08-111-3/+3
* [client] Implement progress bar for uploads in main windowSimon Rettberg2015-08-071-2/+3
* [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
* [*] Adapt to ChunkList changes; [server] Support multiple connections per uploadSimon Rettberg2015-07-231-1/+6
* [client] Fixes and improvements related to file transfer; rename bytesToGigab...Simon Rettberg2015-07-212-21/+37