summaryrefslogtreecommitdiffstats
path: root/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/fileserv/OutgoingDataTransfer.java
Commit message (Collapse)AuthorAgeFilesLines
* master<->sat transfer: Prefer SSLSimon Rettberg2023-09-261-11/+12
|
* [SERVER] Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-151-2/+3
|
* [server] Disallow deleting busy images, fix multiple clones from masterSimon Rettberg2019-10-211-2/+10
| | | | | | | | | | | Deleting images that are currently being up- or downloaded would create some confusion server-side, so disallow this. We accidentally didn't use the image version id as the transfer id for downloads from the master server; fix that so that triggering the download of the same image multiple times won't actually download the same image multiple times. Closes #3651
* [server] Improve handling of global image exchange transfers wrt. crashed ↵Simon Rettberg2016-08-301-14/+17
| | | | peers or connection drops
* More imgsync stuffSimon Rettberg2016-04-201-73/+9Star
|
* [*] Display sat->master progress in clientSimon Rettberg2016-04-181-2/+1Star
|
* (WiP) Global image syncSimon Rettberg2016-04-131-5/+70
|
* [server] Use GrowingThreadPoolExecutor everywhereSimon Rettberg2016-01-081-5/+4Star
|
* [server] Fix transfer timeout detection and active countingSimon Rettberg2015-09-301-6/+4Star
|
* [server] Tweak calculation of transfer count limitsSimon Rettberg2015-08-281-1/+1
|
* [server] Working on image download from master serverSimon Rettberg2015-08-281-0/+102