summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/imagemaster/serverconnection/UploadingImage.java
Commit message (Expand)AuthorAgeFilesLines
* Make javadoc and some cosmetic changesNils Schwabe2014-08-281-1/+1
* Fix bug where the challengeResponse was to longNils Schwabe2014-08-261-5/+5
* Add support for updating images with new versions (not tested)Nils Schwabe2014-08-181-1/+10
* Change some classes / methods to fit camelCaseNils Schwabe2014-07-291-5/+5
* Add error handling when CRCScheduler cannot read from crcfile on diskNils Schwabe2014-07-291-1/+1
* Make trasmit times configurablNils Schwabe2014-07-251-25/+25
* Add "synchronized" to UploadingImageNils Schwabe2014-07-231-15/+35
* Fix some bugs while testing the connectionNils Schwabe2014-07-231-6/+51
* Add that client gets error if a certain block was transmitted to many times a...Nils Schwabe2014-07-141-17/+10Star
* Add feature to hold crc sums in RAM when writing to disk failsNils Schwabe2014-07-141-9/+30
* Change now saving status of blocks in arrayNils Schwabe2014-07-111-37/+61
* Start to implement download functionallityNils Schwabe2014-07-101-1/+0Star
* Add some better thread synchonizationNils Schwabe2014-07-101-0/+114