Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make QNetworkConfigurationManager and QNetworkConfiguration threadsafe. | Aaron McCarthy | 2010-03-11 | 2 | -3/+22 |
| | |||||
* | Don't wait forever when scanning for wifi networks on win32 fails. | Aaron McCarthy | 2010-03-10 | 1 | -3/+20 |
| | |||||
* | Remove unnecessary qWarnings from bearer management code. | Aaron McCarthy | 2010-03-05 | 1 | -17/+45 |
| | |||||
* | 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. | ||||
* | Add locking to bearer code. | Aaron McCarthy | 2010-02-22 | 1 | -0/+14 |
| | | | | | QNetworkConfigurationManagerPrivate and QBearerEngine derived classes need to be thread-safe. | ||||
* | Fix public includes. | Aaron McCarthy | 2010-02-11 | 1 | -1/+1 |
| | |||||
* | Remove debug. | Aaron McCarthy | 2010-02-11 | 1 | -1/+1 |
| | |||||
* | Update copyright year to 2010. | Aaron McCarthy | 2010-02-11 | 2 | -2/+2 |
| | |||||
* | 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 | -6/+8 |
| | |||||
* | Add defaultConfiguration() function to all bearer management engines. | Aaron McCarthy | 2010-02-03 | 2 | -0/+7 |
| | |||||
* | Make compile on Windows. | Aaron McCarthy | 2010-01-18 | 3 | -2/+14 |
| | |||||
* | Partially convert Symbian backend into a plugin. | Aaron McCarthy | 2010-01-12 | 2 | -0/+8 |
| | | | | QNetworkSession functionality not converted yet. | ||||
* | Merge branch 'bearermanagement/corewlan' into bearermanagement/integration-2 | Aaron McCarthy | 2010-01-05 | 2 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 |
| | |||||
* | Convert Native Wifi plugin to be incremental. | Aaron McCarthy | 2010-01-04 | 2 | -29/+93 |
| | |||||
* | Remove unused global statics. | Aaron McCarthy | 2010-01-04 | 1 | -4/+0 |
| | |||||
* | Remove debug. | Aaron McCarthy | 2010-01-04 | 1 | -4/+0 |
| | |||||
* | Convert NativeWifi engine into a plugin. | Aaron McCarthy | 2009-12-22 | 5 | -0/+979 |