summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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