summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/remoteclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.0'Katja Marttila2017-01-301-17/+12
|\
| * License header update to GPL-EXCEPTKatja Marttila2017-01-261-17/+12
* | Make usage of authorization fallback optionalSlobodan Vrkacevic2016-05-181-0/+6
* | Merge remote-tracking branch 'origin/2.0'Iikka Eklund2016-01-201-4/+3
|\|
| * Update license headersIikka Eklund2015-12-291-4/+3
* | Fixed occasional crash on Windows when terminating installerFrerich Raabe2015-12-081-2/+11
|/
* 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