summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/thrift/UploadInitiator.java
Commit message (Collapse)AuthorAgeFilesLines
* [client] Add config option to set transfer type (SSL or plain)Simon Rettberg2023-09-221-2/+2
|
* [client] Show local unhashed vs. hashed chunks in detailed progress viewSimon Rettberg2022-03-221-0/+3
|
* [client] Memory management; handle OOM when hashing, do not skip blocksSimon Rettberg2022-03-211-1/+1
| | | | | | | | | | Try to free some references regarding transfers earlier, e.g. the hash worker and list of hashes as soon as hashing is finished on upload, not only when the upload is finished and the window is closed. Properly delay hashing of blocks in OOM scenarios, and be more conservative with the number of hash workers, i.e. take maximum JVM memory into account. Also, improve thread naming.
* [client] Better log cancel/failure reason for uploadsSimon Rettberg2022-03-161-12/+16
|
* [CLIENT] Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-151-2/+3
|
* [client] Log error message if upload gets rejectedSimon Rettberg2019-10-081-11/+14
|
* [client] Improve some texts (image -> vm mostly)Simon Rettberg2016-02-041-1/+1
|
* [client] UploadInitiator: Fix error message on low disk spaceSimon Rettberg2016-01-261-2/+2
|
* [client] Add experimental setting for number of connections per transferSimon Rettberg2015-10-211-0/+2
|
* [client] Start upload only when finishing wizard, add final summary page to ↵Simon Rettberg2015-10-011-0/+241
wizard