summaryrefslogtreecommitdiffstats
path: root/src/network/access/qhttp2connection_p.h
Commit message (Expand)AuthorAgeFilesLines
* Http2: Fix 'Received' typoMårten Nordheim2025-04-301-2/+2
* QHttp2Connection: Fix handling of MAX_HEADER_TABLE_SIZE settingMårten Nordheim2025-01-071-0/+7
* Use QHttp2Connection in qhttp2protocolhandlerMårten Nordheim2024-11-211-1/+1
* Http2: Delay sending client prefaceMårten Nordheim2024-11-191-0/+2
* Network: Add maxConcurrentStreams setting to QHttp2ConfigurationLena Biliaieva2024-10-311-2/+10
* Http2Stream: Return bool from sendDATA functionsMårten Nordheim2024-10-201-3/+3
* Http2: Always return an error on errorMårten Nordheim2024-10-201-0/+1
* Http2: speed up window_update for many streamsMårten Nordheim2024-08-211-0/+2
* http2: delete byte device without deleteLaterMårten Nordheim2024-08-091-0/+1
* Ensure that RST_STREAM is sent following RFC 9113Matthias Rauter2024-08-071-5/+22
* Http2: Use the enum for error codes and fix bugsMårten Nordheim2024-07-241-6/+6
* QHttp2Connection: add take- and clearDownloadBufferMårten Nordheim2024-06-281-0/+2
* QHttp2Connection: add sendDATA(QByteArray)Mårten Nordheim2024-06-271-0/+1
* Fix fully-qualified-moc-types clazy warnings in qhttp2connection_p.hMatthias Rauter2024-04-041-2/+2
* Http/2: fix active streams countingMårten Nordheim2024-03-181-1/+4
* QHttpConnection: Create new streams returns error when ids are exhaustedØystein Heskestad2024-03-181-0/+1
* Implement ping reply in QHttp2Connection and add testMatthias Rauter2024-03-041-0/+11
* QHttp2Connection: add extra docsMårten Nordheim2024-02-211-1/+1
* QHttp2Connection: confirm successive remote stream IDs are higherMårten Nordheim2024-02-191-1/+0
* QH2Expected: use Rule Of ZeroMarc Mutz2024-01-181-5/+1
* Privately introduce QHttp2ConnectionMårten Nordheim2024-01-171-0/+362