summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/filetransfer/Transfer.java
Commit message (Collapse)AuthorAgeFilesLines
* More speedup: LZ4 and empty chunk detectionSimon Rettberg2018-05-161-0/+25
|
* Truncate files if they are resumed and bigger than expectedSimon Rettberg2016-04-211-0/+1
|
* Preparations/changes for global image syncSimon Rettberg2016-04-131-2/+8
|
* Update comments/debug messagesSimon Rettberg2015-10-021-4/+4
|
* Minor tweaks to filetransfer/chunklist related classesSimon Rettberg2015-08-191-1/+0Star
|
* whoami() returns WhoamiInfoSimon Rettberg2015-08-111-0/+1
|
* Minor changes to file transfer classesSimon Rettberg2015-07-211-10/+10
|
* Extended Util classSimon Rettberg2015-07-211-11/+2Star
|
* Thrift API changes, add configurable timeout to file transfer classesSimon Rettberg2015-07-201-7/+25
|
* Changes for Dozmod v1.1Simon Rettberg2015-06-051-58/+55Star
|
* Rework file transfer, try to use callbacks for everythingSimon Rettberg2014-09-191-158/+207
| | | | | 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-171-23/+18Star
|
* Revert "Undo refactoring.. Classes are working again. Could not find the ↵Nils Schwabe2014-09-111-1/+1
| | | | | | mistake :/" This reverts commit d05168ce96faaad75d79671e1cdf2eaccb884ed9.
* Undo refactoring.. Classes are working again. Could not find the mistake :/Nils Schwabe2014-08-281-1/+1
|
* 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-281-3/+2Star
|\
| * Merge branch 'master' of git.openslx.org:bwlp/master-sync-sharedNils Schwabe2014-08-281-0/+3
| |\
| * | Add cosmetic (Strg-Shift-F) changesNils Schwabe2014-08-281-3/+2Star
| | |
* | | 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-251-9/+8Star
|
* [Filetransfer] Add more sanity checks and error handling, remodel class ↵Simon Rettberg2014-07-251-0/+327
structure, introduce common base class for Uploader and Downloader