summaryrefslogtreecommitdiffstats
path: root/src/network/access/qhttpnetworkconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* wasm: fix unused variable warning/errorMorten Johan Sørvig2021-08-191-1/+1
* QNetworkReply: Add two new signalsMarkus Goetz2021-07-201-0/+9
* Hold QSslContext in shared_ptrMarc Mutz2021-07-181-2/+2
* QNetworkReply: Decompress when readingMårten Nordheim2021-06-121-0/+1
* QHttpNetworkConnectionPrivate::createAuthorization: refactorMårten Nordheim2021-05-201-7/+7
* QHttpNetworkConnectionChannel: remove *authMethodMårten Nordheim2021-05-201-34/+31
* Prefer previously used channels in QHttpNetworkConnectionLars Schmertmann2021-05-111-19/+38
* HTTP/2 authentication requiredMårten Nordheim2021-04-291-2/+2
* Remove QNetworkStatusMonitorMårten Nordheim2021-02-061-2/+2
* Http2: don't call ensureConnection when there's no request availableMårten Nordheim2020-12-021-1/+3
* QAuthenticator: condition using GSSAPI on credentials availabilityMårten Nordheim2020-09-111-1/+8
* QNAM: fix stall due to edge case when connected with no request queuedMårten Nordheim2020-09-101-2/+12
* wasm: enable httpmultipartLorn Potter2020-09-041-0/+2
* QNetworkReply(http): Ignore ssl errors in all reserved channelsMårten Nordheim2020-08-241-2/+6
* QNAM: Fix proxy auth handling when requesting but not yet changed to h2Mårten Nordheim2020-08-131-1/+2
* Make use of QDecompressHelper for HTTP downloadsMårten Nordheim2020-08-051-1/+2
* Remove winrtOliver Wolff2020-06-061-8/+0
* Remove bearermanagement usage inside QNAM and QNetworkProxyMårten Nordheim2020-04-011-49/+0
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-3/+3
|\
| * QNetworkAccessManager: deprecate bearer related functionsMårten Nordheim2020-01-301-3/+3
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-8/+8
|\|
| * Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-8/+8
* | Retire SPDY protocol implementation (Qt6)Timur Pocheptsov2019-09-251-32/+22
|/
* 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
|/