summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/imagemaster/crcchecker
Commit message (Collapse)AuthorAgeFilesLines
* CrcFile: Add delete() methodSimon Rettberg2014-10-021-10/+22
|
* better exception handling.Björn Hagemeister2014-10-011-7/+25
|
* adapted to changes in CrcFile.Björn Hagemeister2014-09-253-11/+11
|
* Renamed *Infos -> *DataSimon Rettberg2014-09-251-90/+73Star
|
* 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-251-4/+2Star
|
* [CRCFile] Add checks to prevent null pointer exceptionNils Schwabe2014-07-254-31/+43
| | | | [ClassTest] Made pretty
* 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 new error code for invalid blocksNils Schwabe2014-07-211-11/+5Star
|
* [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 some todos (new errors, ...)Nils Schwabe2014-07-113-81/+113
|
* Make method to write a crc file to disk staticNils Schwabe2014-07-111-3/+3
|
* 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
|
* Change crcSums to public finalNils Schwabe2014-07-071-1/+1
|
* Add argument to send crc sums over thriftNils Schwabe2014-07-071-28/+40
|
* Add port to up- and download infosNils Schwabe2014-07-071-1/+30
| | | | 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-041-2/+0Star
|
* Move crc checler from masterserver to master-sync-sharedNils Schwabe2014-07-043-0/+205