summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-103-2/+51
|\
| * Fixes a problem with the proxy detection on WindowsThierry2012-04-031-2/+46
| * Set QNetworkInterface::IsPointToPoint on WindowsMartin Petersson2012-04-022-0/+5
* | QHostAddress: improve qHash implementationGiuseppe D'Angelo2012-04-082-4/+3
* | More qHash(T, uint) overloads for Qt typesGiuseppe D'Angelo2012-04-072-3/+3
* | Port QHostAddress to use the new IP utilities in QtCoreThiago Macieira2012-03-281-132/+12
* | Merge master into api_changesKent Hansen2012-03-271-0/+2
|\|
| * Fix performance problem with NTLM auth in http POSTShane Kearns2012-03-231-0/+2
* | Optimise QHostAddress a littleThiago Macieira2012-03-231-7/+12
* | Merge master into api_changesKent Hansen2012-03-231-0/+2
|\|
| * Don't do anything if setting the same proxy factory.Xizhi Zhu2012-03-221-0/+2
* | Merge master into api_changesKent Hansen2012-03-162-1/+13
|\|
| * Make sure QGlobalNetworkProxy is created for QNetworkProxy.Xizhi Zhu2012-03-151-0/+8
| * Build with the LSB build envHarald Fernengel2012-03-151-1/+5
* | QtNetwork: make some constructors explicitMarc Mutz2012-03-143-4/+4
|/
* Add debug stream operator for QNetworkProxyShane Kearns2012-03-082-0/+51
* Windows - handle both auto detect proxy settings togetherShane Kearns2012-03-081-7/+31
* Fix a number of bugs with windows system proxiesShane Kearns2012-03-081-6/+75
* Windows - fall back on static proxy config if autoproxy failsShane Kearns2012-03-081-23/+17
* Windows - handle proxy autoconfiguration resulting in no proxyShane Kearns2012-03-081-0/+2
* Windows - fix proxy types for manually specified proxiesShane Kearns2012-03-081-8/+15
* Windows - fix QWindowsSystemProxy global static raceShane Kearns2012-03-061-1/+1
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-024-55/+55
* Use QSystemError for QDnsLookup windows backendShane Kearns2012-03-011-1/+2
* Fix buffer overrun crash running MSVC2010 win32 Qt on win64Shane Kearns2012-03-012-32/+4
* Fix error handling in QHostInfo windows backendShane Kearns2012-02-171-10/+18
* Remove unnecessary locking from QNetworkProxy constructorShane Kearns2012-02-171-17/+6
* Fix warnings about missing file.Friedemann Kleint2012-02-171-1/+1
* Update documentation to show NTLMv2 is supportedShane Kearns2012-02-171-4/+2
* Qt Network: Added the \inmodule command in the class documentation.Michalina Ziemba2012-02-163-1/+4
* Include headers before QT_BEGIN_NAMESPACE.Xizhi Zhu2012-02-162-2/+3
* Add missing private headers to .pri.Xizhi Zhu2012-02-161-1/+6
* Various documentation fixes ported from Qt 4.8Teemu Katajisto2012-02-151-3/+3
* Include winsock2.h for ntohl.Andreas Holzammer2012-02-101-0/+1
* Use QBasicMutex instead of Q_GLOBAL_STATIC QMutexOlivier Goffart2012-02-012-12/+5
* Fix QDnslookup build on FreeBSDJeremy Lainé2012-02-011-3/+1
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-012-2/+2
* Add support for DNS lookups using native APIsJeremy Lainé2012-01-306-3/+1943
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3025-25/+25
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-256-6/+0
* Update contact information in license headers.Jason McDonald2012-01-2325-25/+25
* Removing QHttpHeader and QHttpResponseHeader.Jonas M. Gastal2012-01-192-19/+0
* Fixed build break when bearer is disabled.Xizhi Zhu2012-01-162-0/+4
* Make QFtp private.Jonas M. Gastal2012-01-121-4/+3
* Removing QHttp class, its tests and its usage in examples.Jonas M. Gastal2012-01-061-1/+1
* Remove all non-inline of qMalloc/qFree/qRealloc.Robin Burchell2012-01-062-14/+14
* Update copyright year in license headers.Jason McDonald2012-01-0524-24/+24
* Clarifying the flow of signals on QNetworkAccessManager.Jonas M. Gastal2011-12-281-0/+4
* Fix http authentication to a different realm on the same serverShane Kearns2011-12-221-4/+2
* Don't fetch credentials from cache following a failed proxy authenticationShane Kearns2011-12-222-0/+2