| Commit message (Expand) | Author | Age | Files | Lines |
| * | Http: Improve error string when there is no reason phrase | Mårten Nordheim | 2025-09-17 | 1 | -11/+24 |
| * | QtNetwork: build with QT_NO_SCOPED_POINTER | Ahmad Samir | 2025-08-09 | 1 | -1/+1 |
| * | CRA[network/access]: Mark the rest significant | Mårten Nordheim | 2025-07-28 | 1 | -0/+1 |
| * | Initialize all data members in QNetworkAccessCache::CacheableObject | Mate Barany | 2024-07-29 | 1 | -2/+2 |
| * | Use QscopedValueRollback in startRequestSynchronously() | Mate Barany | 2024-07-26 | 1 | -1/+2 |
| * | Http: Add support for full localsocket paths | Mårten Nordheim | 2024-05-24 | 1 | -1/+15 |
| * | Http: Support unix+http: scheme in http backend | Mårten Nordheim | 2024-05-15 | 1 | -7/+15 |
| * | QHttpThreadDelegate: use new(std::nothrow) instead of try..catch | Mårten Nordheim | 2023-10-07 | 1 | -8/+5 |
| * | QtNetwork: replace clashing statics with lambdas I: downloadBufferDeleter | Marc Mutz | 2023-07-04 | 1 | -6/+1 |
| * | QNetworkAccessManager: Configurable number of HTTP1 TCP connections | Markus Goetz | 2022-12-09 | 1 | -3/+3 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | QtNetwork: replace remaining uses of QLatin1String by QLatin1StringView | Sona Kurazyan | 2022-04-21 | 1 | -4/+4 |
| * | QtNetwork: use _L1 for for creating Latin-1 string literals | Sona Kurazyan | 2022-04-21 | 1 | -9/+9 |
| * | QtNetwork: stop using QLatin1Char constructor for creating char literals | Sona Kurazyan | 2022-04-21 | 1 | -1/+1 |
| * | QNetworkReply: rename socketConnecting to socketStartedConnecting | Mårten Nordheim | 2022-01-31 | 1 | -1/+1 |
| * | QtNetwork: Include moc files | Mårten Nordheim | 2022-01-15 | 1 | -0/+2 |
| * | QNAM: Disable h2c by default | Mårten Nordheim | 2021-11-30 | 1 | -0/+6 |
| * | QNAM: Allow to configure when connections to a host are torn down | Markus Goetz | 2021-07-27 | 1 | -1/+2 |
| * | QNetworkReply: Add two new signals | Markus Goetz | 2021-07-20 | 1 | -0/+2 |
| * | QNetworkReply: Decompress when reading | Mårten Nordheim | 2021-06-12 | 1 | -1/+4 |
| * | Another round of 0->nullptr cleanup | Allan Sandfeld Jensen | 2020-07-31 | 1 | -1/+1 |
| * | Add ; to Q_UNUSED | Lars Schmertmann | 2020-07-07 | 1 | -1/+1 |
| * | Remove bearermanagement usage inside QNAM and QNetworkProxy | Mårten Nordheim | 2020-04-01 | 1 | -14/+0 |
| * | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2020-02-26 | 1 | -0/+6 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15 | Liang Qi | 2020-02-18 | 1 | -0/+6 |
| | |\ |
|
| | | * | Account for a reply that is finished before we can connect the signals | Andy Shaw | 2020-02-12 | 1 | -0/+6 |
| * | | | Merge remote-tracking branch 'origin/5.15' into dev | Liang Qi | 2020-02-13 | 1 | -2/+2 |
| |\| | |
|
| | * | | QNetworkAccessManager: deprecate bearer related functions | Mårten Nordheim | 2020-01-30 | 1 | -2/+2 |
| * | | | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2019-12-09 | 1 | -9/+9 |
| |\| | |
|
| | * | | Tidy nullptr usage | Allan Sandfeld Jensen | 2019-12-06 | 1 | -9/+9 |
| | |/ |
|
| * / | Retire SPDY protocol implementation (Qt6) | Timur Pocheptsov | 2019-09-25 | 1 | -15/+4 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.13' into 5.14 | Qt Forward Merge Bot | 2019-09-13 | 1 | -3/+5 |
| |\ |
|
| | * | QHttpThreadDelegate - remove unneeded code | Timur Pocheptsov | 2019-09-12 | 1 | -3/+5 |
| * | | Add means to configure HTTP/2 protocol handler | Timur Pocheptsov | 2019-08-20 | 1 | -2/+2 |
| * | | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-07-27 | 1 | -12/+24 |
| |\| |
|
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13 | Liang Qi | 2019-07-26 | 1 | -12/+24 |
| | |\ |
|
| | | * | Implement 'preconnect-https' and 'preconnect-http' for H2 | Timur Pocheptsov | 2019-07-24 | 1 | -12/+24 |
| * | | | Replace qMove with std::move | Allan Sandfeld Jensen | 2019-04-06 | 1 | -1/+1 |
| |/ / |
|
| * / | Add support for setting the peer verify name via the QNetwork* classes | Andy Shaw | 2019-02-06 | 1 | -6/+7 |
| |/ |
|
| * | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging... | Liang Qi | 2017-11-06 | 1 | -2/+5 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.10' into dev | Liang Qi | 2017-11-05 | 1 | -2/+5 |
| | |\ |
|
| | | * | HTTP/2 - make protocol settings configurablev5.10.0-beta3 | Timur Pocheptsov | 2017-10-26 | 1 | -3/+5 |
| * | | | Modernize use of 'http' feature | Ulf Hermann | 2017-11-06 | 1 | -4/+0 |
| |/ / |
|
| * | | Replace Q_DECL_OVERRIDE with override where possible | Kevin Funk | 2017-09-19 | 1 | -1/+1 |
| * | | Introduce Http2DirectAttribute | Timur Pocheptsov | 2017-09-04 | 1 | -0/+5 |
| |/ |
|
| * | qhttpthreaddelegate: Fix build with -no-ssl after @70d8460fc20 | Palo Kisa | 2017-04-27 | 1 | -1/+1 |
| * | QNAM: delay SSL initialization | Timur Pocheptsov | 2017-04-26 | 1 | -5/+7 |
| * | Merge remote-tracking branch 'origin/5.9' into dev | Liang Qi | 2017-04-04 | 1 | -1/+1 |
| |\ |
|
| | * | Prefer rvalue versions of toLatin() and toUtf8() | Anton Kudryavtsev | 2017-03-30 | 1 | -1/+1 |
| * | | Fix proxy when changing only the password | Cédric Cabessa | 2017-02-24 | 1 | -0/+4 |
| |/ |
|