index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
/
access
/
qhttp2protocolhandler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Http2: remove any reference to HttpReply when deleted
Mårten Nordheim
5 days
1
-11
/
+19
*
Use QHttp2Connection in qhttp2protocolhandler
Mårten Nordheim
2024-11-21
1
-1167
/
+257
*
HTTP2: Delay any communication until encrypted() can be responded to
Mårten Nordheim
2024-07-03
1
-3
/
+3
*
QHttp2ProtocolHandler: change to use QObject::connect PMF syntax
Mate Barany
2024-06-13
1
-4
/
+4
*
Http2: fix handling unsuppported authenticate challenge
Mårten Nordheim
2024-04-20
1
-10
/
+16
*
Http/2: fix active streams counting
Mårten Nordheim
2024-03-18
1
-1
/
+4
*
Http2: fix streamsToUse logic
Mårten Nordheim
2024-03-18
1
-4
/
+3
*
QHttp2ProtocolHandler: prevent truncation in arithmetic operations
Mårten Nordheim
2024-03-12
1
-4
/
+4
*
Handle informational HTTP replies (1xx) for HTTP/2
Mate Barany
2024-03-01
1
-0
/
+7
*
Remove unnecessary case-insensitive header name comparisons
Juha Vuolle
2024-02-08
1
-5
/
+3
*
Replace QHttpHeaders::toListOfPairs() usage with iteration
Juha Vuolle
2024-02-08
1
-13
/
+16
*
Http2: fix 401 authentication required w/o challenge
Mårten Nordheim
2024-01-25
1
-0
/
+11
*
Network: Use QHttpHeaders in QHttpHeaderParser
Lena Biliaieva
2024-01-25
1
-1
/
+1
*
QH2Connection: Fix issue with unity-build/odr
Mårten Nordheim
2024-01-18
1
-43
/
+1
*
Http2: move assemble_hpack_block declaration to header
Mårten Nordheim
2024-01-08
1
-27
/
+1
*
Http2: fix potential overflow in assemble_hpack_block()
Marc Mutz
2023-12-20
1
-2
/
+6
*
http2: Fix authentication code and race
Mårten Nordheim
2023-11-15
1
-57
/
+77
*
Http: simplify check for preconnect request
Mårten Nordheim
2023-11-06
1
-2
/
+1
*
QHttp2ProtocolHandler: optimize updateStream
Anton Kudryavtsev
2023-11-01
1
-5
/
+3
*
QHttp2ProtocolHandler: reduce allocations
Anton Kudryavtsev
2023-09-25
1
-11
/
+21
*
QHttp2ProtocolHandler: extract method
Anton Kudryavtsev
2023-09-25
1
-10
/
+19
*
http2: inline a couple static variables
Mårten Nordheim
2023-07-10
1
-3
/
+0
*
http2: Use QByteArrayView in lambda where we only parse
Mårten Nordheim
2023-07-10
1
-2
/
+2
*
http2: use qAddOverflow instead of local function
Mårten Nordheim
2023-07-10
1
-13
/
+9
*
http2: perform clang-tidy suggestion to use emplace_back
Mårten Nordheim
2023-07-10
1
-5
/
+5
*
http2: use find() instead of multiple lookups
Mårten Nordheim
2023-07-10
1
-19
/
+24
*
http2: fix potential warning about narrowing
Mårten Nordheim
2023-07-07
1
-1
/
+1
*
Http2: Don't skip checking flag for trailing HEADERS frame if PRIORITY
Mårten Nordheim
2023-04-01
1
-9
/
+9
*
Http2: Drop an unnecessary copy of incoming data
Mårten Nordheim
2022-09-12
1
-2
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QtNetwork: replace remaining uses of QLatin1String by QLatin1StringView
Sona Kurazyan
2022-04-21
1
-5
/
+5
*
QtNetwork: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-21
1
-13
/
+12
*
Http2: Fix redirect-handling
Mårten Nordheim
2022-02-20
1
-6
/
+14
*
QtNetwork: Include moc files
Mårten Nordheim
2022-01-15
1
-0
/
+2
*
Move QNAM's http header parsing into separate class
Øystein Heskestad
2021-09-09
1
-4
/
+4
*
QNetworkReply: Add two new signals
Markus Goetz
2021-07-20
1
-0
/
+2
*
H2 - make integer conversion explicit (signed->unsigned)
Timur Pocheptsov
2021-06-15
1
-2
/
+2
*
H2: remove a rather useless limit on the number of streams
Timur Pocheptsov
2021-06-14
1
-7
/
+3
*
QNetworkReply: Decompress when reading
Mårten Nordheim
2021-06-12
1
-22
/
+2
*
QNetworkRequest: Add API to set a minimum archive bomb size
Mårten Nordheim
2021-05-31
1
-2
/
+2
*
HTTP/2 authentication required
Mårten Nordheim
2021-04-29
1
-17
/
+84
*
HTTP2: fix crash from assertion
Mårten Nordheim
2020-11-19
1
-1
/
+7
*
QDecompressHelper: limit decompression ratio
Mårten Nordheim
2020-09-22
1
-0
/
+2
*
Make use of QDecompressHelper for HTTP downloads
Mårten Nordheim
2020-08-05
1
-7
/
+15
*
Only use one macro per line
Lars Schmertmann
2020-07-03
1
-1
/
+2
*
H2 protocol handler: make sure inflateEnd gets called on z-stream
Timur Pocheptsov
2020-06-03
1
-0
/
+3
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-04-08
1
-0
/
+6
|
\
|
*
H2C - make sure we send the client preface and settings
Timur Pocheptsov
2020-04-07
1
-0
/
+6
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2019-10-06
1
-9
/
+6
|
\
|
|
*
Convert a few sizeof(array)/sizeof(element0) fors to range fors
Albert Astals Cid
2019-10-04
1
-9
/
+6
[next]