| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding PAC and exclusion list support to BlackBerry Qt proxy implementation. | Andrey Leonov | 2012-11-06 | 2 | -4/+26 |
|
|
* | QtNetwork: introduce configure switch to use system proxies by default | Peter Hartmann | 2012-10-31 | 1 | -0/+3 |
|
|
* | Implementation of the BlackBerry Qt Proxy support. | Andrey Leonov | 2012-10-14 | 3 | -0/+138 |
|
|
* | Add Proxy Auto Config support (PAC) on Mac | Daniel Molkentin | 2012-10-12 | 2 | -5/+113 |
|
|
* | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-29 | 29 | -695/+695 |
|
|
* | Fix build for platforms that use QPA other than IOS | Peter Hartmann | 2012-09-19 | 1 | -1/+1 |
|
|
* | Refactor coreservices -> ios & QT_NO_CORESERVICES -> Q_OS_IOS | Ian Dean | 2012-09-18 | 1 | -1/+1 |
|
|
* | QtNetwork: bypass proxy for local connections | Julien Brianceau | 2012-09-07 | 1 | -0/+13 |
|
|
* | test: Re-enable tst_Headers test. | Sergio Ahumada | 2012-08-02 | 1 | -0/+6 |
|
|
* | Adding missing QT_BEGIN_HEADER/QT_END_HEADER | Sergio Ahumada | 2012-08-01 | 1 | -1/+5 |
|
|
* | Update contact information in license headers. | Sergio Ahumada | 2012-08-01 | 28 | -56/+56 |
|
|
* | Use improved QLibrary search heuristics for libresolv | Sean Harmer | 2012-07-27 | 1 | -0/+1 |
|
|
* | Include scope ids in QHostAddress from QNetworkInterface | Shane Kearns | 2012-05-24 | 2 | -3/+17 |
|
|
* | Remove not present networks from QNetworkInterface::allInterfaces | Shane Kearns | 2012-05-08 | 1 | -2/+1 |
|
|
* | Windows - "bypass proxy for local..." also affects IP addresses | Shane Kearns | 2012-04-25 | 1 | -2/+19 |
|
|
* | Fixed networkproxy build under WinCE | Bjoern Breitmeyer | 2012-04-19 | 2 | -0/+89 |
|
|
* | Fixes a problem with the proxy detection on Windows | Thierry | 2012-04-05 | 1 | -2/+46 |
|
|
* | Fix performance problem with NTLM auth in http POST | Shane Kearns | 2012-03-23 | 1 | -0/+2 |
|
|
* | Make sure QGlobalNetworkProxy is created for QNetworkProxy. | Xizhi Zhu | 2012-03-15 | 1 | -0/+8 |
|
|
* | Windows - handle both auto detect proxy settings together | Shane Kearns | 2012-03-09 | 1 | -7/+31 |
|
|
* | Fix a number of bugs with windows system proxies | Shane Kearns | 2012-03-09 | 1 | -6/+75 |
|
|
* | Windows - fall back on static proxy config if autoproxy fails | Shane Kearns | 2012-03-09 | 1 | -23/+17 |
|
|
* | Windows - handle proxy autoconfiguration resulting in no proxy | Shane Kearns | 2012-03-09 | 1 | -0/+2 |
|
|
* | Windows - fix proxy types for manually specified proxies | Shane Kearns | 2012-03-09 | 1 | -8/+15 |
|
|
* | Windows - fix QWindowsSystemProxy global static race | Shane Kearns | 2012-03-09 | 1 | -1/+1 |
|
|
* | Fix error handling in QHostInfo windows backend | Shane Kearns | 2012-03-07 | 1 | -10/+18 |
|
|
* | QNetwork: fix compilation with "-no-feature-bearermanagement" | Martin Petersson | 2012-02-27 | 2 | -0/+4 |
|
|
* | Remove unnecessary locking from QNetworkProxy constructor | Shane Kearns | 2012-02-20 | 1 | -17/+6 |
|
|
* | Update documentation to show NTLMv2 is supported | Shane Kearns | 2012-02-20 | 1 | -4/+2 |
|
|
* | Various Qt documentation fixes (wk 44) | artoka | 2012-01-31 | 1 | -3/+3 |
|
|
* | Various Qt documentation bug fixes (wk 42) | artoka | 2012-01-30 | 1 | -3/+3 |
|
|
* | Fix for coreservices, it should be part of QPA tests | Andy Shaw | 2012-01-17 | 1 | -1/+2 |
|
|
* | Update year in Nokia copyright messages. | Jason McDonald | 2012-01-11 | 27 | -27/+27 |
|
|
* | Fix http authentication to a different realm on the same server | Shane Kearns | 2012-01-04 | 1 | -4/+2 |
|
|
* | Don't fetch credentials from cache following a failed proxy authentication | Shane Kearns | 2012-01-04 | 2 | -0/+2 |
|
|
* | Fix NTLM authentication with email address | Shane Kearns | 2011-12-12 | 1 | -8/+3 |
|
|
* | Symbian - prefer sessions started by this process to choose proxy | Shane Kearns | 2011-11-30 | 1 | -0/+27 |
|
|
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast... | Qt Continuous Integration System | 2011-11-23 | 1 | -3/+3 |
|\ |
|
| * | QNetworkProxy documentation: mention usage of "http_proxy" variable | Peter Hartmann | 2011-11-22 | 1 | -3/+3 |
|
|
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast... | Qt Continuous Integration System | 2011-11-17 | 1 | -2/+29 |
|\ \
| |/ |
|
| * | QNAM: make systemProxyForQuery respect http_proxy | Arvid Ephraim Picciani | 2011-11-17 | 1 | -2/+29 |
|
|
* | | Merge branch '4.8-upstream' into master-water | Water-Team | 2011-10-07 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | QHostInfo: fix a race condition under CE | Konstantin Ritt | 2011-10-06 | 1 | -2/+3 |
|
|
* | | don't lock the global mutex if there is nothing to protect | Konstantin Ritt | 2011-10-07 | 1 | -12/+8 |
|
|
* | | fix possible race conditions | Konstantin Ritt | 2011-10-07 | 1 | -3/+1 |
|
|
* | | simplify the code by using QSystemLibrary a bit smarter | Konstantin Ritt | 2011-10-07 | 1 | -6/+7 |
|
|
* | | use QSystemLibrary::resolve() instead of GetProcAddress() win API calls | Konstantin Ritt | 2011-10-07 | 1 | -13/+6 |
|/ |
|
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-doc-staging into master... | Qt Continuous Integration System | 2011-08-19 | 1 | -1/+6 |
|\ |
|
| * | Doc: Fixed qdoc warnings. | David Boddie | 2011-08-15 | 1 | -1/+6 |
|
|
* | | HTTP internals: send password even if no username is set | Robert Hogan | 2011-08-15 | 1 | -2/+2 |
|/ |
|