summaryrefslogtreecommitdiffstats
path: root/src/network/access/qhttp2protocolhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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