summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/remoteclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license headersIikka Eklund2015-12-291-4/+3
* Fix failing autotestsKai Koehne2015-03-061-1/+1
* Make sure RemoteClient's localsocket is freed early enough on shutdownKai Koehne2015-03-051-0/+1
* Use local sockets for client-server communicationKai Koehne2015-02-201-11/+5
* Update CopyrightKai Koehne2015-02-181-7/+7
* Remove occurrences of QHostAddress.kh2014-12-021-1/+1
* Move and rename connect method, adapt depending code.kh2014-12-021-32/+0
* Fix online installation into directory with elevated permissions.kh2014-12-011-33/+23
* Implement a way to start the server in debug mode and API cleanup.kh2014-11-261-34/+9
* Fix crash experienced while closing the application.kh2014-11-241-0/+18
* Add LGPLv3 as new licenseKai Koehne2014-10-161-14/+7
* Initialize both client and server with default values.kh12014-06-231-10/+6
* Initialize the client as early as possible.kh12014-06-041-2/+9
* We need to pass the socket to the connect function.kh12014-06-031-7/+6
* Introduce new classes for client-server communication.kh12014-06-031-0/+160