summaryrefslogtreecommitdiffstats
path: root/src/serviceframework/ipc
Commit message (Expand)AuthorAgeFilesLines
* Fix license headersJani Heikkinen2018-01-2227-351/+513
* Update all license headersAlex Blasche2015-03-2627-567/+351
* Add missing private headers warningSamuel Gaist2014-08-1814-14/+168
* whitespace fixesOswald Buddenhagen2014-01-201-1/+1
* Fix method invocations with both custom and standard param typesRobert Griebl2013-10-061-0/+3
* Fix warning found by clang: private unused members in a classThiago Macieira2013-08-021-1/+0
* Make QServicePackagePrivate::clean non-virtualThiago Macieira2013-04-081-1/+1
* make use of qtHaveModule()Oswald Buddenhagen2013-02-151-1/+1
* Remove use of QT_{BEGIN,END}_HEADER macros.Aaron McCarthy2013-02-062-8/+1
* Change default linux backends when dbus is not presentAndrew Stanley-Jones2012-11-161-4/+4
* Allow using QRemoteServiceRegister for types other than IPC.Lincoln Ramsay2012-11-152-0/+15
* QtSystems: Fix compiler warnings.Friedemann Kleint2012-10-161-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2427-648/+648
* make use of QT_{,FOR_}PRIVATE to specify private Qt dependencies, take 2v5.0.0-beta1Oswald Buddenhagen2012-08-241-2/+2
* OSX 10.6 doesn't define O_CLOEXEC so don't use itAndrew Stanley-Jones2012-07-131-9/+10
* Fix the cross compilationLaszlo Papp2012-07-041-2/+2
* Fix select on OSXAndrew Stanley-Jones2012-07-021-1/+3
* Make unix backend compile on MacAndrew Stanley-Jones2012-07-021-2/+8
* The unit test modifies the PATH.Lincoln Ramsay2012-07-012-18/+1
* Do not depend on indirect includes: include <QDataStream>Thiago Macieira2012-06-271-0/+1
* Fix a warning.Lincoln Ramsay2012-06-261-1/+1
* fix a warning and a docLincoln Ramsay2012-06-261-2/+2
* Remove left over defines and fix the unix backendAndrew Stanley-Jones2012-06-254-114/+96
* Make backend selection easyAndrew Stanley-Jones2012-06-221-18/+30
* Fix compile error in the unix backendAndrew Stanley-Jones2012-06-201-48/+0
* Fix warnings about declared-but-unused symbols.Lincoln Ramsay2012-06-201-1/+1
* replacing signals/slots keyword by the equivalent Q_SIGNALS/Q_SLOTSCorentin Jabot2012-06-058-18/+18
* Fix the unix backendAndrew Stanley-Jones2012-06-051-3/+2
* Always write via the pending buffer, instead of taking a shortcutAlex Wilson2012-05-311-37/+17
* Add extra debugging messagesAlex Wilson2012-05-311-3/+9
* Disable and re-enable read notifier in readIncomingAlex Wilson2012-05-311-0/+6
* UDP multicast logging for serviceframeworkAlex Wilson2012-05-316-147/+199
* Wakeup the write notifier when buffering dataAndrew Stanley-Jones2012-05-301-0/+1
* Set close on execAndrew Stanley-Jones2012-05-301-7/+7
* Stop waiting for dead clientsAlex Wilson2012-05-291-0/+4
* Making service sockets non-blockingAndrew Stanley-Jones2012-05-291-0/+6
* Check thread-local storage for zero before dereferencingAlex Wilson2012-05-281-7/+26
* Improve debug. Add the ability to turn it on/off.Andrew Stanley-Jones2012-05-281-21/+2
* Add Unix backend write cachingAndrew Stanley-Jones2012-05-251-24/+69
* Avoid reace condition on global static destructionAndrew Stanley-Jones2012-05-251-4/+7
* Coverity fixesAlex Wilson2012-05-255-17/+45
* add define to avoid using sigwinch when debug enabledAndrew Stanley-Jones2012-05-171-1/+3
* Fix deadlock in jsondb caching, add internal debugAndrew Stanley-Jones2012-05-161-0/+7
* New sfw api to add async service loadingSarah Smith2012-05-111-1/+3
* Fix error on read, close socket on EOFAndrew Stanley-Jones2012-05-111-3/+5
* Fix crash in creating new objectsAndrew Stanley-Jones2012-05-111-10/+13
* Ignore SIGPIPEAndrew Stanley-Jones2012-05-111-0/+20
* Fix object cleanup when the service diesAndrew Stanley-Jones2012-05-101-4/+4
* Add SFW debug into destructorsAndrew Stanley-Jones2012-05-104-10/+49
* Port qtsystems to QMetaMethod-based connectNotify() APIKent Hansen2012-05-072-4/+7