| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move over AsymKeyHolder from satellite-daemon | Simon Rettberg | 2014-10-14 | 1 | -0/+123 |
| | | |||||
| * | Added ECP URL to OrganizationData, added registerOrganization() | Simon Rettberg | 2014-10-10 | 18 | -313/+2301 |
| | | |||||
| * | Adapted type of contentOperatingSystem to type in db. | Björn Hagemeister | 2014-10-09 | 18 | -1080/+340![]() |
| | | |||||
| * | CrcFile: Add delete() method | Simon Rettberg | 2014-10-02 | 1 | -10/+22 |
| | | |||||
| * | Rename and clean up some structs and member names | Simon Rettberg | 2014-10-02 | 6 | -1301/+5416 |
| | | |||||
| * | better exception handling. | Björn Hagemeister | 2014-10-01 | 1 | -7/+25 |
| | | |||||
| * | Change data type of auth challenge from string to byte array, add message ↵ | Simon Rettberg | 2014-09-29 | 3 | -23/+126 |
| | | | | | verifier that will use private/public keypair directly | ||||
| * | adapted to changes in CrcFile. | Björn Hagemeister | 2014-09-25 | 3 | -11/+11 |
| | | |||||
| * | Renamed *Infos -> *Data | Simon Rettberg | 2014-09-25 | 6 | -301/+940 |
| | | |||||
| * | Change Date to UnixTimestamp, add Exception codes to UploadError | Simon Rettberg | 2014-09-23 | 19 | -819/+747![]() |
| | | |||||
| * | Removed missingBlocks and allBlocksValid from uploadInfos. | Björn Hagemeister | 2014-09-23 | 2 | -266/+20![]() |
| | | |||||
| * | First adaptions to new filetransfer class. | Björn Hagemeister | 2014-09-22 | 19 | -1415/+311![]() |
| | | |||||
| * | Rework file transfer, try to use callbacks for everything | Simon Rettberg | 2014-09-19 | 6 | -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 transfer | Simon Rettberg | 2014-09-17 | 4 | -62/+57![]() |
| | | |||||
| * | Revert "Undo refactoring.. Classes are working again. Could not find the ↵ | Nils Schwabe | 2014-09-11 | 4 | -590/+65![]() |
| | | | | | | | mistake :/" This reverts commit d05168ce96faaad75d79671e1cdf2eaccb884ed9. | ||||
| * | Revert "Change int to long again" | Nils Schwabe | 2014-09-11 | 2 | -13/+13 |
| | | | | | This reverts commit e6e4e6ea987021b433518f551452e212bf47f333. | ||||
| * | Change int to long again | Nils Schwabe | 2014-08-28 | 2 | -13/+13 |
| | | |||||
| * | Undo refactoring.. Classes are working again. Could not find the mistake :/ | Nils Schwabe | 2014-08-28 | 4 | -65/+590 |
| | | |||||
| * | Undo test | Nils Schwabe | 2014-08-28 | 1 | -6/+6 |
| | | |||||
| * | Test | Michael Petretti | 2014-08-28 | 1 | -6/+6 |
| | | |||||
| * | Merge branch 'master' of git.openslx.org:bwlp/master-sync-shared | Michael Petretti | 2014-08-28 | 2 | -8/+3![]() |
| |\ | |||||
| | * | Merge branch 'master' of git.openslx.org:bwlp/master-sync-shared | Nils Schwabe | 2014-08-28 | 1 | -0/+3 |
| | |\ | |||||
| | * | | Add cosmetic (Strg-Shift-F) changes | Nils Schwabe | 2014-08-28 | 2 | -8/+3![]() |
| | | | | |||||
| * | | | small change | Michael Petretti | 2014-08-28 | 1 | -0/+1 |
| | |/ |/| | |||||
| * | | Added some debug messages and warnings bevore this.close() calls. | Michael Petretti | 2014-08-27 | 1 | -0/+3 |
| |/ | |||||
| * | Rename classes and methods to fit camelCase | Nils Schwabe | 2014-07-29 | 4 | -16/+22 |
| | | |||||
| * | Change type of range to long so that files larger than 2 GiB are supported | Nils Schwabe | 2014-07-25 | 4 | -15/+12![]() |
| | | |||||
| * | [Filetransfer] Add more sanity checks and error handling, remodel class ↵ | Simon Rettberg | 2014-07-25 | 5 | -595/+405![]() |
| | | | | | structure, introduce common base class for Uploader and Downloader | ||||
| * | [CRCFile] Add checks to prevent null pointer exception | Nils Schwabe | 2014-07-25 | 4 | -31/+43 |
| | | | | | [ClassTest] Made pretty | ||||
| * | Merge branch 'master' of git.openslx.org:bwlp/master-sync-shared | Nils Schwabe | 2014-07-23 | 2 | -6/+6 |
| |\ | |||||
| | * | Used log.info() instead of System.out.println(). | Björn Hagemeister | 2014-07-21 | 2 | -6/+6 |
| | | | |||||
| * | | Add class test | Nils Schwabe | 2014-07-23 | 1 | -0/+40 |
| | | | |||||
| * | | [CRCFile] Fix that crc file is always recalculating if it is valid | Nils Schwabe | 2014-07-23 | 1 | -6/+10 |
| | | | |||||
| * | | [CRCFile] Fix bug where sums are checked | Nils Schwabe | 2014-07-23 | 1 | -12/+9![]() |
| |/ | |||||
| * | [thrift] Add flag to UploadInfos to tell satellite if all blocks are valid | Nils Schwabe | 2014-07-21 | 1 | -4/+103 |
| | | |||||
| * | [thrift] Add new error code for invalid blocks | Nils Schwabe | 2014-07-21 | 16 | -26/+23![]() |
| | | |||||
| * | [CRCFile] Add method to get the master sum | Nils Schwabe | 2014-07-16 | 1 | -3/+25 |
| | | |||||
| * | Change behaviour of CRCFile and CRCChecker | Nils Schwabe | 2014-07-14 | 2 | -25/+27 |
| | | |||||
| * | Fix typo in ImageData "conentOperatingSystem" => "contentOperatingSystem" | Nils Schwabe | 2014-07-14 | 14 | -69/+69 |
| | | |||||
| * | Fix some todos (new errors, ...) | Nils Schwabe | 2014-07-11 | 18 | -151/+186 |
| | | |||||
| * | Merge branch 'master' of git.openslx.org:bwlp/master-sync-shared | Björn Hagemeister | 2014-07-11 | 1 | -3/+3 |
| |\ | |||||
| | * | Make method to write a crc file to disk static | Nils Schwabe | 2014-07-11 | 1 | -3/+3 |
| | | | |||||
| * | | Fixed bug in readMetaData which returned true, while not reading anything. | Björn Hagemeister | 2014-07-11 | 3 | -13/+17 |
| |/ | |||||
| * | [Thrift] Add method for server to check if he is authenticated | Nils Schwabe | 2014-07-10 | 14 | -14/+870 |
| | | |||||
| * | Removed unnessecary TODOs and comments. | Björn Hagemeister | 2014-07-10 | 4 | -39/+32![]() |
| | | |||||
| * | Checking if socket is null before closing. | Björn Hagemeister | 2014-07-10 | 2 | -2/+10 |
| | | |||||
| * | Finished implementing exception handling. | Björn Hagemeister | 2014-07-10 | 2 | -9/+79 |
| | | |||||
| * | Fixed handling with constant byte[] - length while reading and writing ↵ | Björn Hagemeister | 2014-07-10 | 4 | -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 Hagemeister | 2014-07-07 | 4 | -127/+121![]() |
| | | | | | Plus some TODOs for fixing problems which occured during testing. | ||||
| * | Used logger instead of system.out.println for system status. | Björn Hagemeister | 2014-07-07 | 1 | -7/+20 |
| | | |||||

