summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/filetransfer/util/IncomingTransferBase.java
Commit message (Collapse)AuthorAgeFilesLines
* HashCheck: Add flag to suppress overload warnings, rename flagsSimon Rettberg28 hours1-4/+4
|
* [filetransfer] Set state to WORKING when using local copyingSimon Rettberg2024-02-071-0/+3
|
* [filetransfer] Log when hashing/disk write is too slowSimon Rettberg2023-07-111-0/+10
|
* Add more log output to file transfer classesSimon Rettberg2022-03-161-3/+10
|
* Improve logging a bit, fix spellingSimon Rettberg2022-03-161-4/+4
|
* Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-151-2/+3
|
* [Transfer] Better error messages and handling for downloadssuite-2.0Simon Rettberg2021-04-211-9/+5Star
|
* Refine active transfer detection and cancellationSimon Rettberg2019-04-091-23/+29
|
* Fix FindBugs complaintsSimon Rettberg2018-06-271-1/+0Star
|
* Fix formattingSimon Rettberg2018-06-131-2/+2
|
* More speedup: LZ4 and empty chunk detectionSimon Rettberg2018-05-161-0/+7
|
* Fix check for indexSimon Rettberg2018-05-141-1/+1
|
* Support copying existing chunks server sideSimon Rettberg2018-05-111-22/+138
| | | | Can speed up uploads if the storage backend is fast enough.
* Fix CRC32 buffer race mutithread concurrent access violation usageSimon Rettberg2018-05-071-7/+16
|
* Filetransfer: Support calculating dnbd3 crc32 listSimon Rettberg2018-04-131-3/+20
|
* Fix hash-write-check race condition again ....Simon Rettberg2016-09-021-1/+3
|
* Fix some minor handling issues with transfers wrt global image exchangeSimon Rettberg2016-08-301-4/+15
|
* Fix: Some chunks could be dropped from the hash queue and not marked as ↵Simon Rettberg2016-08-101-3/+12
| | | | to-be-hashed again
* Truncate files if they are resumed and bigger than expectedSimon Rettberg2016-04-211-0/+7
|
* More imgsync stuffSimon Rettberg2016-04-201-15/+21
|
* Add queryUploadStatus to master serverSimon Rettberg2016-04-181-1/+6
|
* More additions for central image storeSimon Rettberg2016-04-181-7/+54
|
* Preparations/changes for global image syncSimon Rettberg2016-04-131-0/+475