| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [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 |
| | | |||||
| * | Change the behavior of CRCFile (hopefully the last time) | Nils Schwabe | 2014-07-07 | 1 | -13/+22 |
| | | |||||
| * | Change CRCFile constr. to public | Nils Schwabe | 2014-07-07 | 1 | -2/+1![]() |
| | | |||||
| * | Sorry made a mistake. Creat getter for the crcSum | Nils Schwabe | 2014-07-07 | 1 | -1/+5 |
| | | |||||
| * | Merge branch 'master' of git.openslx.org:bwlp/master-sync-shared | Nils Schwabe | 2014-07-07 | 5 | -399/+513 |
| |\ | |||||
| | * | Implemented Exception Handling with try-catch block. | Björn Hagemeister | 2014-07-07 | 5 | -399/+513 |
| | | | | | | | | | Adapted code to format scheme. | ||||
| * | | Change crcSums to public final | Nils Schwabe | 2014-07-07 | 1 | -1/+1 |
| |/ | |||||
| * | Add argument to send crc sums over thrift | Nils Schwabe | 2014-07-07 | 2 | -58/+228 |
| | | |||||
| * | Add port to up- and download infos | Nils Schwabe | 2014-07-07 | 15 | -26/+261 |
| | | | | | Add function to CRCFile to create one from a list of crc sums | ||||
| * | Begin to implement crc scheduler (not working...) | Nils Schwabe | 2014-07-04 | 1 | -0/+1 |
| | | |||||
| * | Changed getImage method. So that the client can request blocks. | Nils Schwabe | 2014-07-04 | 15 | -30/+186 |
| | | |||||
| * | Move crc checler from masterserver to master-sync-shared | Nils Schwabe | 2014-07-04 | 3 | -0/+205 |
| | | |||||
| * | Added TODOs | Simon Rettberg | 2014-07-02 | 2 | -10/+11 |
| | | |||||
| * | new method for sending error string, usefull for wrong token. | Björn Hagemeister | 2014-07-02 | 3 | -72/+104 |
| | | |||||
| * | Add getter for port in Listener | Nils Schwabe | 2014-07-02 | 1 | -0/+5 |
| | | |||||
| * | Change Listener to extend Thread | Nils Schwabe | 2014-07-02 | 1 | -7/+2![]() |
| | | |||||
| * | Change Listener class to implement Runnable | Nils Schwabe | 2014-07-02 | 1 | -2/+12 |
| | | |||||
| * | Possible to set port in listener constructor. | Björn Hagemeister | 2014-07-02 | 2 | -8/+5![]() |
| | | |||||
| * | Fixed constructor call of downloader in ClassTest. | Björn Hagemeister | 2014-07-02 | 1 | -1/+1 |
| | | |||||
| * | Adding getter and setter for outputFilename in Downloader. | Björn Hagemeister | 2014-07-02 | 4 | -14/+54 |
| | | | | | Plus, some security checks. | ||||
| * | Also pass to uploader context as argument. Added ClassTest file, which is ↵ | Björn Hagemeister | 2014-06-30 | 3 | -21/+140 |
| | | | | | same like Main for testing. | ||||
| * | Added filetransfer classes. Downloader.java, Uploader.java, Listener.java ↵ | Björn Hagemeister | 2014-06-30 | 4 | -0/+608 |
| | | | | | and IncomingEvent.java | ||||
| * | Add new auto compiled files | Nils Schwabe | 2014-06-30 | 4 | -0/+1511 |
| | | |||||
| * | Change methods for new functionallity of Up-/Downloader class | Nils Schwabe | 2014-06-30 | 15 | -1994/+563![]() |
| | | |||||
| * | Initial Commit | Simon Rettberg | 2014-06-30 | 15 | -0/+15362 |

