summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
Commit message (Expand)AuthorAgeFilesLines
* Adding PAC and exclusion list support to BlackBerry Qt proxy implementation.Andrey Leonov2012-11-062-4/+26
* QtNetwork: introduce configure switch to use system proxies by defaultPeter Hartmann2012-10-311-0/+3
* Implementation of the BlackBerry Qt Proxy support.Andrey Leonov2012-10-143-0/+138
* Add Proxy Auto Config support (PAC) on MacDaniel Molkentin2012-10-122-5/+113
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2929-695/+695
* Fix build for platforms that use QPA other than IOSPeter Hartmann2012-09-191-1/+1
* Refactor coreservices -> ios & QT_NO_CORESERVICES -> Q_OS_IOSIan Dean2012-09-181-1/+1
* QtNetwork: bypass proxy for local connectionsJulien Brianceau2012-09-071-0/+13
* test: Re-enable tst_Headers test.Sergio Ahumada2012-08-021-0/+6
* Adding missing QT_BEGIN_HEADER/QT_END_HEADERSergio Ahumada2012-08-011-1/+5
* Update contact information in license headers.Sergio Ahumada2012-08-0128-56/+56
* Use improved QLibrary search heuristics for libresolvSean Harmer2012-07-271-0/+1
* Include scope ids in QHostAddress from QNetworkInterfaceShane Kearns2012-05-242-3/+17
* Remove not present networks from QNetworkInterface::allInterfacesShane Kearns2012-05-081-2/+1
* Windows - "bypass proxy for local..." also affects IP addressesShane Kearns2012-04-251-2/+19
* Fixed networkproxy build under WinCEBjoern Breitmeyer2012-04-192-0/+89
* Fixes a problem with the proxy detection on WindowsThierry2012-04-051-2/+46
* Fix performance problem with NTLM auth in http POSTShane Kearns2012-03-231-0/+2
* Make sure QGlobalNetworkProxy is created for QNetworkProxy.Xizhi Zhu2012-03-151-0/+8
* Windows - handle both auto detect proxy settings togetherShane Kearns2012-03-091-7/+31
* Fix a number of bugs with windows system proxiesShane Kearns2012-03-091-6/+75
* Windows - fall back on static proxy config if autoproxy failsShane Kearns2012-03-091-23/+17
* Windows - handle proxy autoconfiguration resulting in no proxyShane Kearns2012-03-091-0/+2
* Windows - fix proxy types for manually specified proxiesShane Kearns2012-03-091-8/+15
* Windows - fix QWindowsSystemProxy global static raceShane Kearns2012-03-091-1/+1
* Fix error handling in QHostInfo windows backendShane Kearns2012-03-071-10/+18
* QNetwork: fix compilation with "-no-feature-bearermanagement"Martin Petersson2012-02-272-0/+4
* Remove unnecessary locking from QNetworkProxy constructorShane Kearns2012-02-201-17/+6
* Update documentation to show NTLMv2 is supportedShane Kearns2012-02-201-4/+2
* Various Qt documentation fixes (wk 44)artoka2012-01-311-3/+3
* Various Qt documentation bug fixes (wk 42)artoka2012-01-301-3/+3
* Fix for coreservices, it should be part of QPA testsAndy Shaw2012-01-171-1/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-1127-27/+27
* Fix http authentication to a different realm on the same serverShane Kearns2012-01-041-4/+2
* Don't fetch credentials from cache following a failed proxy authenticationShane Kearns2012-01-042-0/+2
* Fix NTLM authentication with email addressShane Kearns2011-12-121-8/+3
* Symbian - prefer sessions started by this process to choose proxyShane Kearns2011-11-301-0/+27
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-11-231-3/+3
|\
| * QNetworkProxy documentation: mention usage of "http_proxy" variablePeter Hartmann2011-11-221-3/+3
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-11-171-2/+29
|\ \ | |/
| * QNAM: make systemProxyForQuery respect http_proxyArvid Ephraim Picciani2011-11-171-2/+29
* | Merge branch '4.8-upstream' into master-waterWater-Team2011-10-071-2/+3
|\ \ | |/
| * QHostInfo: fix a race condition under CEKonstantin Ritt2011-10-061-2/+3
* | don't lock the global mutex if there is nothing to protectKonstantin Ritt2011-10-071-12/+8
* | fix possible race conditionsKonstantin Ritt2011-10-071-3/+1
* | simplify the code by using QSystemLibrary a bit smarterKonstantin Ritt2011-10-071-6/+7
* | use QSystemLibrary::resolve() instead of GetProcAddress() win API callsKonstantin Ritt2011-10-071-13/+6
|/
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-doc-staging into master...Qt Continuous Integration System2011-08-191-1/+6
|\
| * Doc: Fixed qdoc warnings.David Boddie2011-08-151-1/+6
* | HTTP internals: send password even if no username is setRobert Hogan2011-08-151-2/+2
|/