summaryrefslogtreecommitdiffstats
path: root/src/serviceframework
Commit message (Expand)AuthorAgeFilesLines
...
* Use the localhost interfaceAndrew Stanley-Jones2012-06-191-1/+1
* Make certain that qServiceDebugLog can't block; clean up a littleAlex Wilson2012-06-142-9/+77
* Make sure to create jsondbwatcher on the main threadAlex Wilson2012-06-121-2/+6
* Put watcher on the right partiton, fix debugAndrew Stanley-Jones2012-06-121-4/+8
* Send device's timestamp with sfw debug messagesAlex Wilson2012-06-121-0/+5
* replacing signals/slots keyword by the equivalent Q_SIGNALS/Q_SLOTSCorentin Jabot2012-06-0515-32/+32
* Fix the unix backendAndrew Stanley-Jones2012-06-051-3/+2
* Using QStringLiteral instead of QLatin1LiteralDebao Zhang2012-06-011-6/+6
* Set SFW default partionAndrew Stanley-Jones2012-05-311-0/+8
* 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-3110-279/+465
* 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
* Ensure jsondb worker runs the main threadAndrew Stanley-Jones2012-05-291-10/+64
* Check thread-local storage for zero before dereferencingAlex Wilson2012-05-281-7/+26
* Remove some more Q_GLOBAL_STATICSAlex Wilson2012-05-282-5/+22
* Improve debug. Add the ability to turn it on/off.Andrew Stanley-Jones2012-05-283-23/+61
* 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-2511-32/+78
* 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-162-3/+36
* New sfw api to add async service loadingSarah Smith2012-05-1113-110/+1426
* 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 timeouts and avoid deadlocksAndrew Stanley-Jones2012-05-101-17/+31
* Fix object cleanup when the service diesAndrew Stanley-Jones2012-05-101-4/+4
* Add SFW debug into destructorsAndrew Stanley-Jones2012-05-105-10/+50
* Port qtsystems to QMetaMethod-based connectNotify() APIKent Hansen2012-05-074-14/+22
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-041-1/+1
* Add timeout for jsondbAndrew Stanley-Jones2012-05-041-3/+38
* Refresh of the jsondb backendAndrew Stanley-Jones2012-05-024-204/+519
* Add isInterfaceRunning function into QServiceManagerAndrew Stanley-Jones2012-05-026-1/+129
* QtSystems: Fix warnings about deprecated qFree(), qMalloc().Friedemann Kleint2012-04-304-7/+15
* Avoid loss of precision casting handle to unsigned longJonathan Liu2012-04-301-1/+1
* Call deleteLater() on disconnected Service-type EndPointsAlex Wilson2012-04-271-0/+1
* Clean up another spurious endpoint removalAlex Wilson2012-04-271-2/+0
* Clean up termination of UnixEndPointsAlex Wilson2012-04-271-26/+17
* Cleanup after creating the unix socket backendAndrew Stanley-Jones2012-04-232-311/+34
* New backend that uses native unix domain socketsAndrew Stanley-Jones2012-04-1916-64/+1532
* Adapt to QMetaMethod::signature() renamingKent Hansen2012-04-194-16/+16
* Use QMetaMethod::returnType() to determine return typeKent Hansen2012-04-192-2/+2
* Fix up unit test, and remove warningsAndrew Stanley-Jones2012-04-191-1/+3
* Document QServiceClientCredentialsLincoln Ramsay2012-03-211-0/+39
* Two small fixesAndrew Stanley-Jones2012-03-202-2/+4