summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/imagemaster/serverconnection/ConnectionHandler.java
Commit message (Expand)AuthorAgeFilesLines
* 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