summaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* [thrift] Add flag to UploadInfos to tell satellite if all blocks are validNils Schwabe2014-07-211-4/+103
|
* [thrift] Add new error code for invalid blocksNils Schwabe2014-07-2116-26/+23Star
|
* [CRCFile] Add method to get the master sumNils Schwabe2014-07-161-3/+25
|
* Change behaviour of CRCFile and CRCCheckerNils Schwabe2014-07-142-25/+27
|
* Fix typo in ImageData "conentOperatingSystem" => "contentOperatingSystem"Nils Schwabe2014-07-1414-69/+69
|
* Fix some todos (new errors, ...)Nils Schwabe2014-07-1118-151/+186
|
* Merge branch 'master' of git.openslx.org:bwlp/master-sync-sharedBjörn Hagemeister2014-07-111-3/+3
|\
| * Make method to write a crc file to disk staticNils Schwabe2014-07-111-3/+3
| |
* | Fixed bug in readMetaData which returned true, while not reading anything.Björn Hagemeister2014-07-113-13/+17
|/
* [Thrift] Add method for server to check if he is authenticatedNils Schwabe2014-07-1014-14/+870
|
* 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
|
* Change the behavior of CRCFile (hopefully the last time)Nils Schwabe2014-07-071-13/+22
|
* Change CRCFile constr. to publicNils Schwabe2014-07-071-2/+1Star
|
* Sorry made a mistake. Creat getter for the crcSumNils Schwabe2014-07-071-1/+5
|
* Merge branch 'master' of git.openslx.org:bwlp/master-sync-sharedNils Schwabe2014-07-075-399/+513
|\
| * Implemented Exception Handling with try-catch block.Björn Hagemeister2014-07-075-399/+513
| | | | | | | | Adapted code to format scheme.
* | Change crcSums to public finalNils Schwabe2014-07-071-1/+1
|/
* Add argument to send crc sums over thriftNils Schwabe2014-07-072-58/+228
|
* Add port to up- and download infosNils Schwabe2014-07-0715-26/+261
| | | | Add function to CRCFile to create one from a list of crc sums
* Begin to implement crc scheduler (not working...)Nils Schwabe2014-07-041-0/+1
|
* Changed getImage method. So that the client can request blocks.Nils Schwabe2014-07-0415-30/+186
|
* Move crc checler from masterserver to master-sync-sharedNils Schwabe2014-07-043-0/+205
|
* 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
* Add new auto compiled filesNils Schwabe2014-06-304-0/+1511
|
* Change methods for new functionallity of Up-/Downloader classNils Schwabe2014-06-3015-1994/+563Star
|
* Initial CommitSimon Rettberg2014-06-3015-0/+15362