summaryrefslogtreecommitdiffstats
path: root/src/network/access/qhttpnetworkconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-8/+8
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-131-1/+2
|\
| * Add a missing ConnectionTypeHttp2Direct in several if statementsTimur Pocheptsov2019-09-111-1/+2
* | Add means to configure HTTP/2 protocol handlerTimur Pocheptsov2019-08-201-8/+3
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-011-5/+7
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-281-5/+7
| |\
| | * QHttpNetworkConnection: Change assert to early return and handle Http2MÃ¥rten Nordheim2019-06-251-5/+7
* | | Fix network build without feature.networkproxyTasuku Suzuki2019-05-271-0/+2
* | | Introduce QNetworkConnection/Status/MonitorTimur Pocheptsov2019-05-021-1/+37
* | | Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-3/+3
* | | Add support for SPNEGO/Negotiate authenticationSandro Mani2019-02-251-6/+7
|/ /
* | Add support for setting the peer verify name via the QNetwork* classesAndy Shaw2019-02-061-0/+12
* | Use QMultiMap::insert() instead of insertMulti()Lars Knoll2018-12-121-3/+3
|/
* QByteArray: add compare() with case sensitivity optionsThiago Macieira2018-06-221-1/+1
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-151-1/+1
|\
| * QNAM should prepend Host header to the header list instead of appendingKonstantin Tokarev2018-01-241-1/+1
* | Fix typosJarek Kobus2018-02-131-2/+2
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-301-8/+8
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-281-8/+8
| |\
| | * Handle HostNotFoundError correctly for HTTP/2Timur Pocheptsov2017-11-241-8/+8
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2017-11-061-0/+17
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-051-0/+17
| |\| |
| | * | HTTP/2 - make protocol settings configurablev5.10.0-beta3Timur Pocheptsov2017-10-261-0/+17
* | | | Modernize use of 'http' featureUlf Hermann2017-11-061-4/+0
|/ / /
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* | | Introduce Http2DirectAttributeTimur Pocheptsov2017-09-041-2/+4
|/ /
* | HTTP/2 - implement the proper 'h2c' (protocol upgrade)Timur Pocheptsov2017-08-271-5/+30
* | winrt: Skip host lookup for http connectionsOliver Wolff2017-05-181-0/+8
|/
* Prefer rvalue versions of toLatin() and toUtf8()Anton Kudryavtsev2017-03-301-1/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-211-25/+29
|\
| * QHttpNetworkConnection: fall back gracefully to HTTP/1.1Timur Pocheptsov2017-03-081-25/+29
* | QNAM - rename Redirect*s*Nnn to RedirectNnnTimur Pocheptsov2017-02-231-4/+4
* | Make our redirect policies STS-awareTimur Pocheptsov2017-01-261-6/+5
* | Add a user-controlled auto-redirect policyTimur Pocheptsov2017-01-191-0/+2
* | Add redirects policy to QNetworkAccessManagerTimur Pocheptsov2017-01-171-14/+27
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8.0Liang Qi2016-12-081-0/+1
|\
| * ~QHttpNetworkConnectionPrivate - disconnect from socket's signalsTimur Pocheptsov2016-12-061-0/+1
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-111-4/+11
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-081-4/+11
| |\
| | * Make sure SSL configuration is correct in QNetworkReply::encrypted.Vladimir Prus2016-10-051-4/+11
* | | Use QString::fromLatin1() less to avoid string allocationsAnton Kudryavtsev2016-09-151-2/+2
* | | HTTP/2 - fix QT_NO_SSL buildTimur Pocheptsov2016-08-151-8/+5
* | | Remove SSL includes from qhttpnetworkconnection_p.hFriedemann Kleint2016-07-121-0/+1
* | | HTTP2 protocol handlerTimur Pocheptsov2016-07-081-2/+4
|/ /
* | QtNetwork: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-05-041-1/+2
* | QtNetwork: use const (and const APIs) moreAnton Kudryavtsev2016-04-271-1/+1
* | QtNetwork: eradicate Q_FOREACH loops [already const]Marc Mutz2016-04-251-2/+2
* | QHttpNetworkConnection: fix spelling in qWarning()Marc Mutz2016-03-121-1/+1
* | QtNetwork: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-041-2/+2
* | QHttpNetworkConnection: fix expensive iteration over QMultiMap::values()Marc Mutz2016-03-041-3/+2