summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix NTLM authentication with email addressShane Kearns2011-12-121-8/+3
* Fix QHostAddress::operator==(QHostAddress::SpecialAddress)Shane Kearns2011-11-301-0/+2
* Adds support for headers in QNetworkProxy.Jonas M. Gastal2011-11-242-0/+123
* QNetworkProxy documentation: mention usage of "http_proxy" variablePeter Hartmann2011-11-211-3/+3
* network: remove Symbian specific codePeter Hartmann2011-11-146-1287/+1
* Fix most warnings about assignments of QAtomicInt.Friedemann Kleint2011-10-311-1/+1
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-271-2/+2
* QNAM: make systemProxyForQuery respect http_proxyArvid Ephraim Picciani2011-10-251-2/+29
* Network - Add QHostAddress::isLoopback API.Shane Kearns2011-10-242-0/+24
* QHostInfo: fix a race condition under CEKonstantin Ritt2011-10-061-2/+3
* Fix compiler warnings.Friedemann Kleint2011-09-281-0/+1
* HTTP internals: send password even if no username is setRobert Hogan2011-08-151-2/+2
* Doc: Removed documentation for deleted code.David Boddie2011-07-211-24/+0
* Fix memory leak in QHostInfoShane Kearns2011-07-081-0/+1
* QHostAddress: fix compile on WindowsMartin Petersson2011-07-051-4/+3
* Remove QT3_SUPPORT from networkShane Kearns2011-07-051-9/+0
* Always assume IPv6 supportMarkus Goetz2011-07-043-19/+1
* Doc: Fixed qdoc warnings.David Boddie2011-07-011-1/+6
* IPv4 + IPv6 dual stack socketsShane Kearns2011-06-222-10/+55
* QAuthenticator::setUser() parse user name in form user@domainMartin Petersson2011-06-201-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-2428-477/+477
* Fix incorrect hardware address on systems without getifaddrs()Craig Scott2011-05-201-1/+1
* Make QHostAddress.toString() follow RFC-5952 for IPv6 address format.Martin Petersson2011-05-201-3/+28
* Fix compilationOlivier Goffart2011-05-101-1/+0
* Fixes warnings about unused variablesOlivier Goffart2011-05-101-0/+1
* Fix warnings on unused parameters and variablesThiago Macieira2011-05-101-1/+1
* Allow a network configuration to be included in a proxy queryShane Kearns2011-05-093-4/+123
* Initial import from the monolithic Qt.Qt by Nokia2011-04-2729-0/+11210