summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/http2/tst_http2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Http2: fix handling unsuppported authenticate challengeMårten Nordheim2024-04-201-0/+86
* Handle informational HTTP replies (1xx) for HTTP/2Mate Barany2024-03-011-0/+66
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Http2: fix 401 authentication required w/o challengeMårten Nordheim2024-01-251-6/+15
* tst_http2: increase testing for authenticationRequiredMårten Nordheim2023-11-151-5/+22
* http2: When a reply is removed from the queue, only remove oneMårten Nordheim2023-10-161-0/+49
* tst_http2: Use QCOMPARE for the nRequests checkMårten Nordheim2023-10-131-10/+10
* tst_http2::redirect: reduce length of testMårten Nordheim2023-10-061-1/+2
* Http2: Don't skip checking flag for trailing HEADERS frame if PRIORITYMårten Nordheim2023-04-011-0/+37
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-2/+2
* QHttp2Configuration: in QNAM, use old, higher values in flow controlTimur Pocheptsov2022-08-301-0/+7
* qputenv: port to QByteArrayViewMarc Mutz2022-08-061-5/+5
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Replace uses of _qba with _baSona Kurazyan2022-04-071-1/+3
* Http2: Fix redirect-handlingMårten Nordheim2022-02-201-0/+70
* QNetworkReply: rename socketConnecting to socketStartedConnectingMårten Nordheim2022-01-311-1/+1
* QNAM: Reintroduce h2c with an attributeMårten Nordheim2021-12-041-1/+81
* QNAM: Disable h2c by defaultMårten Nordheim2021-11-301-0/+1
* Http/2 - handle PADDED flag correctlyTimur Pocheptsov2021-10-091-0/+84
* tst_http2: Fix flaky authentication testMårten Nordheim2021-09-101-0/+5
* QNetworkReply: Add two new signalsMarkus Goetz2021-07-201-0/+74
* H2: emit encrypted for at least the first reply, similar to H1Timur Pocheptsov2021-07-201-0/+9
* tst_http2: use the supportedFeatures() instead of macrosTimur Pocheptsov2021-06-241-10/+14
* Let the h2 test server both send and receive DATA framesMårten Nordheim2021-04-301-4/+13
* HTTP/2 authentication requiredMårten Nordheim2021-04-291-0/+81
* Move plugin code from QtNetwork to qtbase/pluginsTimur Pocheptsov2021-04-221-6/+0
* Move QEMU emulation detector to QTestSamuli Piippo2021-02-131-2/+2
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+5
* QDecompressHelper: Introduce zstd supportMårten Nordheim2020-08-141-0/+5
* Set default redirect policy to NoLessSafeRedirectPolicyFrederik Gladhorn2020-08-131-1/+1
* QDecompressHelper: Add brotli supportMårten Nordheim2020-08-061-0/+5
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-3/+3
* Use QList instead of QVector in network testsJarek Kobus2020-06-251-1/+1
* QNetworkReply/http2: Add a contentEncoding testMårten Nordheim2020-05-131-0/+106
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-3/+1
|\
| * More qOverload cleanups in qtbaseTimur Pocheptsov2020-03-241-3/+1
* | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-041-1/+1
|\|
| * QNetworkReply: Deprecate 'error' signal, use 'errorOccurred' insteadMårten Nordheim2020-03-031-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-281-10/+10
|\|
| * Revert "QNetworkReply: deprecate the 'error' getter"Alexander Akulich2020-02-281-10/+10
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-151-10/+10
|\|
| * QNetworkReply: deprecate the 'error' getterTimur Pocheptsov2020-01-131-10/+10
| * Move away from recently deprecated HTTP2 attributesMårten Nordheim2019-10-011-9/+9
* | Retire SPDY protocol implementation (Qt6)Timur Pocheptsov2019-09-251-16/+9
|/
* Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-091-0/+3
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-081-0/+3
| |\
| | * tst_http2::goaway - run in ALPN mode onlyTimur Pocheptsov2019-09-041-0/+3
* | | HTTP/2: use a non-default MAX_FRAME_SIZETimur Pocheptsov2019-08-221-0/+70
* | | Add means to configure HTTP/2 protocol handlerTimur Pocheptsov2019-08-201-25/+43
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-081-3/+0
|\|