summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/filetransfer
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Used log.info() instead of System.out.println().Björn Hagemeister2014-07-212-6/+6
|
* Fixed bug in readMetaData which returned true, while not reading anything.Björn Hagemeister2014-07-113-13/+17
|
* Removed unnessecary TODOs and comments.Björn Hagemeister2014-07-104-39/+32Star
|
* Checking if socket is null before closing.Björn Hagemeister2014-07-102-2/+10
|
* Finished implementing exception handling.Björn Hagemeister2014-07-102-9/+79
|
* Fixed handling with constant byte[] - length while reading and writing ↵Björn Hagemeister2014-07-104-21/+63
| | | | | | 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-074-127/+121Star
| | | | Plus some TODOs for fixing problems which occured during testing.
* Used logger instead of system.out.println for system status.Björn Hagemeister2014-07-071-7/+20
|
* Implemented Exception Handling with try-catch block.Björn Hagemeister2014-07-075-399/+513
| | | | Adapted code to format scheme.
* Added TODOsSimon Rettberg2014-07-022-10/+11
|
* new method for sending error string, usefull for wrong token.Björn Hagemeister2014-07-023-72/+104
|
* Add getter for port in ListenerNils Schwabe2014-07-021-0/+5
|
* Change Listener to extend ThreadNils Schwabe2014-07-021-7/+2Star
|
* Change Listener class to implement RunnableNils Schwabe2014-07-021-2/+12
|
* Possible to set port in listener constructor.Björn Hagemeister2014-07-022-8/+5Star
|
* Fixed constructor call of downloader in ClassTest.Björn Hagemeister2014-07-021-1/+1
|
* Adding getter and setter for outputFilename in Downloader.Björn Hagemeister2014-07-024-14/+54
| | | | Plus, some security checks.
* Also pass to uploader context as argument. Added ClassTest file, which is ↵Björn Hagemeister2014-06-303-21/+140
| | | | same like Main for testing.
* Added filetransfer classes. Downloader.java, Uploader.java, Listener.java ↵Björn Hagemeister2014-06-304-0/+608
and IncomingEvent.java