summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/http2/tst_http2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Http2: Fix redirect-handlingMårten Nordheim2022-02-221-0/+69
* Http/2 - handle PADDED flag correctlyTimur Pocheptsov2021-10-121-0/+84
* tst_http2: Fix flaky authentication testMårten Nordheim2021-09-111-0/+5
* H2: emit encrypted for at least the first reply, similar to H1Timur Pocheptsov2021-07-211-0/+9
* Let the h2 test server both send and receive DATA framesMårten Nordheim2021-05-281-4/+13
* HTTP/2 authentication requiredMårten Nordheim2021-05-031-0/+82
* More qOverload cleanups in qtbaseTimur Pocheptsov2020-03-241-3/+1
* QNetworkReply: Deprecate 'error' signal, use 'errorOccurred' insteadMårten Nordheim2020-03-031-1/+1
* Revert "QNetworkReply: deprecate the 'error' getter"Alexander Akulich2020-02-281-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
* 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
|\|
| * tst_http2::connectToHost - fix flakinessTimur Pocheptsov2019-08-071-3/+0
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-051-0/+13
|\|
| * tst_http2::connectToHost - add a fix for SecureTransport backendTimur Pocheptsov2019-08-011-0/+13
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-07-261-0/+123
|\|
| * Implement 'preconnect-https' and 'preconnect-http' for H2Timur Pocheptsov2019-07-241-0/+123
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-201-11/+40
|\|
| * tst_http2 - make the test less rough in generalTimur Pocheptsov2019-07-181-11/+40
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-181-0/+7
|\|
| * tst_http2::flowControlServerSideTimur Pocheptsov2019-07-151-0/+7
| * H2 auto-test, degrage flowControlServerSideTimur Pocheptsov2019-06-121-1/+1
* | H2 auto-test, degrage flowControlServerSideTimur Pocheptsov2019-06-131-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-101-18/+75
|\|
| * tst_http2 - extend 'singleRequest' test caseTimur Pocheptsov2019-04-091-18/+75
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-211-1/+1
|\|
| * tst_http2::earlyResponse - fix a flaky and somewhat broken testTimur Pocheptsov2019-02-201-1/+1
* | Schannel: Add ALPN supportMårten Nordheim2019-01-281-1/+2
|/
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-11-271-0/+5
|\
| * Make developer build tests pass for boot2qtSami Nurmenniemi2018-11-261-0/+5
* | tst_Http2 auto-test: stop sending DATA frames if test failedTimur Pocheptsov2018-06-041-1/+3
* | h2 auto test - replace QEventLoop (and QTimer) with QTestEventLoopTimur Pocheptsov2018-04-181-12/+3
|/
* HTTP/2 - reset uploadByteDevice if necessaryTimur Pocheptsov2018-04-121-0/+47
* Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-1/+1
* HTTP/2 - make protocol settings configurablev5.10.0-beta3Timur Pocheptsov2017-10-261-50/+39
* HTTP/2 protocol handler: tweak receive window sizesTimur Pocheptsov2017-10-161-1/+3
* HTTP/2 - implement the proper 'h2c' (protocol upgrade)Timur Pocheptsov2017-08-271-1/+4
* Use HTTP2WasUsedAttribute for HTTP2Timur Pocheptsov2017-03-291-1/+8
* Fix http2 auto-testTimur Pocheptsov2017-02-151-1/+3
* HTTP/2 - fix handling of GOAWAY frameTimur Pocheptsov2017-01-111-12/+91
* HTTP/2 - fix the handling of PUSH_PROMISETimur Pocheptsov2016-10-211-25/+123
* Enable cleartext HTTP/2 and bring the auto-test back to lifeTimur Pocheptsov2016-08-111-20/+12
* HTTP2 - autotestTimur Pocheptsov2016-07-141-0/+449