| Commit message (Expand) | Author | Age | Files | Lines |
| * | Http: Set error to 'TimeoutError' for a transfer timeout | Mårten Nordheim | 2025-11-06 | 1 | -3/+11 |
| * | HTTP: remap Custom operations to known methods | Mårten Nordheim | 2025-09-01 | 1 | -6/+24 |
| * | HTTP: don't send content-length: 0 | Mårten Nordheim | 2025-09-01 | 1 | -0/+51 |
| * | QtNetwork: build with QT_NO_SCOPED_POINTER | Ahmad Samir | 2025-08-09 | 1 | -2/+2 |
| * | Remove qnetconmonitor_p.h includes | Mate Barany | 2025-08-04 | 1 | -1/+0 |
| * | Http: Remove incomplete cache-objects on destruction | Mårten Nordheim | 2025-08-02 | 1 | -0/+2 |
| * | QElapsedTimer: port some restart() calls to start() | Giuseppe D'Angelo | 2025-03-18 | 1 | -6/+4 |
| * | Fix calls to non-started QElapsedTimer functions | Giuseppe D'Angelo | 2025-03-17 | 1 | -3/+6 |
| * | Do not keep the headers and message body in case of temporary redirect | Mate Barany | 2025-02-20 | 1 | -3/+3 |
| * | Mark some security sensitive files in network | Dimitrios Apostolou | 2024-12-02 | 1 | -0/+1 |
| * | Http: fix how we treat must-revalidate | Mårten Nordheim | 2024-10-31 | 1 | -2/+0 |
| * | fix: Redundant condition | Tian Shilin | 2024-08-21 | 1 | -1/+1 |
| * | Remove default case from QNetworkReplyHttpImplPrivate::convert | Mate Barany | 2024-07-29 | 1 | -1/+1 |
| * | Pass QNetworkRequest::Priority by value | Mate Barany | 2024-07-18 | 1 | -1/+1 |
| * | Http: Add support for full localsocket paths | Mårten Nordheim | 2024-05-24 | 1 | -0/+7 |
| * | Http: Support unix+http: scheme in http backend | Mårten Nordheim | 2024-05-15 | 1 | -4/+8 |
| * | QNetworkReplyHttpImpl: simplify setting headers in postRequest() | Lena Biliaieva | 2024-05-07 | 1 | -3/+3 |
| * | Use QHttpHeaders: Update internal users of QNRequest, QNReply, QNProxy | Lena Biliaieva | 2024-05-07 | 1 | -118/+120 |
| * | Http: fix issues after early abort() | Mårten Nordheim | 2024-03-12 | 1 | -2/+6 |
| * | Change type of internal locationHeader constexpr to QL1SV | Juha Vuolle | 2024-02-08 | 1 | -1/+1 |
| * | Remove unnecessary case-insensitive header name comparisons | Juha Vuolle | 2024-02-08 | 1 | -5/+3 |
| * | Replace QHttpHeaders::toListOfPairs() usage with iteration | Juha Vuolle | 2024-02-08 | 1 | -2/+5 |
| * | Network: Use QHttpHeaders in QHttpHeaderParser | Lena Biliaieva | 2024-01-25 | 1 | -2/+2 |
| * | Support for std::chrono as transferTimeout type | Juha Vuolle | 2023-12-08 | 1 | -2/+3 |
| * | QNetworkReplyHttpImplPrivate: de-duplicate literals | Anton Kudryavtsev | 2023-11-01 | 1 | -3/+5 |
| * | qnetworkrequest, qnetworkreply: port some methods to QBAV | Anton Kudryavtsev | 2023-10-30 | 1 | -3/+3 |
| * | Support body for an HTTP GET request | Mate Barany | 2023-10-17 | 1 | -3/+13 |
| * | http: fix leakage of network cache qiodevice | Mårten Nordheim | 2023-10-06 | 1 | -1/+1 |
| * | qnetworkreplyhttpimpl: use QBAV more | Anton Kudryavtsev | 2023-09-25 | 1 | -5/+7 |
| * | QNetworkReply: fix potential nullptr access in loadFromCacheIfAllowed() | Vladimir Belyavsky | 2023-09-06 | 1 | -1/+2 |
| * | qnetworkreplyhttpimpl: optimize fetchCacheMetaData | Anton Kudryavtsev | 2023-09-02 | 1 | -21/+31 |
| * | qnetworkreplyhttpimpl: use const more | Anton Kudryavtsev | 2023-08-31 | 1 | -1/+1 |
| * | qnetworkreplyhttpimpl: port parseHttpOptionHeader to QBAV | Anton Kudryavtsev | 2023-08-31 | 1 | -4/+4 |
| * | qnetworkreplyhttpimpl: use _ba literal more | Anton Kudryavtsev | 2023-08-31 | 1 | -26/+31 |
| * | qnetworkreplyhttpimpl: use range based for more | Anton Kudryavtsev | 2023-08-31 | 1 | -11/+8 |
| * | QtNetwork: replace clashing statics with lambdas II: isSeparator | Marc Mutz | 2023-07-04 | 1 | -6/+5 |
| * | QNAM: Fix double-connect for manual redirect handling | Mårten Nordheim | 2023-04-28 | 1 | -3/+3 |
| * | QNetwork[http]: Discard or ignore corrupted cache entries | Mårten Nordheim | 2023-03-09 | 1 | -0/+6 |
| * | QtMiscUtils: add some more character helpers | Ahmad Samir | 2023-02-07 | 1 | -2/+4 |
| * | QNetworkAccessManager: Configurable number of HTTP1 TCP connections | Markus Goetz | 2022-12-09 | 1 | -0/+1 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-11 | 1 | -1/+1 |
| * | Port from container.count()/length() to size() | Marc Mutz | 2022-10-04 | 1 | -8/+8 |
| * | QNetworkReply: honor legacy behavior of setting Accept-Encoding | Mårten Nordheim | 2022-09-22 | 1 | -1/+6 |
| * | Http: Don't clear (de)compressed data on error | Mårten Nordheim | 2022-09-14 | 1 | -3/+4 |
| * | QNetworkReply: Fix missing final emission of readyRead | Mårten Nordheim | 2022-09-12 | 1 | -4/+2 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | QHttp: Fix handling of redirect loaded from cache | Mårten Nordheim | 2022-04-27 | 1 | -0/+1 |
| * | QNetworkReply: update decompress error message and handling | Mårten Nordheim | 2022-04-27 | 1 | -11/+20 |
| * | QtNetwork: replace remaining uses of QLatin1String by QLatin1StringView | Sona Kurazyan | 2022-04-21 | 1 | -1/+1 |
| * | QtNetwork: use _L1 for for creating Latin-1 string literals | Sona Kurazyan | 2022-04-21 | 1 | -9/+8 |