summaryrefslogtreecommitdiffstats
path: root/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/fileserv/SyncTransferHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* [*] Switch to new CascadedThreadPoolSimon Rettberg2024-05-221-5/+6
|
* [server] Assign proper names to threads and thread poolsSimon Rettberg2023-05-261-1/+1
|
* [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-4/+26
| | | | | | | | | | | 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] Adapt to moved classSimon Rettberg2018-05-141-1/+1
|
* [server] Improve handling of global image exchange transfers wrt. crashed ↵Simon Rettberg2016-08-301-10/+35
| | | | peers or connection drops
* [server] Fix upload handling if image already existsSimon Rettberg2016-04-251-6/+23
|
* More imgsync stuffSimon Rettberg2016-04-201-0/+9
|
* [*] Make uploading images to central server workSimon Rettberg2016-04-181-25/+35
|
* (WiP) Global image syncSimon Rettberg2016-04-131-8/+107
|
* [server] Use GrowingThreadPoolExecutor everywhereSimon Rettberg2016-01-081-2/+2
|
* [server] Adjust priority of file transfersSimon Rettberg2015-09-161-1/+21
|
* [server] Working on image download from master serverSimon Rettberg2015-08-281-0/+132