summaryrefslogtreecommitdiffstats
path: root/src/network/access/qhttp2protocolhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make use of QDecompressHelper for HTTP downloadsMÃ¥rten Nordheim2020-08-051-7/+15
* Only use one macro per lineLars Schmertmann2020-07-031-1/+2
* H2 protocol handler: make sure inflateEnd gets called on z-streamTimur Pocheptsov2020-06-031-0/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-0/+6
|\
| * H2C - make sure we send the client preface and settingsTimur Pocheptsov2020-04-071-0/+6
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-061-9/+6
|\|
| * Convert a few sizeof(array)/sizeof(element0) fors to range forsAlbert Astals Cid2019-10-041-9/+6
* | Retire SPDY protocol implementation (Qt6)Timur Pocheptsov2019-09-251-6/+6
|/
* A follow-up to a recent fix in QHttpNetworkConnectionChannelTimur Pocheptsov2019-09-051-0/+25
* QHttp2Configuration - respect the value returned by huffmanCompressionEnabled()Timur Pocheptsov2019-08-211-0/+1
* Add means to configure HTTP/2 protocol handlerTimur Pocheptsov2019-08-201-32/+12
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-271-2/+23
|\
| * Implement 'preconnect-https' and 'preconnect-http' for H2Timur Pocheptsov2019-07-241-2/+23
* | Remove property usage in QHttp2ProtocolHandlerTasuku Suzuki2019-06-291-6/+18
|/
* HTTP2: Fix handling of GOAWAY framesChristian Kamm2019-05-031-1/+8
* Fix a crash in QHttp2ProtocolHandler in h2c-direct modeAlexey Edelev2019-03-291-1/+1
* http2: skip content-length for content-encoding: gzip/deflateTimur Pocheptsov2019-02-011-0/+4
* QByteArray: add compare() with case sensitivity optionsThiago Macieira2018-06-221-6/+9
* Http/2 - remove unused 'compressedData'Timur Pocheptsov2018-05-241-1/+0
* HTTP/2 - reset uploadByteDevice if necessaryTimur Pocheptsov2018-04-121-0/+14
* HTTP/2 - treat HEADERS frames as valid for streams in 'open' stateTimur Pocheptsov2018-04-051-3/+4
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-1/+1
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-171-1/+1
| |\
| | * HTTP/2 - fix header processingTimur Pocheptsov2017-11-151-1/+1
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2017-11-061-18/+47
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-051-18/+47
| |\| |
| | * | HTTP/2 - make protocol settings configurablev5.10.0-beta3Timur Pocheptsov2017-10-261-18/+47
* | | | Modernize use of 'http' featureUlf Hermann2017-11-061-4/+0
|/ / /
* / / QHttp2ProtocolHandler - avoid calls to detach in a range-loopTimur Pocheptsov2017-10-241-1/+2
|/ /
* | HTTP/2 protocol handler: tweak receive window sizesTimur Pocheptsov2017-10-161-17/+14
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-041-1/+20
|\|
| * HTTP/2 protocol handler: set redirect URL on replyTimur Pocheptsov2017-09-291-1/+20
* | Revert "HTTP/2 protocol handler: set the redirect URL on reply"Timur Pocheptsov2017-09-291-18/+1
* | HTTP/2 protocol handler: set the redirect URL on replyTimur Pocheptsov2017-09-281-1/+18
* | HTTP/2 - implement the proper 'h2c' (protocol upgrade)Timur Pocheptsov2017-08-271-14/+24
|/
* Use QNetworkReply::ProtocolFailure in HTTP/2 failuresThiago Macieira2017-05-081-4/+4
* Use HTTP2WasUsedAttribute for HTTP2Timur Pocheptsov2017-03-291-0/+2
* HTTP/2 - fix SETTINGS frame validationTimur Pocheptsov2017-01-171-1/+1
* qhttp2protocolhandler - handle proxies correctlyTimur Pocheptsov2017-01-111-3/+12
* HTTP/2 - fix handling of GOAWAY frameTimur Pocheptsov2017-01-111-9/+18
* HTTP/2 - fix the handling of PUSH_PROMISETimur Pocheptsov2016-10-211-75/+297
* Refactor Http2::FrameReader/Http2::FrameWriterTimur Pocheptsov2016-08-191-78/+83
* HTTP/2 - do not set END_HEADERS if we have CONTINUATIONsTimur Pocheptsov2016-08-171-1/+1
* Enable cleartext HTTP/2 and bring the auto-test back to lifeTimur Pocheptsov2016-08-111-2/+2
* http2frame - do not rely on a socket's bufferTimur Pocheptsov2016-08-111-55/+51
* Revert "Implement protocol upgrade for HTTP/2 enabled requests"Timur Pocheptsov2016-08-041-36/+15
* Implement protocol upgrade for HTTP/2 enabled requestsTimur Pocheptsov2016-08-031-15/+36
* fix namespaced buildOswald Buddenhagen2016-08-011-2/+2
* Remove SSL includes from qhttpnetworkconnection_p.hFriedemann Kleint2016-07-121-2/+0
* HTTP2 protocol handlerTimur Pocheptsov2016-07-081-0/+1219