summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/remoteobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crash at the very end of install if admin rights needed in WindowsKatja Marttila2017-03-301-1/+2
* 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
|/
* Update license headersIikka Eklund2015-12-291-4/+3
* Replace waitForBytesWritten with flushKai Koehne2015-05-111-0/+1
* RemoteObject: Do not use processEvents()Kai Koehne2015-04-241-9/+1
* Windows: Fix crashes in elevated installationKai Koehne2015-04-161-1/+2
* Fix handling of incomplete messages in client/server communicationKai Koehne2015-02-201-25/+16
* Use local sockets for client-server communicationKai Koehne2015-02-201-7/+7
* Update CopyrightKai Koehne2015-02-181-7/+7
* Do not defer deletion of socket in RemoteObjectKai Koehne2015-02-021-2/+1
* Remove occurrences of QHostAddress.kh2014-12-021-1/+0
* Move and rename connect method, adapt depending code.kh2014-12-021-8/+46
* Fix online installation into directory with elevated permissions.kh2014-12-011-2/+10
* Add LGPLv3 as new licenseKai Koehne2014-10-161-14/+7
* Fix some reorder warningsNiels Weber2014-06-031-1/+1
* We need to pass the socket to the connect function.kh12014-06-031-2/+3
* Introduce new classes for client-server communication.kh12014-06-031-0/+105