| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ |
|
* | Merge branch 'qt-4.8-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration in... | Qt Continuous Integration System | 2011-07-08 | 1 | -0/+1 |
|\ |
|
| * | Merge branch 4.7 into qt-4.8-from-4.7 | Qt Continuous Integration System | 2011-07-08 | 1 | -0/+1 |
| |\ |
|
| | * | Fix memory leak in QHostInfo | Shane Kearns | 2011-07-07 | 1 | -0/+1 |
|
|
| | * | Update licenseheader text in source files | Jyri Tahtela | 2011-05-13 | 27 | -460/+460 |
|
|
* | | | Doc: Updated documentation with \since 4.8 declarations. | David Boddie | 2011-06-30 | 1 | -0/+8 |
|/ / |
|
* | | Merge remote-tracking branch 'origin/4.8' | Olivier Goffart | 2011-06-24 | 1 | -1/+1 |
|\ \ |
|
| * | | Compile fix in network for ios | Ian | 2011-06-20 | 1 | -1/+1 |
|
|