| Commit message (Expand) | Author | Age | Files | Lines |
| * | Http2: Better handle :status issues | Mårten Nordheim | 2025-11-07 | 1 | -4/+10 |
| * | Http2: Remove :version header handling | Mårten Nordheim | 2025-09-26 | 1 | -3/+0 |
| * | CRA[network/access]: Mark some more critical files | Mårten Nordheim | 2025-07-28 | 1 | -0/+1 |
| * | Http2ProtocolHandler: fix logic error with potential use-after-free | Mårten Nordheim | 2025-06-12 | 1 | -1/+2 |
| * | Http2: fix handling incoming frames on locally reset stream | Mårten Nordheim | 2025-06-10 | 1 | -1/+4 |
| * | Http2: Explicitly send RST_STREAM on cancelled request | Mårten Nordheim | 2025-06-10 | 1 | -0/+1 |
| * | Http2: remove any reference to HttpReply when deleted | Mårten Nordheim | 2025-05-19 | 1 | -11/+19 |
| * | Use QHttp2Connection in qhttp2protocolhandler | Mårten Nordheim | 2024-11-21 | 1 | -1167/+257 |
| * | HTTP2: Delay any communication until encrypted() can be responded to | Mårten Nordheim | 2024-07-03 | 1 | -3/+3 |
| * | QHttp2ProtocolHandler: change to use QObject::connect PMF syntax | Mate Barany | 2024-06-13 | 1 | -4/+4 |
| * | Http2: fix handling unsuppported authenticate challenge | Mårten Nordheim | 2024-04-20 | 1 | -10/+16 |
| * | Http/2: fix active streams counting | Mårten Nordheim | 2024-03-18 | 1 | -1/+4 |
| * | Http2: fix streamsToUse logic | Mårten Nordheim | 2024-03-18 | 1 | -4/+3 |
| * | QHttp2ProtocolHandler: prevent truncation in arithmetic operations | Mårten Nordheim | 2024-03-12 | 1 | -4/+4 |
| * | Handle informational HTTP replies (1xx) for HTTP/2 | Mate Barany | 2024-03-01 | 1 | -0/+7 |
| * | 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 | -13/+16 |
| * | Http2: fix 401 authentication required w/o challenge | Mårten Nordheim | 2024-01-25 | 1 | -0/+11 |
| * | Network: Use QHttpHeaders in QHttpHeaderParser | Lena Biliaieva | 2024-01-25 | 1 | -1/+1 |
| * | QH2Connection: Fix issue with unity-build/odr | Mårten Nordheim | 2024-01-18 | 1 | -43/+1 |
| * | Http2: move assemble_hpack_block declaration to header | Mårten Nordheim | 2024-01-08 | 1 | -27/+1 |
| * | Http2: fix potential overflow in assemble_hpack_block() | Marc Mutz | 2023-12-20 | 1 | -2/+6 |
| * | http2: Fix authentication code and race | Mårten Nordheim | 2023-11-15 | 1 | -57/+77 |
| * | Http: simplify check for preconnect request | Mårten Nordheim | 2023-11-06 | 1 | -2/+1 |
| * | QHttp2ProtocolHandler: optimize updateStream | Anton Kudryavtsev | 2023-11-01 | 1 | -5/+3 |
| * | QHttp2ProtocolHandler: reduce allocations | Anton Kudryavtsev | 2023-09-25 | 1 | -11/+21 |
| * | QHttp2ProtocolHandler: extract method | Anton Kudryavtsev | 2023-09-25 | 1 | -10/+19 |
| * | http2: inline a couple static variables | Mårten Nordheim | 2023-07-10 | 1 | -3/+0 |
| * | http2: Use QByteArrayView in lambda where we only parse | Mårten Nordheim | 2023-07-10 | 1 | -2/+2 |
| * | http2: use qAddOverflow instead of local function | Mårten Nordheim | 2023-07-10 | 1 | -13/+9 |
| * | http2: perform clang-tidy suggestion to use emplace_back | Mårten Nordheim | 2023-07-10 | 1 | -5/+5 |
| * | http2: use find() instead of multiple lookups | Mårten Nordheim | 2023-07-10 | 1 | -19/+24 |
| * | http2: fix potential warning about narrowing | Mårten Nordheim | 2023-07-07 | 1 | -1/+1 |
| * | Http2: Don't skip checking flag for trailing HEADERS frame if PRIORITY | Mårten Nordheim | 2023-04-01 | 1 | -9/+9 |
| * | Http2: Drop an unnecessary copy of incoming data | Mårten Nordheim | 2022-09-12 | 1 | -2/+1 |
| * | 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 | -5/+5 |
| * | QtNetwork: use _L1 for for creating Latin-1 string literals | Sona Kurazyan | 2022-04-21 | 1 | -13/+12 |
| * | Http2: Fix redirect-handling | Mårten Nordheim | 2022-02-20 | 1 | -6/+14 |
| * | QtNetwork: Include moc files | Mårten Nordheim | 2022-01-15 | 1 | -0/+2 |
| * | Move QNAM's http header parsing into separate class | Øystein Heskestad | 2021-09-09 | 1 | -4/+4 |
| * | QNetworkReply: Add two new signals | Markus Goetz | 2021-07-20 | 1 | -0/+2 |
| * | H2 - make integer conversion explicit (signed->unsigned) | Timur Pocheptsov | 2021-06-15 | 1 | -2/+2 |
| * | H2: remove a rather useless limit on the number of streams | Timur Pocheptsov | 2021-06-14 | 1 | -7/+3 |
| * | QNetworkReply: Decompress when reading | Mårten Nordheim | 2021-06-12 | 1 | -22/+2 |
| * | QNetworkRequest: Add API to set a minimum archive bomb size | Mårten Nordheim | 2021-05-31 | 1 | -2/+2 |
| * | HTTP/2 authentication required | Mårten Nordheim | 2021-04-29 | 1 | -17/+84 |
| * | HTTP2: fix crash from assertion | Mårten Nordheim | 2020-11-19 | 1 | -1/+7 |
| * | QDecompressHelper: limit decompression ratio | Mårten Nordheim | 2020-09-22 | 1 | -0/+2 |
| * | Make use of QDecompressHelper for HTTP downloads | Mårten Nordheim | 2020-08-05 | 1 | -7/+15 |