Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use an enum to return the bearer type of a network configuration. | Aaron McCarthy | 2010-08-05 | 1 | -28/+19 |
| | | | | | Task-number: QTBUG-12378 Reviewed-by: Alex | ||||
* | Make QNetworkConfigurationManager and QNetworkConfiguration threadsafe. | Aaron McCarthy | 2010-03-11 | 1 | -1/+13 |
| | |||||
* | Remove unnecessary qWarnings from bearer management code. | Aaron McCarthy | 2010-03-05 | 1 | -35/+21 |
| | |||||
* | Add locking to bearer code. | Aaron McCarthy | 2010-02-22 | 1 | -0/+10 |
| | | | | | QNetworkConfigurationManagerPrivate and QBearerEngine derived classes need to be thread-safe. | ||||
* | Remove debug. | Aaron McCarthy | 2010-02-11 | 1 | -3/+1 |
| | |||||
* | Rename internal QNetworkSessionEngine* to QBearerEngine*. | Aaron McCarthy | 2010-02-08 | 1 | -1/+1 |
| | |||||
* | Remove implementation specific functions out of QNetworkSessionEngine. | Aaron McCarthy | 2010-02-08 | 1 | -2/+2 |
| | |||||
* | Add defaultConfiguration() function to all bearer management engines. | Aaron McCarthy | 2010-02-03 | 1 | -0/+5 |
| | |||||
* | Make compile on Windows. | Aaron McCarthy | 2010-01-18 | 1 | -0/+7 |
| | |||||
* | Partially convert Symbian backend into a plugin. | Aaron McCarthy | 2010-01-12 | 1 | -0/+5 |
| | | | | QNetworkSession functionality not converted yet. | ||||
* | Fix failure on Windows after merge. | Aaron McCarthy | 2010-01-05 | 1 | -2/+3 |
| | |||||
* | Merge branch 'bearermanagement/corewlan' into bearermanagement/integration-2 | Aaron McCarthy | 2010-01-05 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Fix memory leak in NLA engine. | Aaron McCarthy | 2010-01-04 | 1 | -9/+1 |
| | |||||
* | Convert NLA plugin to be incremental. | Aaron McCarthy | 2010-01-04 | 1 | -21/+80 |
| | |||||
* | Remove unused global statics. | Aaron McCarthy | 2010-01-04 | 1 | -9/+0 |
| | |||||
* | Update license headers. | Aaron McCarthy | 2009-12-22 | 1 | -1/+1 |
| | |||||
* | Convert NLA engine nito a plugin. | Aaron McCarthy | 2009-12-22 | 1 | -0/+591 |