summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/filetransfer
Commit message (Collapse)AuthorAgeFilesLines
* Refine active transfer detection and cancellationSimon Rettberg2019-04-092-24/+30
|
* [HashChecker] Fix unlimited spawning of check threadsSimon Rettberg2019-01-161-1/+3
| | | | | Stupid variable mixup resulted in endless spawning of new checker threads that wouldn't go away after they're done.
* Fix FindBugs complaintsSimon Rettberg2018-06-274-6/+33
|
* Fix formattingSimon Rettberg2018-06-131-2/+2
|
* More speedup: LZ4 and empty chunk detectionSimon Rettberg2018-05-167-8/+228
|
* Fix check for indexSimon Rettberg2018-05-141-1/+1
|
* Support copying existing chunks server sideSimon Rettberg2018-05-116-46/+537
| | | | 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-135-13/+132
|
* 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-303-4/+29
|
* Fix: Some chunks could be dropped from the hash queue and not marked as ↵Simon Rettberg2016-08-104-5/+26
| | | | to-be-hashed again
* Truncate files if they are resumed and bigger than expectedSimon Rettberg2016-04-212-0/+8
|
* More imgsync stuffSimon Rettberg2016-04-205-48/+201
|
* Add queryUploadStatus to master serverSimon Rettberg2016-04-182-2/+7
|
* More additions for central image storeSimon Rettberg2016-04-184-15/+174
|
* Preparations/changes for global image syncSimon Rettberg2016-04-135-5/+622
|
* Make hashing classes more robust, report complete blocks without hash info ↵Simon Rettberg2016-01-284-10/+44
| | | | as hashing
* Update comments/debug messagesSimon Rettberg2015-10-021-4/+4
|
* Add generic catch block to execCallback so a throwing callback won't wreck havocSimon Rettberg2015-10-021-1/+5
|
* Support extracting hw version from vmdk filesSimon Rettberg2015-09-231-0/+1
|
* Make queue len of hash checker configurableSimon Rettberg2015-09-121-1/+7
|
* Make machineDescription binary in TransferInformationSimon Rettberg2015-09-011-1/+12
|
* Minor tweaks to filetransfer/chunklist related classesSimon Rettberg2015-08-193-6/+77
|
* Changes to chunk list related classes, support hash handling betterSimon Rettberg2015-08-194-39/+118
|
* whoami() returns WhoamiInfoSimon Rettberg2015-08-112-0/+5
|
* ChunkList.getMissing() now blocks for a while if there are still pending blocksSimon Rettberg2015-07-233-54/+250
| | | | Added HashChecker class to verify checksums of blocks
* Minor changes to file transfer classesSimon Rettberg2015-07-213-11/+15
|
* Add contains method to FileRange classSimon Rettberg2015-07-211-0/+13
|
* Moved file chunk helper classes from dozmod-server to shared libSimon Rettberg2015-07-212-0/+190
|
* Extended Util classSimon Rettberg2015-07-211-11/+2Star
|
* Thrift API changes, add configurable timeout to file transfer classesSimon Rettberg2015-07-205-29/+64
|
* Changes for Dozmod v1.1Simon Rettberg2015-06-057-143/+219
|
* Switch to TLSv1.2, move proxy config example fileSimon Rettberg2014-11-211-3/+3
|
* Add DataReceived callback to DownloaderSimon Rettberg2014-11-132-24/+45
|
* Rework file transfer, try to use callbacks for everythingSimon Rettberg2014-09-196-327/+470
| | | | | No more juggling with sendRange() and sendData(), which was easy to use wrong, and cause lots of weird errors.
* Add debugging to file transferSimon Rettberg2014-09-174-62/+57Star
|
* Revert "Undo refactoring.. Classes are working again. Could not find the ↵Nils Schwabe2014-09-114-590/+65Star
| | | | | | mistake :/" This reverts commit d05168ce96faaad75d79671e1cdf2eaccb884ed9.
* Revert "Change int to long again"Nils Schwabe2014-09-112-13/+13
| | | | This reverts commit e6e4e6ea987021b433518f551452e212bf47f333.
* Change int to long againNils Schwabe2014-08-282-13/+13
|
* Undo refactoring.. Classes are working again. Could not find the mistake :/Nils Schwabe2014-08-284-65/+590
|
* Undo testNils Schwabe2014-08-281-6/+6
|
* TestMichael Petretti2014-08-281-6/+6
|
* Merge branch 'master' of git.openslx.org:bwlp/master-sync-sharedMichael Petretti2014-08-282-8/+3Star
|\
| * Merge branch 'master' of git.openslx.org:bwlp/master-sync-sharedNils Schwabe2014-08-281-0/+3
| |\
| * | Add cosmetic (Strg-Shift-F) changesNils Schwabe2014-08-282-8/+3Star
| | |
* | | small changeMichael Petretti2014-08-281-0/+1
| |/ |/|
* | Added some debug messages and warnings bevore this.close() calls.Michael Petretti2014-08-271-0/+3
|/
* Change type of range to long so that files larger than 2 GiB are supportedNils Schwabe2014-07-253-11/+10Star
|
* [Filetransfer] Add more sanity checks and error handling, remodel class ↵Simon Rettberg2014-07-255-595/+405Star
| | | | structure, introduce common base class for Uploader and Downloader