| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Change some classes / methods to fit camelCase | Nils Schwabe | 2014-07-29 | 5 | -103/+62![]() | |
| | | | | | Remove some ridiculous stuff | |||||
| * | Move scheduling interval to config and some more todos | Nils Schwabe | 2014-07-29 | 2 | -6/+12 | |
| | | ||||||
| * | Add some todos for updating an image | Nils Schwabe | 2014-07-29 | 1 | -5/+21 | |
| | | ||||||
| * | Add error handling when CRCScheduler cannot read from crcfile on disk | Nils Schwabe | 2014-07-29 | 3 | -8/+30 | |
| | | ||||||
| * | Change some things | Nils Schwabe | 2014-07-29 | 4 | -10/+19 | |
| | | ||||||
| * | Make trasmit times configurabl | Nils Schwabe | 2014-07-25 | 3 | -26/+31 | |
| | | | | | Make new globals.properties.example | |||||
| * | Add "synchronized" to UploadingImage | Nils Schwabe | 2014-07-23 | 5 | -27/+57 | |
| | | | | | Add method to calc the amount of blocks to Util | |||||
| * | Fix some bugs while testing the connection | Nils Schwabe | 2014-07-23 | 7 | -47/+126 | |
| | | | | | Change log level of thrift filetransfer to error in log4j properties | |||||
| * | Add that client gets error if a certain block was transmitted to many times ↵ | Nils Schwabe | 2014-07-14 | 3 | -21/+22 | |
| | | | | | and is still not valid | |||||
| * | Add feature to hold crc sums in RAM when writing to disk fails | Nils Schwabe | 2014-07-14 | 3 | -38/+71 | |
| | | ||||||
| * | Add security checks for image upload | Nils Schwabe | 2014-07-14 | 3 | -7/+24 | |
| | | | | | Fix typo | |||||
| * | Fix some todos | Nils Schwabe | 2014-07-11 | 2 | -5/+8 | |
| | | ||||||
| * | Add download mode | Nils Schwabe | 2014-07-11 | 1 | -11/+6![]() | |
| | | ||||||
| * | Move checking of incoming block into while loop (where it belongs) | Nils Schwabe | 2014-07-11 | 1 | -7/+8 | |
| | | ||||||
| * | Change now saving status of blocks in array | Nils Schwabe | 2014-07-11 | 5 | -75/+107 | |
| | | ||||||
| * | Start to implement download functionallity | Nils Schwabe | 2014-07-10 | 5 | -35/+43 | |
| | | ||||||
| * | Add refreshing of server session | Nils Schwabe | 2014-07-10 | 3 | -2/+7 | |
| | | ||||||
| * | Implement method for server to check if he is authenticated | Nils Schwabe | 2014-07-10 | 1 | -0/+5 | |
| | | ||||||
| * | Add some better thread synchonization | Nils Schwabe | 2014-07-10 | 10 | -366/+269![]() | |
| | | | | | | Restructure some classes Fix small connection issues | |||||
| * | Merge branch 'master' of openslx.org:bwlp/masterserver | Simon Rettberg | 2014-07-07 | 4 | -7/+16 | |
| |\ | ||||||
| | * | Add argument to send crc sums over thrift | Nils Schwabe | 2014-07-07 | 4 | -7/+16 | |
| | | | ||||||
| * | | more TODOs | Simon Rettberg | 2014-07-07 | 5 | -17/+19 | |
| |/ | ||||||
| * | Add port to up- and download thingis | Nils Schwabe | 2014-07-07 | 4 | -20/+40 | |
| | | ||||||
| * | Begin to implement crc scheduler... (not working) | Nils Schwabe | 2014-07-04 | 3 | -14/+82 | |
| | | ||||||
| * | Fix some small things | Nils Schwabe | 2014-07-04 | 6 | -74/+96 | |
| | | ||||||
| * | Moved functionallity from DbKey to DbSatellite | Nils Schwabe | 2014-07-04 | 2 | -17/+14![]() | |
| | | ||||||
| * | Move crc checker packager to master-sync-shared | Nils Schwabe | 2014-07-04 | 4 | -205/+9![]() | |
| | | | | | Add new crc scheduler to schedule crc checks | |||||
| * | Fix small bug and add comment in ImageProcessor | Nils Schwabe | 2014-07-04 | 1 | -3/+8 | |
| | | ||||||
| * | Change handling of connections and add support for download | Nils Schwabe | 2014-07-04 | 11 | -83/+307 | |
| | | ||||||
| * | Fix that Globals are initialized before servers are starting up | Nils Schwabe | 2014-07-04 | 2 | -0/+5 | |
| | | | | | Add serversocket.jks to .gitignore | |||||
| * | Change loading and checking of properties | Nils Schwabe | 2014-07-04 | 4 | -140/+90![]() | |
| | | | | | | Remove DbFtpUser Add NotNullOrEmptyFatal to Utils | |||||
| * | Merge branch 'master' of git.openslx.org:bwlp/masterserver | Nils Schwabe | 2014-07-04 | 9 | -20/+31 | |
| |\ | | | | | | | | | Conflicts: src/main/java/org/openslx/imagemaster/serverconnection/ImageProcessor.java | |||||
| | * | Disable failing test | Simon Rettberg | 2014-07-01 | 1 | -0/+2 | |
| | | | ||||||
| | * | Added TODOs, some minor cosmetic improvements | Simon Rettberg | 2014-07-01 | 8 | -20/+30 | |
| | | | ||||||
| * | | Make use of the filetransfer classes | Nils Schwabe | 2014-07-04 | 7 | -64/+211 | |
| |/ | ||||||
| * | Add implementation for the new up- and download protocoll | Nils Schwabe | 2014-06-30 | 20 | -1345/+569![]() | |
| | | | | | | Remove some old stuff that is not needed anymore Fix some small bugs | |||||
| * | Add CRCChecker | Nils Schwabe | 2014-06-23 | 3 | -0/+197 | |
| | | | | | This class checks given blocks of image files against a given crc file | |||||
| * | Fix some issues with the ftp connection and the ftp user management | Nils Schwabe | 2014-06-23 | 7 | -35/+42 | |
| | | | | | Remove some not needed imports from various files | |||||
| * | Forgot thrift file | Nils Schwabe | 2014-06-19 | 1 | -1/+1 | |
| | | ||||||
| * | Fix typo in fin_i_shedUpload | Nils Schwabe | 2014-06-19 | 1 | -1/+1 | |
| | | ||||||
| * | Add image path into ftpCredentials | Nils Schwabe | 2014-06-19 | 2 | -2/+3 | |
| | | ||||||
| * | Fix problems with thrift connection | Nils Schwabe | 2014-06-19 | 3 | -28/+15![]() | |
| | | ||||||
| * | Implement downloading functionality | Nils Schwabe | 2014-06-16 | 3 | -4/+18 | |
| | | ||||||
| * | Add FtpUsers are now in sync with DB | Nils Schwabe | 2014-06-16 | 8 | -39/+132 | |
| | | ||||||
| * | Started to implement download of images | Nils Schwabe | 2014-06-05 | 10 | -34/+235 | |
| | | ||||||
| * | Add webinterface with functionallity | Nils Schwabe | 2014-06-04 | 2 | -22/+26 | |
| | | ||||||
| * | Improve ImageProcessor functionallity (and added some regex) | Nils Schwabe | 2014-05-09 | 2 | -13/+25 | |
| | | ||||||
| * | Forgot to commit some files. | Nils Schwabe | 2014-05-09 | 2 | -0/+84 | |
| | | ||||||
| * | Fix bug where the user list was accessed by multiple threads | Nils Schwabe | 2014-05-07 | 7 | -95/+39![]() | |
| | | | | | Add server keys to database | |||||
| * | Fix message signing | Nils Schwabe | 2014-05-05 | 9 | -172/+158![]() | |
| | | ||||||

