summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/imagemaster/serverconnection/ConnectionHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-151-2/+3
* Implement global image exchange with satellite serversSimon Rettberg2016-08-301-17/+150
* (WiP) Global image syncSimon Rettberg2016-04-131-92/+80Star
* StuffSimon Rettberg2015-09-081-4/+4
* Compilable...Simon Rettberg2015-09-081-117/+79Star
* Handle uploads properly if satellite does not supply crc listSimon Rettberg2014-09-301-1/+4
* Adapt to changed Thrift RPCSimon Rettberg2014-09-251-110/+84Star
* Adapted classes to new filetransfer.Björn Hagemeister2014-09-221-46/+85
* Adapt to changed method names from master-sync-sharedSimon Rettberg2014-09-171-8/+8
* Make javadoc and some cosmetic changesNils Schwabe2014-08-281-2/+3
* Change some thingsNils Schwabe2014-07-291-6/+6
* Fix some bugs while testing the connectionNils Schwabe2014-07-231-21/+23
* Add that client gets error if a certain block was transmitted to many times a...Nils Schwabe2014-07-141-1/+3
* 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-111-1/+1
* Start to implement download functionallityNils Schwabe2014-07-101-20/+24
* Add refreshing of server sessionNils Schwabe2014-07-101-2/+0Star
* Add some better thread synchonizationNils Schwabe2014-07-101-65/+73
* Merge branch 'master' of openslx.org:bwlp/masterserverSimon Rettberg2014-07-071-0/+1
|\
| * Add argument to send crc sums over thriftNils Schwabe2014-07-071-0/+1
* | more TODOsSimon Rettberg2014-07-071-1/+2
|/
* Add port to up- and download thingisNils Schwabe2014-07-071-2/+4
* Change handling of connections and add support for downloadNils Schwabe2014-07-041-11/+55
* Make use of the filetransfer classesNils Schwabe2014-07-041-0/+135