summaryrefslogtreecommitdiffstats
path: root/src/network/access/http2
Commit message (Expand)AuthorAgeFilesLines
* Remove unused qdebug.h include from private headersAhmad Samir2025-01-161-1/+4
* Every private header should include at least another private headerAhmad Samir2025-01-141-0/+1
* HPack: test and fix Dynamic Table Size UpdateMårten Nordheim2025-01-064-3/+45
* Mark some security sensitive files in http2Dimitrios Apostolou2024-12-029-0/+9
* Replace all QPair/qMakePair with std::pair in qtbase/networkIsak Fyksen2024-10-241-2/+2
* Network: don't include qglobal.hMårten Nordheim2024-10-137-9/+0
* Pass PrefixTable and PrefixTableEntry by valueMate Barany2024-09-042-5/+5
* Pass CodeEntry by valueMate Barany2024-09-041-2/+2
* QH2Connection: store the BitPatterns as constexprThiago Macieira2024-08-111-5/+5
* Http2: Use the enum for error codes and fix bugsMårten Nordheim2024-07-241-1/+1
* Pass HPack::BitPattern by valueMate Barany2024-07-132-13/+13
* Http2: Export configurationToSettingsFrame(const QHttp2Configuration &)Lena Biliaieva2024-05-161-1/+1
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* Http2: don't barf on > 4GiB cumulative headersMarc Mutz2024-01-291-2/+2
* Network: Use QHttpHeaders in QHttpHeaderParserLena Biliaieva2024-01-251-8/+7
* QH2Connection: Fix issue with unity-build/odrMårten Nordheim2024-01-182-0/+46
* Privately introduce QHttp2ConnectionMårten Nordheim2024-01-172-13/+18
* Http2: move assemble_hpack_block declaration to headerMårten Nordheim2024-01-082-0/+30
* HPack: fix incorrect integer overflow checkMarc Mutz2023-12-131-1/+3
* HPack: fix a Yoda ConditionMarc Mutz2023-12-131-1/+1
* hpack: use QBAV moreAnton Kudryavtsev2023-08-291-3/+3
* http2protocol: use QSB to reduce allocationsAnton Kudryavtsev2023-08-241-5/+3
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-2/+1
* QHttp2Configuration: in QNAM, use old, higher values in flow controlTimur Pocheptsov2022-08-301-1/+2
* Use SPDX license identifiersLucie Gérard2022-05-1614-532/+28
* QtNetwork: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-211-19/+21
* QtNetwork: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [2/2]: privat...Marc Mutz2022-04-062-1/+3
* HTTP2: port to QByteArrayView where it's trivialMarc Mutz2022-03-116-8/+8
* HPack: make padding_is_valid static constexprMarc Mutz2022-03-111-0/+1
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-244-7/+7
* Don't send the default SETTINGS_INITIAL_WINDOW_SIZETimur Pocheptsov2021-10-121-3/+6
* network: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* Http/2 - handle PADDED flag correctlyTimur Pocheptsov2021-10-091-2/+3
* H2: remove a rather useless limit on the number of streamsTimur Pocheptsov2021-06-141-3/+0
* Remove the qmake project filesJoerg Bornemann2021-01-071-17/+0
* Huffman compression: handle QByteArray's elements as unsigned charTimur Pocheptsov2020-09-071-2/+4
* Only use one macro per lineLars Schmertmann2020-07-032-3/+6
* HTTP/2: use a non-default MAX_FRAME_SIZETimur Pocheptsov2019-08-221-3/+7
* QHttp2Configuration - respect the value returned by huffmanCompressionEnabled()Timur Pocheptsov2019-08-212-0/+6
* Add means to configure HTTP/2 protocol handlerTimur Pocheptsov2019-08-203-143/+39
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-151-2/+4
|\
| * Make our connection-level window half of a possible maximumTimur Pocheptsov2019-08-141-2/+4
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-03-062-99/+121
|\|
| * Hpack - fix the static lookupTimur Pocheptsov2019-03-042-99/+121
* | Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-122-2/+2
|/
* QByteArray: add compare() with case sensitivity optionsThiago Macieira2018-06-221-1/+2
* Fix build for Android with android-clang in r17Liang Qi2018-06-061-2/+0
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2017-11-062-38/+152
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-052-38/+152
| |\
| | * HTTP/2 - make protocol settings configurablev5.10.0-beta3Timur Pocheptsov2017-10-262-38/+152