summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/fsengineclient.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace client-server classes and update implementations.kh12014-06-031-850/+0
| | | | | | | | | | Remove superfluous file engine tests. Introduce auto test for newly added client server classes. Fix some wrong implementations serverside for settings array handling and broken arguments in process wrapper. Replace all other parts that with new implementations. Remove now unused classes. Change-Id: I6f9e836993096a2c2c06b06f2b06d7aa4b287e56 Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
* Merge remote-tracking branch 'origin/1.4'Tim Jenssen2013-08-261-2/+10
|\ | | | | | | Change-Id: I9ee4395291754fd5a56555e1dd974df19ee39376
| * Fix race condition when connecting to fs processKai Koehne2013-07-241-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a regression introduced by 2a73db7e34b: We only tried to connect to the port 3 times immediately after the fs process was started, which might be too short. Instead, expicitly try to connect for 30 seconds, and only give up then. Task-number: QTIFW-316 Change-Id: I8a1ba59ff680f4ef536f13230215f2289ab3b0ed Reviewed-by: Niels Weber <niels.weber@digia.com>
* | Do not use don't, can't ... in outputKai Koehne2013-06-201-2/+2
|/ | | | | | | | | | Don't, Can't, etc abbreviations are used in informal speech. This is okay in code comments etc, but user output should use the correct, non-abbreviated terms. Change-Id: I53c0dfa91596c151bfa7ef7b65f57d5084ceccde Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* reformat initialize list of classesTim Jenssen2013-04-241-10/+10
| | | | | Change-Id: I4107c571497a98b962716bd7915c29fb50d70108 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
* Fix various minor issues reported by krazy.Niels Weber2013-03-111-1/+1
| | | | | Change-Id: Icf975d0cc546ddc69e35b42a0d4d546e05bfe795 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
* Add 2013 to the copyright.Niels Weber2013-02-051-1/+1
| | | | | Change-Id: If64730ba7203d1a910a426c0d9c9a738ecfeff4b Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
* Change copyright headers from Nokia to DigiaSergio Ahumada2012-12-211-18/+27
| | | | | Change-Id: Id55a71a6ee24b234739b6066e11e9c1f2e389f73 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
* Inline. Fixes the missing read from the server side (debug).kh12012-10-291-28/+26
| | | | | | Change-Id: Ifdefd483873fb77836c3566a0930432ad836f53b Reviewed-by: Niels Weber <niels.weber@digia.com> Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
* Fix freeze after rejecting UAC account (check GetLastError()).kh12012-10-251-6/+5
| | | | | | | | | | Fixes too the case with runing a shared build. Since the environment is not shared, we would not be able to load missing libs, thus failing to start the server and endless loop the wait for the servers connection. Change-Id: If4c50783eb86488b3c2e0a92357750d9c17e7750 Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
* After failing admin authorization, allow retrying by handNiels Weber2012-05-241-0/+18
| | | | | | Change-Id: If05f1c6359c2667e0094721540415b5293856370 Reviewed-by: Alexander Lenhardt <alexander.lenhardt@nokia.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* remove 7z:// protocol leftoversTim Jenssen2012-04-131-1/+1
| | | | | Change-Id: I65abb22a330d928d32800acd357fdd6b27c9399b Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* Reorganize the tree, have better ifw.pri. Shadow build support.kh12012-03-191-0/+818
Change-Id: I01fb12537f863ed0744979973c7e4153889cc5cb Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>