Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 3 | -3/+3 |
| | | | | Reviewed-by: Trust Me | ||||
* | Use an enum to return the bearer type of a network configuration. | Aaron McCarthy | 2010-08-02 | 2 | -16/+14 |
| | | | | | Task-number: QTBUG-12378 Reviewed-by: Alex | ||||
* | Remove redundant network configuration updates on startup. | Aaron McCarthy | 2010-04-20 | 2 | -0/+6 |
| | | | | | The initial list of network configurations was being fetched twice when the bearer management plugins are loaded. | ||||
* | Introduce a qconfig feature for Bearer Management | Tasuku Suzuki | 2010-04-15 | 3 | -0/+11 |
| | | | | | Merge-request: 517 Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com> | ||||
* | Don't link bearer plugins against QtGui unnecessarily. | Aaron McCarthy | 2010-04-14 | 1 | -1/+1 |
| | |||||
* | Compile with QT_NO_NETWORKINTERFACE defined. | Aaron McCarthy | 2010-03-25 | 1 | -0/+5 |
| | |||||
* | not all interfaces should be active | Lorn Potter | 2010-03-25 | 1 | -2/+2 |
| | |||||
* | Bearer management changes from Qt Mobility (6fb31d1e). | Aaron McCarthy | 2010-03-24 | 1 | -1/+1 |
| | | | | 6fb31d1e287d7def45c115eb56bcb9b0c5cb3c40. | ||||
* | Make QNetworkConfigurationManager and QNetworkConfiguration threadsafe. | Aaron McCarthy | 2010-03-11 | 2 | -4/+18 |
| | |||||
* | Updating polling mechanism for bearer management engines. | Aaron McCarthy | 2010-03-04 | 2 | -8/+9 |
| | | | | | | | 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. | ||||
* | Merge remote branch 'origin/master' into berlin-master | Joerg Bornemann | 2010-02-26 | 1 | -7/+5 |
|\ | | | | | | | | | Conflicts: configure.exe | ||||
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/mobility-staging into ↵ | Qt Continuous Integration System | 2010-02-26 | 1 | -7/+4 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/mobility-staging: Speed up compilation of this test with MSVC. Fix Symbian build when building for WINSCW with abld. Fix file descriptor leak with generic engine on Linux. | ||||
| | * | Fix file descriptor leak with generic engine on Linux. | Aaron McCarthy | 2010-02-25 | 1 | -7/+4 |
| | | | |||||
| * | | Compile on Linux: close(2) is defined in #include <unistd.h> | Thiago Macieira | 2010-02-24 | 1 | -0/+1 |
| |/ | | | | | | | Reviewed-by: Trust Me | ||||
* | | Fix compilation with namespace. | ck | 2010-02-24 | 1 | -0/+1 |
|/ | |||||
* | Add locking to bearer code. | Aaron McCarthy | 2010-02-22 | 1 | -0/+10 |
| | | | | | QNetworkConfigurationManagerPrivate and QBearerEngine derived classes need to be thread-safe. | ||||
* | Use provided typedef for QNetworkConfigurationPrivatePointer. | Aaron McCarthy | 2010-02-11 | 1 | -3/+2 |
| | |||||
* | Fix public includes. | Aaron McCarthy | 2010-02-11 | 1 | -1/+1 |
| | |||||
* | Update copyright year to 2010. | Aaron McCarthy | 2010-02-11 | 1 | -1/+1 |
| | |||||
* | Rename internal QNetworkSessionEngine* to QBearerEngine*. | Aaron McCarthy | 2010-02-08 | 3 | -4/+4 |
| | |||||
* | Remove implementation specific functions out of QNetworkSessionEngine. | Aaron McCarthy | 2010-02-08 | 3 | -15/+6 |
| | |||||
* | Return default configuration from engines. | Aaron McCarthy | 2010-01-26 | 2 | -0/+7 |
| | |||||
* | Port session functionality. | Aaron McCarthy | 2010-01-18 | 3 | -3/+13 |
| | |||||
* | Partially convert Symbian backend into a plugin. | Aaron McCarthy | 2010-01-12 | 2 | -0/+9 |
| | | | | QNetworkSession functionality not converted yet. | ||||
* | Merge branch 'bearermanagement/corewlan' into bearermanagement/integration-2 | Aaron McCarthy | 2010-01-05 | 1 | -8/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: config.tests/mac/corewlan/corewlan.pro examples/network/bearercloud/bearercloud.pro examples/network/bearermonitor/bearermonitor.pro src/network/bearer/bearer.pro src/network/bearer/qnativewifiengine_win.cpp src/network/bearer/qnetworkconfigmanager_p.cpp src/network/bearer/qnetworkconfiguration_s60_p.cpp src/network/bearer/qnetworksession.cpp src/network/bearer/qnetworksession_p.cpp src/network/bearer/qnmwifiengine_unix.cpp src/network/bearer/qnmwifiengine_unix_p.h src/plugins/bearer/corewlan/qcorewlanengine.mm src/plugins/bearer/generic/qgenericengine.cpp src/plugins/bearer/nla/main.cpp src/plugins/bearer/nla/qnlaengine.cpp tests/auto/qnetworkconfigmanager/qnetworkconfigmanager.pro tests/auto/qnetworkconfiguration/qnetworkconfiguration.pro tests/auto/qnetworksession/lackey/lackey.pro tests/auto/qnetworksession/tst_qnetworksession/tst_qnetworksession.pro tests/manual/bearerex/bearerex.pro tests/manual/networkmanager/networkmanager.pro | ||||
* | Remove unused BEARER_ENGINE preprocessor define. | Aaron McCarthy | 2010-01-04 | 1 | -2/+0 |
| | |||||
* | Remove unused global statics. | Aaron McCarthy | 2010-01-04 | 2 | -9/+0 |
| | |||||
* | Rework NetworkManager backend. | Aaron McCarthy | 2010-01-04 | 2 | -1/+27 |
| | |||||
* | Keep track of which QNetworkInterface is for each QNetworkConfiguration. | Aaron McCarthy | 2010-01-04 | 2 | -3/+5 |
| | |||||
* | Convert generic engine plugin to be incremental. | Aaron McCarthy | 2010-01-04 | 2 | -53/+100 |
| | |||||
* | Remove debug. | Aaron McCarthy | 2010-01-04 | 1 | -4/+0 |
| | |||||
* | Convert NLA engine nito a plugin. | Aaron McCarthy | 2009-12-22 | 2 | -2/+3 |
| | |||||
* | Convert generic engine into a plugin. | Aaron McCarthy | 2009-12-22 | 4 | -0/+418 |