summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/http2
Commit message (Expand)AuthorAgeFilesLines
* Http2: fix handling unsuppported authenticate challengeMårten Nordheim6 days1-0/+86
* Tests: make some QFile::open calls failGiuseppe D'Angelo13 days1-1/+2
* Handle informational HTTP replies (1xx) for HTTP/2Mate Barany2024-03-013-0/+94
* Change license for tests filesLucie Gérard2024-02-043-3/+3
* Http2: fix 401 authentication required w/o challengeMårten Nordheim2024-01-253-6/+26
* Network: Use QHttpHeaders in QHttpHeaderParserLena Biliaieva2024-01-251-8/+4
* Blacklist tst_Http2::duplicateRequestsWithAborts on QNXVolker Hilsheimer2023-12-041-0/+2
* tst_http2: increase testing for authenticationRequiredMårten Nordheim2023-11-152-6/+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
* CMake: Make network tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Android: explicitly bundle the OpenSSL libs for testsAssam Boudjelthia2023-06-211-0/+1
* Http2: Don't skip checking flag for trailing HEADERS frame if PRIORITYMårten Nordheim2023-04-013-3/+60
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* 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
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* qputenv: port to QByteArrayViewMarc Mutz2022-08-061-5/+5
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-163-81/+6
* Replace uses of _qba with _baSona Kurazyan2022-04-071-1/+3
* Http2: Fix redirect-handlingMårten Nordheim2022-02-203-1/+86
* 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
* Move QNAM's http header parsing into separate classØystein Heskestad2021-09-091-1/+1
* tests: Use QT_TESTCASE_SOURCEDIR defineIevgenii Meshcheriakov2021-08-112-4/+2
* 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-302-6/+17
* HTTP/2 authentication requiredMårten Nordheim2021-04-293-0/+114
* Move plugin code from QtNetwork to qtbase/pluginsTimur Pocheptsov2021-04-221-6/+0
* Move QEMU emulation detector to QTestSamuli Piippo2021-02-132-5/+3
* Remove the qmake project filesJoerg Bornemann2021-01-071-9/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-222-2/+6
* Make Ubuntu with its non-standard security level happyTimur Pocheptsov2020-10-262-88/+84
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* 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
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* 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-133-0/+118
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-3/+1
|\