summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/filetransfer
Commit message (Expand)AuthorAgeFilesLines
* [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
* [client] Continue refactoring Upload and Download TaskSimon Rettberg2015-07-213-89/+139
* [client] Feature: Start the created upload threadSimon Rettberg2015-07-211-0/+1
* [client] Created TransferTask base class for uploads and downloadsSimon Rettberg2015-07-213-136/+299
* [client] Adapt to file transfer constructor changesSimon Rettberg2015-07-202-7/+7
* [client] Added listener scheme to the upload taskSimon Rettberg2015-07-193-21/+171
* [client] set upload filesize to the length of the given fileJonathan Bauer2015-07-161-11/+4Star
* [client] removed old swing stuff from util/*Jonathan Bauer2015-07-141-39/+12Star
* [client] first steps with uploadWizwardStates [WIP]Jonathan Bauer2015-07-131-44/+14Star
* [client] Redo package structure, add comments/TODOs, rename GUI classesSimon Rettberg2015-07-082-0/+306