summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/filetransfer/UploadTask.java
Commit message (Expand)AuthorAgeFilesLines
* [client] Add config option to set transfer type (SSL or plain)Simon Rettberg2023-09-221-9/+63
* [client] Show local unhashed vs. hashed chunks in detailed progress viewSimon Rettberg2022-03-221-1/+8
* [client] Memory management; handle OOM when hashing, do not skip blocksSimon Rettberg2022-03-211-0/+8
* [client] Add even more debug spam to UploadSimon Rettberg2022-03-181-8/+14
* [client] Better log cancel/failure reason for uploadsSimon Rettberg2022-03-161-1/+2
* [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/+5
* [client] Don't update server storage space too often if user is inactiveSimon Rettberg2017-03-031-0/+24
* [client] Better handling of server side errors on uploadSimon Rettberg2016-02-241-10/+15
* [client] Shrink transfer panel when completed successfullySimon Rettberg2015-10-021-0/+6
* [client] Back off with reconnects for file transfers if it fails too oftenSimon Rettberg2015-08-111-5/+11
* [client] Continue refactoring Upload and Download TaskSimon Rettberg2015-07-211-3/+2Star
* [client] Created TransferTask base class for uploads and downloadsSimon Rettberg2015-07-211-129/+89Star
* [client] Adapt to file transfer constructor changesSimon Rettberg2015-07-201-3/+4
* [client] Added listener scheme to the upload taskSimon Rettberg2015-07-191-21/+119
* [client] set upload filesize to the length of the given fileJonathan Bauer2015-07-161-11/+4Star
* [client] first steps with uploadWizwardStates [WIP]Jonathan Bauer2015-07-131-44/+14Star
* [client] Redo package structure, add comments/TODOs, rename GUI classesSimon Rettberg2015-07-081-0/+135