summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkreplyhttpimpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtNetwork: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-251-2/+0
* QtNetwork: normalize signals/slotsMarc Mutz2012-07-181-4/+4
* QNetworkAccessManager: delete the httpThreadMartin Petersson2012-06-201-2/+4
* choke uploadProgress signalsShane Kearns2012-06-141-2/+13
* choke downloadProgress signalsShane Kearns2012-06-141-3/+18
* QNAM - maintain a weak reference to the QNetworkSessionShane Kearns2012-06-011-11/+11
* QNetworkReplyHttpImpl: code cleanupMartin Petersson2012-05-241-17/+1
* QNetworkReplyHttpImplPrivate::migrateBackendMartin Petersson2012-05-211-29/+2
* QNetworkReply::setReadBufferSize fix for threaded httpMartin Petersson2012-05-111-3/+12
* Avoid emitting finished() before user can connect the signalShane Kearns2012-05-091-1/+1
* Pass network session to http delegateShane Kearns2012-05-041-0/+3
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-1/+1
* Abort background requests if policy changes to disallow themShane Kearns2012-04-191-3/+16
* Connect usagePoliciesChanged signal to the QNetworkReplyShane Kearns2012-04-191-0/+7
* Set ConnectInBackground also for http implementationShane Kearns2012-04-191-1/+3
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-171-6/+35
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-58/+60
| |\
| * | Fix error reporting in QNetworkReplyHttpImplPrivateShane Kearns2012-04-111-6/+18
| * | Check background requests are allowed before startingShane Kearns2012-04-111-0/+12
| * | Use NetworkSessionFailedError in QNetworkReplyShane Kearns2012-04-111-2/+7
| * | Port to the new QUrl APIThiago Macieira2012-03-301-1/+1
* | | Responses to request with AlwaysNetwork set should be cachedMartin Petersson2012-04-161-4/+1
| |/ |/|
* | Fix autotest failures in QAbstractNetworkCacheShane Kearns2012-04-121-58/+60
|/
* Call wait() after calling quit() so that it can gracefully finishAndy Shaw2012-03-081-0/+1
* Fix tst_QNetworkReply::httpWithNoCredentialUsage autotestShane Kearns2012-03-061-2/+2
* Name threads properlymae2012-03-021-0/+2
* Test for QT_NO_SSL instead of QT_NO_OPENSSLShane Kearns2012-02-211-7/+7
* Call start() even when bearer is not compiled.Xizhi Zhu2012-02-021-7/+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
* Fix compiler warnings in Qt Network.Friedemann Kleint2012-01-191-1/+1
* Fixed build break when bearer is disabled.Xizhi Zhu2012-01-161-0/+4
* Cleaning up header includes.Jonas M. Gastal2012-01-131-0/+1
* Fix compilation of Qt itself with QT_NO_DEBUG_STREAMDavid Faure2012-01-121-2/+2
* Using proper virtual functions instead of Q_INVOKABLE tricks.Jonas M. Gastal2012-01-091-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Network - Use isLoopback API in place of existing localhost checksShane Kearns2011-10-241-2/+1
* QNAM HTTP: Do zero-copy for small HTTP replies by defaultMarkus Goetz2011-07-121-2/+10
* QNAM HTTP: Fix canReadLine() for zerocopyMarkus Goetz2011-07-051-1/+2
* QNam remove compile warnings for QNetworkReplyHttpImplMartin Petersson2011-07-041-1/+1
* Push the data together with the error in the synchronous case.Pierre Rossi2011-06-291-0/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* HTTP reply: do not load resources from cache that must be revalidatedPeter Hartmann2011-05-041-7/+5
* QNAM HTTP: Removes some commentsMarkus Goetz2011-05-031-17/+4
* QNAM HTTP: More commentsMarkus Goetz2011-05-031-23/+14
* QNAM HTTP: Implement abort() and close()Markus Goetz2011-05-031-6/+35
* QNAM HTTP: CommentsMarkus Goetz2011-05-031-11/+7
* QNAM: Function re-orderingMarkus Goetz2011-05-031-32/+32
* Revert "HTTP caching internals: fix logic for PreferNetwork and PreferCache"Peter Hartmann2011-05-031-6/+1
* QNAM: Fix initialization order warningsMarkus Goetz2011-05-031-17/+33