summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/imagemaster/serverconnection
Commit message (Collapse)AuthorAgeFilesLines
* Also deny listing public images in R/O modeSimon Rettberg2024-06-061-0/+2
|
* Implemente read-only mode for secondary server(s)Simon Rettberg2024-06-062-9/+13
|
* Switch to new CascadedThreadPoolSimon Rettberg2024-05-221-3/+3
|
* Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-152-4/+6
|
* Adapt to changed insterface in master-sync-sharedSimon Rettberg2018-05-111-1/+1
|
* Implement global image exchange with satellite serversSimon Rettberg2016-08-303-21/+213
|
* (WiP) Global image syncSimon Rettberg2016-04-134-184/+185
|
* StuffSimon Rettberg2015-09-081-4/+4
|
* Compilable...Simon Rettberg2015-09-085-629/+171Star
|
* Remove some debug messages, fix possible race condition in ImageProcessorSimon Rettberg2014-11-202-11/+13
|
* 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-022-9/+9
|
* 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-303-5/+19
|
* Adapt to changed Thrift RPCSimon Rettberg2014-09-256-540/+232Star
|
* Adapted classes to new filetransfer.Björn Hagemeister2014-09-222-46/+95
|
* Adapt to changed method names from master-sync-sharedSimon Rettberg2014-09-171-8/+8
|
* Make javadoc and some cosmetic changesNils Schwabe2014-08-285-10/+13
|
* Fix bug where the challengeResponse was to longNils Schwabe2014-08-262-36/+43
| | | | Fix some path bugs
* Add support for updating images with new versions (not tested)Nils Schwabe2014-08-183-8/+120
|
* Change some classes / methods to fit camelCaseNils Schwabe2014-07-293-91/+17Star
| | | | Remove some ridiculous stuff
* 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-293-8/+30
|
* Change some thingsNils Schwabe2014-07-293-9/+10
|
* Make trasmit times configurablNils Schwabe2014-07-252-26/+26
| | | | Make new globals.properties.example
* Add "synchronized" to UploadingImageNils Schwabe2014-07-233-20/+39
| | | | Add method to calc the amount of blocks to Util
* Fix some bugs while testing the connectionNils Schwabe2014-07-234-44/+118
| | | | 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-143-21/+22
| | | | and is still not valid
* Add feature to hold crc sums in RAM when writing to disk failsNils Schwabe2014-07-143-38/+71
|
* Add security checks for image uploadNils Schwabe2014-07-141-3/+19
| | | | Fix typo
* Fix some todosNils Schwabe2014-07-111-2/+6
|
* Add download modeNils Schwabe2014-07-111-11/+6Star
|
* Move checking of incoming block into while loop (where it belongs)Nils Schwabe2014-07-111-7/+8
|
* Change now saving status of blocks in arrayNils Schwabe2014-07-114-65/+95
|
* Start to implement download functionallityNils Schwabe2014-07-105-35/+43
|
* Add refreshing of server sessionNils Schwabe2014-07-101-2/+0Star
|
* Add some better thread synchonizationNils Schwabe2014-07-106-198/+187Star
| | | | | Restructure some classes Fix small connection issues
* Merge branch 'master' of openslx.org:bwlp/masterserverSimon Rettberg2014-07-072-3/+12
|\
| * Add argument to send crc sums over thriftNils Schwabe2014-07-072-3/+12
| |
* | more TODOsSimon Rettberg2014-07-072-2/+7
|/
* Add port to up- and download thingisNils Schwabe2014-07-074-20/+40
|
* Begin to implement crc scheduler... (not working)Nils Schwabe2014-07-043-14/+82
|
* Fix some small thingsNils Schwabe2014-07-042-17/+34
|
* Move crc checker packager to master-sync-sharedNils Schwabe2014-07-041-0/+9
| | | | Add new crc scheduler to schedule crc checks
* Fix small bug and add comment in ImageProcessorNils Schwabe2014-07-041-3/+8
|
* Change handling of connections and add support for downloadNils Schwabe2014-07-045-21/+256
|
* Merge branch 'master' of git.openslx.org:bwlp/masterserverNils Schwabe2014-07-041-3/+7
|\ | | | | | | | | Conflicts: src/main/java/org/openslx/imagemaster/serverconnection/ImageProcessor.java
| * Added TODOs, some minor cosmetic improvementsSimon Rettberg2014-07-011-3/+8
| |