summaryrefslogtreecommitdiffstats
path: root/src/network/access/http2/http2frames.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* Privately introduce QHttp2ConnectionMårten Nordheim2024-01-171-6/+6
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Http/2 - handle PADDED flag correctlyTimur Pocheptsov2021-10-091-2/+3
* Add means to configure HTTP/2 protocol handlerTimur Pocheptsov2019-08-201-2/+2
* HTTP/2 - implement the proper 'h2c' (protocol upgrade)Timur Pocheptsov2017-08-271-0/+6
* HTTP/2 - fix the handling of PUSH_PROMISETimur Pocheptsov2016-10-211-0/+33
* Refactor Http2::FrameReader/Http2::FrameWriterTimur Pocheptsov2016-08-191-261/+199
* 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-111-28/+55
* HTTP/2 - fix 'GOAWAY' frame size validationTimur Pocheptsov2016-07-251-2/+6
* HTTP2 protocol handlerTimur Pocheptsov2016-07-081-0/+525