summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/filetransfer/util/IncomingTransferBase.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 to-be...Simon Rettberg2016-08-101-3/+12
* 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