summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/filetransfer/Downloader.java
Commit message (Collapse)AuthorAgeFilesLines
* whoami() returns WhoamiInfoSimon Rettberg2015-08-111-0/+4
|
* Minor changes to file transfer classesSimon Rettberg2015-07-211-0/+4
|
* Thrift API changes, add configurable timeout to file transfer classesSimon Rettberg2015-07-201-2/+2
|
* Changes for Dozmod v1.1Simon Rettberg2015-06-051-7/+22
|
* Add DataReceived callback to DownloaderSimon Rettberg2014-11-131-24/+37
|
* Rework file transfer, try to use callbacks for everythingSimon Rettberg2014-09-191-75/+74Star
| | | | | 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-5/+3Star
|
* Revert "Undo refactoring.. Classes are working again. Could not find the ↵Nils Schwabe2014-09-111-293/+29Star
| | | | | | mistake :/" This reverts commit d05168ce96faaad75d79671e1cdf2eaccb884ed9.
* Revert "Change int to long again"Nils Schwabe2014-09-111-7/+7
| | | | This reverts commit e6e4e6ea987021b433518f551452e212bf47f333.
* Change int to long againNils Schwabe2014-08-281-7/+7
|
* Undo refactoring.. Classes are working again. Could not find the mistake :/Nils Schwabe2014-08-281-29/+293
|
* Change type of range to long so that files larger than 2 GiB are supportedNils Schwabe2014-07-251-1/+1
|
* [Filetransfer] Add more sanity checks and error handling, remodel class ↵Simon Rettberg2014-07-251-293/+29Star
| | | | structure, introduce common base class for Uploader and Downloader
* Used log.info() instead of System.out.println().Björn Hagemeister2014-07-211-3/+3
|
* Fixed bug in readMetaData which returned true, while not reading anything.Björn Hagemeister2014-07-111-4/+12
|
* Removed unnessecary TODOs and comments.Björn Hagemeister2014-07-101-14/+14
|
* Checking if socket is null before closing.Björn Hagemeister2014-07-101-1/+6
|
* Finished implementing exception handling.Björn Hagemeister2014-07-101-3/+28
|
* Fixed handling with constant byte[] - length while reading and writing ↵Björn Hagemeister2014-07-101-8/+33
| | | | | | from/to socket. Plus startet implementing correct Exception handling.
* Serveral changes, made hex code for recongnizing what to do as member.Björn Hagemeister2014-07-071-58/+51Star
| | | | Plus some TODOs for fixing problems which occured during testing.
* Implemented Exception Handling with try-catch block.Björn Hagemeister2014-07-071-155/+202
| | | | Adapted code to format scheme.
* Added TODOsSimon Rettberg2014-07-021-7/+4Star
|
* new method for sending error string, usefull for wrong token.Björn Hagemeister2014-07-021-13/+37
|
* Adding getter and setter for outputFilename in Downloader.Björn Hagemeister2014-07-021-6/+23
| | | | Plus, some security checks.
* Also pass to uploader context as argument. Added ClassTest file, which is ↵Björn Hagemeister2014-06-301-2/+0Star
| | | | same like Main for testing.
* Added filetransfer classes. Downloader.java, Uploader.java, Listener.java ↵Björn Hagemeister2014-06-301-0/+256
and IncomingEvent.java