summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/remoteserverconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Remove internal classes and structs from generated documentationArttu Tarkiainen2020-09-211-0/+12
* Use of QLoggingCategoryKatja Marttila2020-02-131-5/+6
* Enable support for Qt 5.12 in installer frameworkArttu Tarkiainen2019-08-221-0/+7
* Replace 0 with nullptrKatja Marttila2019-01-091-5/+5
* Merge remote-tracking branch 'origin/2.0'Katja Marttila2017-01-301-17/+12
|\
| * License header update to GPL-EXCEPTKatja Marttila2017-01-261-17/+12
* | Revert "Windows: Fix crashes in elevated installation"Katja Marttila2016-05-201-2/+1
* | Fixed handling of Destroy command in server processFrerich Raabe2016-04-071-2/+2
|/
* Update license headersIikka Eklund2015-12-291-4/+3
* Replace waitForBytesWritten with flushKai Koehne2015-05-111-0/+2
* Windows: Fix crashes in elevated installationKai Koehne2015-04-161-5/+2
* Compile with Qt 5.5kh2015-04-131-0/+1
* Fix handling of incomplete messages in client/server communicationKai Koehne2015-02-201-125/+102
* Use local sockets for client-server communicationKai Koehne2015-02-201-3/+3
* Update CopyrightKai Koehne2015-02-181-7/+7
* Set objectName for QThreadKai Koehne2015-02-021-0/+1
* RemoteServer: Exit early if authorization failedKai Koehne2015-02-021-1/+3
* Make sure RemoteServerConnection is properly shut downKai Koehne2015-02-021-2/+4
* Set correct permissions for ini filesNiels Weber2015-01-261-34/+35
* Fix running out of sockets in serverKai Koehne2015-01-211-1/+1
* Fixed wrong placeholder in string.Niels Weber2015-01-061-3/+3
* Refine server starting/stopping code.kh2014-12-021-2/+4
* Remove pointer, superfluous members. Use signals and slots.kh2014-11-281-6/+5
* Use qint32 throughout the whole communication.kh2014-11-211-21/+21
* Fix typo.kh2014-11-171-1/+1
* Add LGPLv3 as new licenseKai Koehne2014-10-161-14/+7
* Add/remove/implement/reorder methods to match Qt5.kh12014-07-101-6/+13
* Fix endless loop.kh12014-06-061-1/+1
* Introduce new classes for client-server communication.kh12014-06-031-0/+525