summaryrefslogtreecommitdiffstats
path: root/src/network/bearer/qnetworkconfigmanager_p.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Connect bearer engines to manager with QueuedConnectionShane Kearns2012-05-091-4/+8
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Fix construction races in QtNetworkShane Kearns2011-10-061-1/+1
* Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Liang Qi2011-06-241-11/+28
|\
| * bearer: run the bearer engines in their own worker threadShane Kearns2011-06-131-14/+22
| * Revert "Revert "Fix QNetworkConfigurationManager usage outside main thread fi...Shane Kearns2011-06-131-3/+12
* | Merge remote branch 'origin/4.7' into 4.8-from-4.7Rohan McGovern2011-06-021-12/+3
|\|
| * Revert "Fix QNetworkConfigurationManager usage outside main thread first"Shane Kearns2011-05-311-12/+3
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-05-171-17/+17
| |\
| | * Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* | | Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-181-4/+13
|\ \ \
| * | | Fix thread safety regression of QNetworkConfigurationManagerShane Kearns2011-05-131-1/+1
| * | | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-05-061-3/+12
| |\| |
| | * | Fix QNetworkConfigurationManager usage outside main thread firstShane Kearns2011-05-041-3/+12
| | |/
* | / Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
|/ /
* | QNetworkConfigurationManager: Fix network polling.Martin Petersson2011-04-271-2/+12
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\|
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | simplify polling code a bitKonstantin Ritt2010-12-101-29/+6
* | fix CV-qualifiers for some membersKonstantin Ritt2010-12-101-6/+6
* | minor clean-ups and styling fixesKonstantin Ritt2010-12-101-37/+20
|/
* Fix race condition on bearer management initialisation.Aaron McCarthy2010-08-241-3/+7
* Register QNetworkConfigurationPrivatePointer metatype.Aaron McCarthy2010-08-161-0/+1
* Use an enum to return the bearer type of a network configuration.Aaron McCarthy2010-08-021-10/+14
* Don't poll non-polling engines when configurations are in use.Aaron McCarthy2010-06-031-2/+4
* Fix QT_NO_LIBRARYTasuku Suzuki2010-04-291-0/+4
* Remove redundant network configuration updates on startup.Aaron McCarthy2010-04-201-1/+1
* Introduce a qconfig feature for Bearer ManagementTasuku Suzuki2010-04-151-0/+4
* Remove holes in bearer management data structures.Aaron McCarthy2010-04-151-3/+13
* Make QNetworkConfigurationManager and QNetworkConfiguration threadsafe.Aaron McCarthy2010-03-121-7/+211
* Updating polling mechanism for bearer management engines.Aaron McCarthy2010-03-041-5/+85
* Change initialization order.Aaron McCarthy2010-02-221-1/+1
* Add locking to bearer code.Aaron McCarthy2010-02-221-79/+30
* Don't block forever if no bearer plugins are loaded.Aaron McCarthy2010-02-161-0/+5
* Remove unused code.Aaron McCarthy2010-02-151-56/+0
* Simplify.Aaron McCarthy2010-02-151-2/+1
* Optimise iterations over QHash.Aaron McCarthy2010-02-151-12/+18
* Use provided typedef for QNetworkConfigurationPrivatePointer.Aaron McCarthy2010-02-111-5/+5
* Fix public includes.Aaron McCarthy2010-02-111-1/+1
* Only add generic engine when it is available.Aaron McCarthy2010-02-081-1/+2
* Calculate default configuration if one is not provided by engines.Aaron McCarthy2010-02-081-1/+61
* Rename internal QNetworkSessionEngine* to QBearerEngine*.Aaron McCarthy2010-02-081-4/+4
* Return default configuration from engines.Aaron McCarthy2010-01-271-26/+8
* Partially convert Symbian backend into a plugin.Aaron McCarthy2010-01-121-104/+18
* Convert Core Wlan plugin to be incremental.Aaron McCarthy2010-01-041-0/+8