summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/filetransfer/Uploader.java
Commit message (Collapse)AuthorAgeFilesLines
* Minor changes to file transfer classesSimon Rettberg2015-07-211-1/+1
|
* Thrift API changes, add configurable timeout to file transfer classesSimon Rettberg2015-07-201-3/+3
|
* Changes for Dozmod v1.1Simon Rettberg2015-06-051-22/+22
|
* Rework file transfer, try to use callbacks for everythingSimon Rettberg2014-09-191-54/+80
| | | | | 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-15/+12Star
|
* Revert "Undo refactoring.. Classes are working again. Could not find the ↵Nils Schwabe2014-09-111-294/+33Star
| | | | | | mistake :/" This reverts commit d05168ce96faaad75d79671e1cdf2eaccb884ed9.
* Revert "Change int to long again"Nils Schwabe2014-09-111-6/+6
| | | | This reverts commit e6e4e6ea987021b433518f551452e212bf47f333.
* Change int to long againNils Schwabe2014-08-281-6/+6
|
* Undo refactoring.. Classes are working again. Could not find the mistake :/Nils Schwabe2014-08-281-33/+294
|
* 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-294/+33Star
| | | | 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-8/+4Star
|
* Removed unnessecary TODOs and comments.Björn Hagemeister2014-07-101-17/+17
|
* Checking if socket is null before closing.Björn Hagemeister2014-07-101-1/+4
|
* Finished implementing exception handling.Björn Hagemeister2014-07-101-6/+51
|
* Fixed handling with constant byte[] - length while reading and writing ↵Björn Hagemeister2014-07-101-5/+19
| | | | | | 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-32/+33
| | | | Plus some TODOs for fixing problems which occured during testing.
* Implemented Exception Handling with try-catch block.Björn Hagemeister2014-07-071-132/+192
| | | | Adapted code to format scheme.
* new method for sending error string, usefull for wrong token.Björn Hagemeister2014-07-021-33/+51
|
* Adding getter and setter for outputFilename in Downloader.Björn Hagemeister2014-07-021-5/+20
| | | | Plus, some security checks.
* Also pass to uploader context as argument. Added ClassTest file, which is ↵Björn Hagemeister2014-06-301-19/+1Star
| | | | same like Main for testing.
* Added filetransfer classes. Downloader.java, Uploader.java, Listener.java ↵Björn Hagemeister2014-06-301-0/+253
and IncomingEvent.java