summaryrefslogtreecommitdiffstats
path: root/src/network/access/qhttpnetworkconnectionchannel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Http: Start more connections faster after determining network layerMårten Nordheim2024-01-181-1/+3
* QHttpNetworkConnectionChannel: reduce allocationsAnton Kudryavtsev2023-09-071-24/+22
* Remove redundant QPair includesAhmad Samir2023-09-061-1/+0
* QNetworkReply: Propagate proxy errors properlyMichael Klein2023-06-271-0/+7
* Port from container.count()/length() to size()Marc Mutz2022-10-041-13/+13
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-081-11/+13
* QNetworkReply: rename socketConnecting to socketStartedConnectingMårten Nordheim2022-01-311-2/+2
* network: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* Move QNAM's http header parsing into separate classØystein Heskestad2021-09-091-1/+1
* QNetworkReply: Add two new signalsMarkus Goetz2021-07-201-0/+7
* H2: emit encrypted for at least the first reply, similar to H1Timur Pocheptsov2021-07-201-0/+4
* SSL: port QSharedPointer<QSslContext> uses to std-compatible API subsetMarc Mutz2021-07-161-6/+5
* QHttpNetworkConnectionChannel: remove *authMethodMårten Nordheim2021-05-201-2/+0
* HTTP/2 authentication requiredMårten Nordheim2021-04-291-9/+11
* Remove QNetworkStatusMonitorMårten Nordheim2021-02-061-1/+1
* Http2: set the reply's error code and string on errorMårten Nordheim2020-12-071-0/+2
* Http2: Remove errored-out requests from queueMårten Nordheim2020-12-021-0/+1
* HTTP2: fix crash from assertionMårten Nordheim2020-11-191-1/+0
* http: When falling back to http/1 use the socket's ssl configMårten Nordheim2020-08-241-10/+4
* QNAM: Don't error out if the server doesn't support any ALPN we requestMårten Nordheim2020-08-131-2/+2
* QNAM: Don't close the connection due to not having a layer preferenceMårten Nordheim2020-08-131-2/+5
* QNAM: HTTP/2: Set user-agent for the HTTP proxy's headerMårten Nordheim2020-08-131-4/+13
* QNAM: Fix proxy auth handling when requesting but not yet changed to h2Mårten Nordheim2020-08-131-1/+2
* HTTP/2: Don't handle Remote Disconnected if we haven't switched yetMårten Nordheim2020-08-121-1/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-0/+3
|\
| * H2C - make sure we send the client preface and settingsTimur Pocheptsov2020-04-071-0/+3
* | Remove bearermanagement usage inside QNAM and QNetworkProxyMårten Nordheim2020-04-011-9/+0
* | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-281-1/+1
|\|
| * QAbstractSocket: deprecate 'error' signal, use 'errorOccurred' insteadAlexander Akulich2020-02-271-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-0/+1
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-181-0/+1
| |\
| | * Account for a reply that is finished before we can connect the signalsAndy Shaw2020-02-121-0/+1
* | | 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-10/+10
|\| |
| * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-10/+10
| |/
* / Retire SPDY protocol implementation (Qt6)Timur Pocheptsov2019-09-251-48/+28
|/
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-131-0/+1
|\
| * Add a missing ConnectionTypeHttp2Direct in several if statementsTimur Pocheptsov2019-09-111-0/+1
* | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-091-2/+5
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-081-3/+17
| |\
| | * A follow-up to a recent fix in QHttpNetworkConnectionChannelTimur Pocheptsov2019-09-061-1/+12
| | * QHttpNetworkConnectionChannel - avoid re-connecting on 'disconnected'Timur Pocheptsov2019-09-021-2/+5
* | | A follow-up to a recent fix in QHttpNetworkConnectionChannelTimur Pocheptsov2019-09-051-1/+12
* | | Add means to configure HTTP/2 protocol handlerTimur Pocheptsov2019-08-201-3/+3
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-011-1/+6
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-281-1/+6
| |\|
| | * QHttpNetworkConnection: Change assert to early return and handle Http2Mårten Nordheim2019-06-251-1/+3
| | * QHttpNetworkConnectionChannel: don't close if we're already closingMårten Nordheim2019-06-241-0/+3