summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/imagemaster/serverconnection/ImageProcessor.java
Commit message (Expand)AuthorAgeFilesLines
* Compilable...Simon Rettberg2015-09-081-191/+0Star
* Remove some debug messages, fix possible race condition in ImageProcessorSimon Rettberg2014-11-201-7/+8
* Fixed several things for successful up and download to satellite.Björn Hagemeister2014-10-221-1/+1
* Adapted to type adaption of contentOperatingSystem.Björn Hagemeister2014-10-091-1/+1
* Implement API methods getPublicImages, getOrganizationsSimon Rettberg2014-10-021-8/+8
* Handle uploads properly if satellite does not supply crc listSimon Rettberg2014-09-301-1/+6
* Adapt to changed Thrift RPCSimon Rettberg2014-09-251-239/+58Star
* Fix bug where the challengeResponse was to longNils Schwabe2014-08-261-31/+38
* Add support for updating images with new versions (not tested)Nils Schwabe2014-08-181-7/+35
* Change some classes / methods to fit camelCaseNils Schwabe2014-07-291-12/+12
* Move scheduling interval to config and some more todosNils Schwabe2014-07-291-6/+7
* Add some todos for updating an imageNils Schwabe2014-07-291-5/+21
* Add error handling when CRCScheduler cannot read from crcfile on diskNils Schwabe2014-07-291-1/+12
* Change some thingsNils Schwabe2014-07-291-1/+0Star
* Make trasmit times configurablNils Schwabe2014-07-251-1/+1
* Add "synchronized" to UploadingImageNils Schwabe2014-07-231-2/+3
* Fix some bugs while testing the connectionNils Schwabe2014-07-231-16/+29
* Add that client gets error if a certain block was transmitted to many times a...Nils Schwabe2014-07-141-3/+9
* Add feature to hold crc sums in RAM when writing to disk failsNils Schwabe2014-07-141-28/+40
* Add security checks for image uploadNils Schwabe2014-07-141-3/+19
* Fix some todosNils Schwabe2014-07-111-2/+6
* Change now saving status of blocks in arrayNils Schwabe2014-07-111-15/+16
* Start to implement download functionallityNils Schwabe2014-07-101-8/+11
* Add some better thread synchonizationNils Schwabe2014-07-101-73/+77
* Add argument to send crc sums over thriftNils Schwabe2014-07-071-3/+11
* Add port to up- and download thingisNils Schwabe2014-07-071-14/+15
* Begin to implement crc scheduler... (not working)Nils Schwabe2014-07-041-6/+27
* Fix some small thingsNils Schwabe2014-07-041-10/+10
* Fix small bug and add comment in ImageProcessorNils Schwabe2014-07-041-3/+8
* Change handling of connections and add support for downloadNils Schwabe2014-07-041-8/+80
* Merge branch 'master' of git.openslx.org:bwlp/masterserverNils Schwabe2014-07-041-3/+7
|\
| * Added TODOs, some minor cosmetic improvementsSimon Rettberg2014-07-011-3/+8
* | Make use of the filetransfer classesNils Schwabe2014-07-041-29/+39
|/
* Add implementation for the new up- and download protocollNils Schwabe2014-06-301-0/+123