summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "Undo refactoring.. Classes are working again. Could not find the mist...Nils Schwabe2014-09-114-590/+65Star
* Revert "Change int to long again"Nils Schwabe2014-09-112-13/+13
* 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
|/
* Rename classes and methods to fit camelCaseNils Schwabe2014-07-294-16/+22
* Change type of range to long so that files larger than 2 GiB are supportedNils Schwabe2014-07-254-15/+12Star
* [Filetransfer] Add more sanity checks and error handling, remodel class struc...Simon Rettberg2014-07-255-595/+405Star
* [CRCFile] Add checks to prevent null pointer exceptionNils Schwabe2014-07-254-31/+43
* Merge branch 'master' of git.openslx.org:bwlp/master-sync-sharedNils Schwabe2014-07-232-6/+6
|\
| * Used log.info() instead of System.out.println().Björn Hagemeister2014-07-212-6/+6
* | Add class testNils Schwabe2014-07-231-0/+40
* | [CRCFile] Fix that crc file is always recalculating if it is validNils Schwabe2014-07-231-6/+10
* | [CRCFile] Fix bug where sums are checkedNils Schwabe2014-07-231-12/+9Star
|/
* [thrift] Add flag to UploadInfos to tell satellite if all blocks are validNils Schwabe2014-07-212-5/+105
* [thrift] Add new error code for invalid blocksNils Schwabe2014-07-2117-27/+25Star
* [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-1415-70/+70
* Fix some todos (new errors, ...)Nils Schwabe2014-07-1119-152/+188
* 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-1015-16/+873
* 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 from/t...Björn Hagemeister2014-07-104-21/+63
* Serveral changes, made hex code for recongnizing what to do as member.Björn Hagemeister2014-07-074-127/+121Star
* 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
* | Change crcSums to public finalNils Schwabe2014-07-071-1/+1
|/
* Add argument to send crc sums over thriftNils Schwabe2014-07-073-59/+229
* Add port to up- and download infosNils Schwabe2014-07-0716-28/+265
* 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-0416-31/+187
* 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