summaryrefslogtreecommitdiffstats
path: root/src/network/bearer/qbearerengine.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change to release license header.Jason McDonald2011-02-161-13/+13
| | | | Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
| | | | | Reviewed-by: Trust Me (cherry picked from commit ac5c099cc3c5b8c7eec7a49fdeb8a21037230350)
* Fix memory leaks and valgrind errors.Aaron McCarthy2010-09-131-0/+3
|
* Introduce a qconfig feature for Bearer ManagementTasuku Suzuki2010-04-151-0/+4
| | | | | Merge-request: 517 Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* Updating polling mechanism for bearer management engines.Aaron McCarthy2010-03-041-0/+38
| | | | | | | Improves the polling mechanism by sharing a single timer for all poll based engines. Updates are only performed for a poll based engine iff a QNetworkConfigurationManager object has been constructed or a QNetworkConfiguration is held externally from the engine.
* Add locking to bearer code.Aaron McCarthy2010-02-221-1/+1
| | | | | QNetworkConfigurationManagerPrivate and QBearerEngine derived classes need to be thread-safe.
* Optimise iterations over QHash.Aaron McCarthy2010-02-151-12/+13
|
* Update copyright year to 2010.Aaron McCarthy2010-02-111-1/+1
|
* Rename internal QNetworkSessionEngine* to QBearerEngine*.Aaron McCarthy2010-02-081-0/+74