summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkreplyimpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-1/+1
|\
| * _q_networkSessionStateChanged - fix weird logicTimur Pocheptsov2016-04-221-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-251-6/+2
|\|
| * QNetworkReplyImplPrivate - potential nullptr dereferenceTimur Pocheptsov2016-04-191-6/+2
* | QtNetwork: optimize container usageAnton Kudryavtsev2016-03-031-9/+13
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-021-2/+4
|\|
| * Do not try to connect to null object if bearer plugin is missingJoni Poikelin2015-11-271-2/+4
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-3/+3
* | Better debug info for the "_q_startOperation was called more than once" warningsAlbert Astals Cid2015-10-281-1/+1
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-0/+15
|\
| * Fix hang in qnam when disconnectingLorn Potter2015-09-071-0/+15
* | QtNetwork: fix warnings when compiling with QT_NO_BEARERMANAGEMENTUlf Hermann2015-06-191-2/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-061-13/+1
|\|
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-13/+1
| |\
| | * Remove #ifndef QT_NO_HTTP that does nothingAlbert Astals Cid2015-03-131-13/+1
* | | Remove unneeded check in QNetworkReplyImpl::abort.Florian Bruhin2015-03-051-7/+5
|/ /
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | QNetworkRequest: Add new enum to emit all uploadProgress signalsPeter Hartmann2014-10-041-7/+11
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QNetworkReply: move "State" enum declaration into QNetworkReplyPrivateMaks Naumov2014-09-091-14/+14
* QNetworkReplyImpl: optimize QRingBuffer allocationMarc Mutz2014-04-101-2/+2
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-1/+1
* Add an encrypted() signal to QNetworkAccessManager and QNetworkReply.Richard Moore2013-02-191-0/+8
* Doc: Fix module name formatSze Howe Koh2013-01-251-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QtNetwork: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-251-3/+1
* choke uploadProgress signalsShane Kearns2012-06-141-1/+13
* choke downloadProgress signalsShane Kearns2012-06-141-3/+17
* QNAM - maintain a weak reference to the QNetworkSessionShane Kearns2012-06-011-4/+4
* Fix QtNetwork compilation for -qconfig largeTasuku Suzuki2012-05-191-0/+2
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-2/+2
* Abort background requests if policy changes to disallow themShane Kearns2012-04-191-6/+21
* Connect usagePoliciesChanged signal to the QNetworkReplyShane Kearns2012-04-191-0/+7
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-171-8/+25
|\
| * Check background requests are allowed before startingShane Kearns2012-04-111-5/+14
| * Use NetworkSessionFailedError in QNetworkReplyShane Kearns2012-04-111-3/+8
| * Set ConnectInBackground based on requestShane Kearns2012-04-111-1/+4
| * Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-1/+1
* | Responses to request with AlwaysNetwork set should be cachedMartin Petersson2012-04-161-4/+1
|/
* Test for QT_NO_SSL instead of QT_NO_OPENSSLShane Kearns2012-02-211-3/+3
* 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
* Cleaning up header includes.Jonas M. Gastal2012-01-131-0/+1
* Fix compilation of Qt itself with QT_NO_DEBUG_STREAMDavid Faure2012-01-121-1/+1
* Using proper virtual functions instead of Q_INVOKABLE tricks.Jonas M. Gastal2012-01-091-4/+2
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* emit QNetWorkAccessManager::finished on QNetworkReply::abort()Martin Petersson2011-05-111-0/+2