index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
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.5.5
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
/
http2
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused qdebug.h include from private headers
Ahmad Samir
2025-01-16
1
-1
/
+4
*
Every private header should include at least another private header
Ahmad Samir
2025-01-14
1
-0
/
+1
*
HPack: test and fix Dynamic Table Size Update
Mårten Nordheim
2025-01-06
4
-3
/
+45
*
Mark some security sensitive files in http2
Dimitrios Apostolou
2024-12-02
9
-0
/
+9
*
Replace all QPair/qMakePair with std::pair in qtbase/network
Isak Fyksen
2024-10-24
1
-2
/
+2
*
Network: don't include qglobal.h
Mårten Nordheim
2024-10-13
7
-9
/
+0
*
Pass PrefixTable and PrefixTableEntry by value
Mate Barany
2024-09-04
2
-5
/
+5
*
Pass CodeEntry by value
Mate Barany
2024-09-04
1
-2
/
+2
*
QH2Connection: store the BitPatterns as constexpr
Thiago Macieira
2024-08-11
1
-5
/
+5
*
Http2: Use the enum for error codes and fix bugs
Mårten Nordheim
2024-07-24
1
-1
/
+1
*
Pass HPack::BitPattern by value
Mate Barany
2024-07-13
2
-13
/
+13
*
Http2: Export configurationToSettingsFrame(const QHttp2Configuration &)
Lena Biliaieva
2024-05-16
1
-1
/
+1
*
Fix -Wimplicit-fallthrough for clang
Tim Blechmann
2024-03-01
1
-0
/
+1
*
Http2: don't barf on > 4GiB cumulative headers
Marc Mutz
2024-01-29
1
-2
/
+2
*
Network: Use QHttpHeaders in QHttpHeaderParser
Lena Biliaieva
2024-01-25
1
-8
/
+7
*
QH2Connection: Fix issue with unity-build/odr
Mårten Nordheim
2024-01-18
2
-0
/
+46
*
Privately introduce QHttp2Connection
Mårten Nordheim
2024-01-17
2
-13
/
+18
*
Http2: move assemble_hpack_block declaration to header
Mårten Nordheim
2024-01-08
2
-0
/
+30
*
HPack: fix incorrect integer overflow check
Marc Mutz
2023-12-13
1
-1
/
+3
*
HPack: fix a Yoda Condition
Marc Mutz
2023-12-13
1
-1
/
+1
*
hpack: use QBAV more
Anton Kudryavtsev
2023-08-29
1
-3
/
+3
*
http2protocol: use QSB to reduce allocations
Anton Kudryavtsev
2023-08-24
1
-5
/
+3
*
Long live Q_UNREACHABLE_RETURN()!
Marc Mutz
2022-10-15
1
-2
/
+1
*
QHttp2Configuration: in QNAM, use old, higher values in flow control
Timur Pocheptsov
2022-08-30
1
-1
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
14
-532
/
+28
*
QtNetwork: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-21
1
-19
/
+21
*
QtNetwork: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [2/2]: privat...
Marc Mutz
2022-04-06
2
-1
/
+3
*
HTTP2: port to QByteArrayView where it's trivial
Marc Mutz
2022-03-11
6
-8
/
+8
*
HPack: make padding_is_valid static constexpr
Marc Mutz
2022-03-11
1
-0
/
+1
*
Make sure all qtbase private headers include at least one other
Thiago Macieira
2022-02-24
4
-7
/
+7
*
Don't send the default SETTINGS_INITIAL_WINDOW_SIZE
Timur Pocheptsov
2021-10-12
1
-3
/
+6
*
network: Fix typos in source code comments
Jonas Kvinge
2021-10-12
1
-1
/
+1
*
Http/2 - handle PADDED flag correctly
Timur Pocheptsov
2021-10-09
1
-2
/
+3
*
H2: remove a rather useless limit on the number of streams
Timur Pocheptsov
2021-06-14
1
-3
/
+0
*
Remove the qmake project files
Joerg Bornemann
2021-01-07
1
-17
/
+0
*
Huffman compression: handle QByteArray's elements as unsigned char
Timur Pocheptsov
2020-09-07
1
-2
/
+4
*
Only use one macro per line
Lars Schmertmann
2020-07-03
2
-3
/
+6
*
HTTP/2: use a non-default MAX_FRAME_SIZE
Timur Pocheptsov
2019-08-22
1
-3
/
+7
*
QHttp2Configuration - respect the value returned by huffmanCompressionEnabled()
Timur Pocheptsov
2019-08-21
2
-0
/
+6
*
Add means to configure HTTP/2 protocol handler
Timur Pocheptsov
2019-08-20
3
-143
/
+39
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-08-15
1
-2
/
+4
|
\
|
*
Make our connection-level window half of a possible maximum
Timur Pocheptsov
2019-08-14
1
-2
/
+4
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
Liang Qi
2019-03-06
2
-99
/
+121
|
\
|
|
*
Hpack - fix the static lookup
Timur Pocheptsov
2019-03-04
2
-99
/
+121
*
|
Use Q_DISABLE_COPY_MOVE for private classes
Friedemann Kleint
2018-12-12
2
-2
/
+2
|
/
*
QByteArray: add compare() with case sensitivity options
Thiago Macieira
2018-06-22
1
-1
/
+2
*
Fix build for Android with android-clang in r17
Liang Qi
2018-06-06
1
-2
/
+0
*
Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...
Liang Qi
2017-11-06
2
-38
/
+152
|
\
|
*
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2017-11-05
2
-38
/
+152
|
|
\
|
|
*
HTTP/2 - make protocol settings configurable
v5.10.0-beta3
Timur Pocheptsov
2017-10-26
2
-38
/
+152
[next]