summaryrefslogtreecommitdiffstats
path: root/src/network/access/qhttpthreaddelegate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Remove bearermanagement usage inside QNAM and QNetworkProxyMårten Nordheim2020-04-011-14/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-0/+6
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-181-0/+6
| |\
| | * Account for a reply that is finished before we can connect the signalsAndy Shaw2020-02-121-0/+6
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-2/+2
|\| |
| * | QNetworkAccessManager: deprecate bearer related functionsMårten Nordheim2020-01-301-2/+2
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-9/+9
|\| |
| * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-9/+9
| |/
* / Retire SPDY protocol implementation (Qt6)Timur Pocheptsov2019-09-251-15/+4
|/
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-131-3/+5
|\
| * QHttpThreadDelegate - remove unneeded codeTimur Pocheptsov2019-09-121-3/+5
* | Add means to configure HTTP/2 protocol handlerTimur Pocheptsov2019-08-201-2/+2
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-271-12/+24
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-07-261-12/+24
| |\
| | * Implement 'preconnect-https' and 'preconnect-http' for H2Timur Pocheptsov2019-07-241-12/+24
* | | Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-1/+1
|/ /
* / Add support for setting the peer verify name via the QNetwork* classesAndy Shaw2019-02-061-6/+7
|/
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2017-11-061-2/+5
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-051-2/+5
| |\
| | * HTTP/2 - make protocol settings configurablev5.10.0-beta3Timur Pocheptsov2017-10-261-3/+5
* | | Modernize use of 'http' featureUlf Hermann2017-11-061-4/+0
|/ /
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
* | Introduce Http2DirectAttributeTimur Pocheptsov2017-09-041-0/+5
|/
* qhttpthreaddelegate: Fix build with -no-ssl after @70d8460fc20Palo Kisa2017-04-271-1/+1
* QNAM: delay SSL initializationTimur Pocheptsov2017-04-261-5/+7
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-041-1/+1
|\
| * Prefer rvalue versions of toLatin() and toUtf8()Anton Kudryavtsev2017-03-301-1/+1
* | Fix proxy when changing only the passwordCédric Cabessa2017-02-241-0/+4
|/
* Set the error for HTTP code 403 to be a ContentAccessDenied errorAndy Shaw2016-12-201-1/+1
* Add a way to get Content-Length when using compressed dataJesus Fernandez2016-09-061-0/+3
* Enable cleartext HTTP/2 and bring the auto-test back to lifeTimur Pocheptsov2016-08-111-2/+3
* Revert "Implement protocol upgrade for HTTP/2 enabled requests"Timur Pocheptsov2016-08-041-4/+1
* Implement protocol upgrade for HTTP/2 enabled requestsTimur Pocheptsov2016-08-031-1/+4
* HTTP2 protocol handlerTimur Pocheptsov2016-07-081-1/+7
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-1/+1
|\
| * Skip spurious .toLower() on returns of QUrl::scheme()Edward Welbourne2016-03-101-1/+1
* | QHttpThreadDelegate: use default ctor instead of QSharedPointer(0)Marc Mutz2016-01-171-3/+3
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* QNAM Fix error messageDaniel Molkentin2015-11-281-2/+2
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-0/+1
|\
| * Abort underlying socket when aborting QNetworkReplySebastian Lösch2015-09-261-0/+1
* | QNetworkAccessManager: Support HTTP redirectionMandeep Sandhu2015-03-091-0/+3
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QNetworkAccessManager: introduce support for TLS PSKGiuseppe D'Angelo2015-01-231-0/+10
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-101-0/+2
|\
| * QHttpThreadDelegate : Fix QHttpThreadDelegate don't read response data about ...Jeongmin Kim2014-12-031-0/+2
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-0/+1
|\|