summaryrefslogtreecommitdiffstats
path: root/src/serviceframework/ipc/qremoteserviceregister_p.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix license headersJani Heikkinen2018-01-221-13/+19
| | | | | | | | | | | old, outdated and removed header.LGPL21 was used in some files. Replace that with correct one (header.LGPL in src, headre.GPL-EXCEPT in tests and header.BSD in examples). Also remove unnesessary license files and add missing ones. Change-Id: Ib021ae191316da379a01e355fe90fe39180f541b Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Update all license headersAlex Blasche2015-03-261-21/+13
| | | | | | | Some files had wrong licenses too. Change-Id: I7f940d4a136d102cb2c7755702308938530158c4 Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
* Allow using QRemoteServiceRegister for types other than IPC.Lincoln Ramsay2012-11-151-0/+12
| | | | | Change-Id: Ic8ca7e4c48df42dad63bda87fc5d5ecb4cbd5410 Reviewed-by: Andrew Stanley-Jones <asj@cban.com>
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
| | | | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: I7786bc90235877567a7f61fc5c82af8dc3ad28c8 Reviewed-by: Janne Anttila <janne.anttila@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* New backend that uses native unix domain socketsAndrew Stanley-Jones2012-04-191-1/+1
| | | | | | | | | | Add a new unix backend that uses libc instead of QLocalSocket. This allows for more control and the option of not spinning the event loop in the library. Change-Id: I96e475ed242ee8f6b60751861a7f77457e1954fa Reviewed-by: Andrew Stanley-Jones <andrew.stanley-jones@nokia.com>
* Remove private include from public Header in QServiceClientCredentialsalex2012-02-241-0/+1
| | | | | | Change-Id: I396c1bad040b320d88eecf91b375b492c98bf55c Reviewed-by: Alex <alex.blasche@nokia.com> Reviewed-by: Andrew Stanley-Jones <andrew.stanley-jones@nokia.com>
* Qt5 Service Framework security APIAndrew Stanley-Jones2012-02-211-1/+46
| | | | | | | | | | | Updates to Service Framework security credentials API to allow for better checking of clients connecting to service objects. Credentials can now be checked on creation of the service object, or by a Q_INVOKABLE function in global objects. Change-Id: I3095fd9fa410f8a42824a0604e44d79f0cecaf49 Reviewed-by: Alex <alex.blasche@nokia.com>
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
| | | | | | | | | | | | As in the past, to avoid rewriting various autotests that contain line-number information, an extra blank line has been inserted at the end of the license text to ensure that this commit does not change the total number of lines in the license header. Change-Id: I609b94b9d3d452c26302f0cd8236bfb27e81fd3d Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by: Andrew Stanley-Jones <andrew.stanley-jones@nokia.com>
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
| | | | | | | | | Replace Nokia contact email address with Qt Project website. Change-Id: I71577bf779b61f342a70df902c38987c52bc028f Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Andrew Stanley-Jones <andrew.stanley-jones@nokia.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Update copyright year in Nokia copyright headers.Jason McDonald2012-01-121-1/+1
| | | | | | | | Update copyright headers from before 2011. Change-Id: I6fb88de7280bfedd4e1c02411cdde48285d7b319 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Remove Qt Mobility references from license headersAlex2011-07-011-1/+1
|
* make compile with Qt namespace and library infixAlex2011-06-281-2/+2
|
* Add first version of QtServiceFramework libraryAlex2011-06-171-0/+100