summaryrefslogtreecommitdiffstats
path: root/src/network/access/qhttpnetworkconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtNetwork: disconnect other channels when network layer detectedMartin Petersson2012-06-061-0/+9
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtNetwork]Thiago Macieira2012-05-041-7/+7
* QNam: only init channels when needed.Martin Petersson2012-03-131-45/+63
* Revert "QNam: only init channels when needed."Kent Hansen2012-03-091-62/+44
* QNam: only init channels when needed.Martin Petersson2012-03-061-44/+62
* Test for QT_NO_SSL instead of QT_NO_OPENSSLShane Kearns2012-02-211-5/+5
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Removing QHttp class, its tests and its usage in examples.Jonas M. Gastal2012-01-061-1/+0
* QNetworkAccessManager: check if networksession is setMartin Petersson2012-01-061-8/+10
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fix race in http connection channelShane Kearns2011-12-221-1/+0
* Don't fetch credentials from cache following a failed proxy authenticationShane Kearns2011-12-221-0/+16
* Fix faulty logic in http connection pipeliningShane Kearns2011-12-221-2/+6
* QNetworkAccessManager: fixed foreach copy of host addressMartin Petersson2011-12-221-1/+1
* QNetworkAccessManager: delay IPv4 or IPv6 based on getaddrinfo orderMartin Petersson2011-12-221-13/+29
* QNetworkAccessManager: delay IPv4 connection with Happy EyeballsMartin Petersson2011-12-161-1/+25
* network: remove Symbian specific codePeter Hartmann2011-11-141-4/+0
* QNAM: Fix authentication cache when the password is in the URLOlivier Goffart2011-11-081-0/+5
* QHttpNetworkConnection: fix compile warningMartin Petersson2011-10-141-2/+2
* QNetworkAccessManager: hostInfo lookup should use proxy if setMartin Petersson2011-10-121-2/+10
* Fix compiler warnings.Friedemann Kleint2011-09-281-5/+4
* Fix QNetworkReply::errorString returning an untranslated stringGiuseppe D'Angelo2011-09-121-10/+10
* QHttpNetworkConnection : Fix the case when we only have one channelMartin Petersson2011-08-301-31/+40
* QNAM HTTP: Re-write compression codeMarkus Goetz2011-07-121-1/+1
* Add Happy-Eyeballs style IPv6 connection establishing.Martin Petersson2011-07-041-14/+164
* fix "Host" header of ipv6 URLs in QNAMshiroki2011-05-261-1/+11
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Fix warnings on unused parameters and variablesThiago Macieira2011-05-101-1/+0
* Update QTBUG-17223 for Qt 4.8Shane Kearns2011-05-091-0/+9
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+1010