summaryrefslogtreecommitdiffstats
path: root/src/network/access/http2
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Modernize use of 'http' featureUlf Hermann2017-11-061-0/+2
|/ /
* | HPACK - remove non-trivial ctorsTimur Pocheptsov2017-10-261-17/+5
* | HPACK - make Huffman 'CodeEntry' into PODTimur Pocheptsov2017-10-261-13/+0
|/
* HTTP/2 protocol handler: tweak receive window sizesTimur Pocheptsov2017-10-162-2/+14
* HTTP/2 - implement the proper 'h2c' (protocol upgrade)Timur Pocheptsov2017-08-274-2/+87
* HTTP/2 - fix the handling of PUSH_PROMISETimur Pocheptsov2016-10-215-20/+88
* Refactor Http2::FrameReader/Http2::FrameWriterTimur Pocheptsov2016-08-194-320/+255
* HTTP/2 - do not set END_HEADERS if we have CONTINUATIONsTimur Pocheptsov2016-08-171-0/+1
* http2frame - do not rely on a socket's bufferTimur Pocheptsov2016-08-112-30/+64
* Revert "Implement protocol upgrade for HTTP/2 enabled requests"Timur Pocheptsov2016-08-042-52/+0
* Implement protocol upgrade for HTTP/2 enabled requestsTimur Pocheptsov2016-08-032-0/+52
* HTTP/2 - fix 'GOAWAY' frame size validationTimur Pocheptsov2016-07-251-2/+6
* Add "We mean it." warning to HTTP2 protocol handler headersFriedemann Kleint2016-07-133-0/+33
* HTTP2 protocol handlerTimur Pocheptsov2016-07-087-2/+1218
* HPACK implementationTimur Pocheptsov2016-06-159-0/+2763