summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/imagemaster/serverconnection/UploadingImage.java
Commit message (Collapse)AuthorAgeFilesLines
* Compilable...Simon Rettberg2015-09-081-243/+0Star
|
* Implement API methods getPublicImages, getOrganizationsSimon Rettberg2014-10-021-1/+1
|
* Adapted to exception handling in CrcFile.java.Björn Hagemeister2014-10-011-5/+1Star
|
* Handle uploads properly if satellite does not supply crc listSimon Rettberg2014-09-301-3/+9
|
* Adapt to changed Thrift RPCSimon Rettberg2014-09-251-83/+89
|
* Adapted classes to new filetransfer.Björn Hagemeister2014-09-221-0/+10
|
* Make javadoc and some cosmetic changesNils Schwabe2014-08-281-1/+1
|
* Fix bug where the challengeResponse was to longNils Schwabe2014-08-261-5/+5
| | | | Fix some path bugs
* 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
| | | | Remove some ridiculous stuff
* 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
| | | | Make new globals.properties.example
* Add "synchronized" to UploadingImageNils Schwabe2014-07-231-15/+35
| | | | Add method to calc the amount of blocks to Util
* Fix some bugs while testing the connectionNils Schwabe2014-07-231-6/+51
| | | | 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 Schwabe2014-07-141-17/+10Star
| | | | and is still not valid
* 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
Restructure some classes Fix small connection issues