summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* qFree is deprecated, use ::free instead.Thiago Macieira2012-06-261-2/+2
* Fix a warning.Lincoln Ramsay2012-06-261-1/+1
* fix a warning and a docLincoln Ramsay2012-06-261-2/+2
* CompileLincoln Ramsay2012-06-261-2/+3
* build system cleanupsOswald Buddenhagen2012-06-264-24/+6
* Remove Q_SYSTEMINFO_EXPORT from simulator's datastream operatorsOliver Wolff2012-06-251-32/+32
* Remove left over defines and fix the unix backendAndrew Stanley-Jones2012-06-2510-141/+104
* switch to new-style configure testsOswald Buddenhagen2012-06-253-15/+15
* use auto-defined QT_BUILD_*_LIB variablesOswald Buddenhagen2012-06-221-1/+1
* auto-generate module prisOswald Buddenhagen2012-06-223-4/+1
* Make backend selection easyAndrew Stanley-Jones2012-06-222-24/+35
* Fix compile error with namespaceAndrew Stanley-Jones2012-06-221-2/+5
* Fix compile error in the unix backendAndrew Stanley-Jones2012-06-201-48/+0
* Fix sfwlistenAndrew Stanley-Jones2012-06-202-61/+73
* Fix compiler warning about order of initialization.Lincoln Ramsay2012-06-201-10/+10
* QString(const char*) is deprecated - use QLatin1String()Lincoln Ramsay2012-06-201-1/+1
* Fix warnings about declared-but-unused symbols.Lincoln Ramsay2012-06-203-1/+9
* Use the localhost interfaceAndrew Stanley-Jones2012-06-192-2/+2
* Adds new asynchronous friendly types.Alan Alpert2012-06-196-524/+1435
* 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-122-1/+14
* Compile with gcc 4.4Lars Knoll2012-06-111-1/+1
* Use partitions in QJsonDbWrapperSteffen Hahn2012-06-062-4/+7
* Continue support of monitorAllLogicalDrives propertySteffen Hahn2012-06-062-5/+1
* Correct wrong type in QNetworkServiceWrapperSteffen Hahn2012-06-061-7/+7
* replacing signals/slots keyword by the equivalent Q_SIGNALS/Q_SLOTSCorentin Jabot2012-06-0518-42/+42
* Fix the unix backendAndrew Stanley-Jones2012-06-051-3/+2
* Reconnect if the interface goes awayAndrew Stanley-Jones2012-06-011-3/+31
* 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-3113-280/+665
* Fix a socket leakYang Li2012-05-302-0/+35
* 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
* return an empty QString if cell id in NetworkInfo equals to 0Yang Li2012-05-241-1/+3
* model value in DeviceInfo does not need to contain the manufacturer valueYang Li2012-05-231-0/+2