summaryrefslogtreecommitdiffstats
path: root/src/network/access/qhttpnetworkreply.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for HTTP status 308 Permanent RedirectMårten Nordheim2017-10-101-1/+1
* Add a way to get Content-Length when using compressed dataJesus Fernandez2016-09-061-1/+7
* initializeInflateStream - assert that stream is not nullTimur Pocheptsov2016-04-191-0/+2
* Improve QHttpNetworkReplyPrivate::readStatus()Alex Trotsenko2016-04-141-2/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-3/+2
|\
| * Accept LFCRLF to mark end of HTTP HeadersDyami Caliri2016-03-091-3/+2
* | QtNetwork: don't use Boyer-Moore for single-character needlesMarc Mutz2016-02-241-6/+2
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-0/+11
|\
| * Abort underlying socket when aborting QNetworkReplySebastian Lösch2015-09-261-0/+11
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-171-1/+1
| |\
| | * Network: Fix up previous corruption patchMarkus Goetz2015-07-081-1/+1
* | | QNetworkAccessManager: Support HTTP redirectionMandeep Sandhu2015-03-091-0/+30
|/ /
* / Update copyright headersJani Heikkinen2015-02-111-7/+7
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* correct send vs sent grammarDavid Fries2014-03-141-2/+2
* network: add support for the SPDY protocolPeter Hartmann2014-02-191-11/+39
* QNetworkAccessManager: add public methods to pre-TCP/pre-SSL-connectPeter Hartmann2013-06-031-0/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* HTTP header may be damaged - fix, unit testTomasz Duda2012-09-181-1/+1
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* Ensure that Proxy-Connection: Keep-Alive is respected for HTTP 1.0Andy Shaw2012-06-221-1/+2
* Namespace the bundled zlib symbols, to avoid clash with user zlibaavit2012-06-081-27/+44
* QtNetwork: handle raw deflate compressed data in Http.Martin Petersson2012-06-011-1/+20
* Prevent infinite loops by handling all ZLIB errorsShane Kearns2012-05-211-5/+4
* QHttpNetworkReply:readBodyFast return early if nothing to read.Martin Petersson2012-05-161-0/+2
* QNetworkReply::setReadBufferSize fix for threaded httpMartin Petersson2012-05-111-1/+31
* QNam: try to read the last CRLF when chunked encoding is used.Martin Petersson2012-03-281-3/+20
* 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
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* QNAM - fix poor performance of HEAD request with authenticationShane Kearns2011-10-051-1/+1
* QNAM HTTP: Re-write compression codeMarkus Goetz2011-07-121-153/+82
* QNAM HTTP: Do zero-copy for small HTTP replies by defaultMarkus Goetz2011-07-121-2/+2
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+951