summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* QNetworkAccessBackend::start() is used although QT_NO_BEARERMANAGEMENT is def...shkim2011-11-181-2/+0
* SSL namespace: rename TlsV1 to TlsV1_0Peter Hartmann2011-11-161-1/+1
* HTTP: blacklist server for pipeliningPeter Hartmann2011-11-141-0/+1
* network: remove Symbian specific codePeter Hartmann2011-11-142-15/+1
* QNAM: Fix authentication cache when the password is in the URLOlivier Goffart2011-11-083-3/+8
* Remove the QT_MOBILITY_BEARER macro.Xizhi Zhu2011-10-251-8/+4
* Network - Use isLoopback API in place of existing localhost checksShane Kearns2011-10-242-4/+2
* Use QBasicAtomicInt as a static variableShane Kearns2011-10-211-4/+4
* FTP - fix interoperability issues with SIZE commandShane Kearns2011-10-201-2/+2
* Remove stale documentation.Casper van Donderen2011-10-181-5/+0
* QHttpNetworkConnection: fix compile warningMartin Petersson2011-10-141-2/+2
* QNetworkAccessManager: hostInfo lookup should use proxy if setMartin Petersson2011-10-121-2/+10
* Fix construction races in QtNetworkShane Kearns2011-10-111-5/+10
* Remove stale documentation and fix qdoc errors.Casper van Donderen2011-10-111-5/+0
* QNAM - fix poor performance of HEAD request with authenticationShane Kearns2011-10-051-1/+1
* Fix compiler warnings.Friedemann Kleint2011-09-283-7/+6
* Fix QNetworkReply::errorString returning an untranslated stringGiuseppe D'Angelo2011-09-121-10/+10
* Fix compilation with QT_NO_*Tasuku Suzuki2011-09-122-0/+7
* QHttpNetworkConnection : Fix the case when we only have one channelMartin Petersson2011-08-302-31/+46
* QHttpNetworkReply: Change dataReadProgress to qint64.Martin Petersson2011-08-303-5/+4
* QNetworkAccessFileBackend: Do not accept file url without scheme set.Martin Petersson2011-07-191-3/+1
* QNAM: Introduce clearAccessCache()Markus Goetz2011-07-132-0/+16
* QNAM HTTP: Re-write compression codeMarkus Goetz2011-07-126-249/+100
* QNAM HTTP: Do zero-copy for small HTTP replies by defaultMarkus Goetz2011-07-123-9/+22
* QNAM: Remove QNetworkAccessHttpBackendMarkus Goetz2011-07-115-1362/+0
* QNAM: Add support for more KnownHeadersMarkus Goetz2011-07-082-1/+24
* QNAM HTTP: Fix canReadLine() for zerocopyMarkus Goetz2011-07-051-1/+2
* Remove QT3_SUPPORT from networkShane Kearns2011-07-053-43/+0
* QNam remove compile warnings for QNetworkReplyHttpImplMartin Petersson2011-07-041-1/+1
* Add Happy-Eyeballs style IPv6 connection establishing.Martin Petersson2011-07-044-17/+210
* Doc: Fixed qdoc warnings.David Boddie2011-07-011-10/+15
* Push the data together with the error in the synchronous case.Pierre Rossi2011-06-291-0/+1
* fix "Host" header of ipv6 URLs in QNAMshiroki2011-05-261-1/+11
* Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-stagingQt Continuous Integration System2011-05-2564-1089/+1093
|\
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-2464-1088/+1088
| * Doc: Applying a pending change from previous merges.David Boddie2011-05-231-0/+4
| * Doc: Fixed qdoc warnings.David Boddie2011-05-231-1/+1
* | Add QUrl::topLevelDomain() and move TLD table from QtNetwork to QtCoreRobert Hogan2011-05-245-6543/+2
|/
* emit QNetWorkAccessManager::finished on QNetworkReply::abort()Martin Petersson2011-05-111-0/+2
* QNAM: Re-order checks in migrateBackend()Markus Goetz2011-05-111-4/+4
* HTTP backend: do not load resources from cache that must be revalidatedPeter Hartmann2011-05-101-7/+5
* Clarified sendCustomRequest documentation to include HTTPSJanne Anttila2011-05-101-1/+1
* Fix warnings on unused parameters and variablesThiago Macieira2011-05-101-1/+0
* Update QTBUG-17223 for Qt 4.8Shane Kearns2011-05-093-1/+16
* Send User-Agent from the network request in http proxy CONNECT commandShane Kearns2011-05-091-0/+6
* Fix QNetworkReplyImpl error handlingShane Kearns2011-05-091-4/+13
* Enable per network configuration proxy settings in QNetworkAccessManagerShane Kearns2011-05-092-27/+53
* HTTP cache backend: do not load resources that must be revalidatedPeter Hartmann2011-05-041-2/+7
* HTTP reply: do not load resources from cache that must be revalidatedPeter Hartmann2011-05-041-7/+5
* QNetworkCookie: allow spaces in unquoted valuesPeter Hartmann2011-05-041-4/+5