index
:
qt/qtmqtt.git
5.10
5.11
5.11.2
5.12
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
6.0
6.0.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
wip/broker
wip/cmake
wip/mqtt5
Qt Module to implement MQTT protocol version 3.1 and 3.1.1 http://mqtt.org/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mqtt
/
qmqttconnection.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add websocket support for mqtt
Even Oscar Andersen
2025-01-29
1
-31
/
+142
*
Replace raw m_transport pointer with std::shared_ptr
Even Oscar Andersen
2025-01-27
1
-26
/
+20
*
Clean up logging categories
Volker Hilsheimer
2024-07-31
1
-1
/
+1
*
Remove extra semi-colons
Tasuku Suzuki
2024-02-02
1
-1
/
+1
*
Windows: Fix crash on QMqttClient destruction
Maurice Kalinowski
2023-03-30
1
-1
/
+5
*
Prefer asKeyValueRange
Maurice Kalinowski
2022-10-23
1
-3
/
+3
*
Fix potential race condition for receiving messages
Maurice Kalinowski
2022-10-19
1
-1
/
+6
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-10
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-06-16
1
-28
/
+2
*
Add support for nolocal subscriptions
Maurice Kalinowski
2022-05-03
1
-1
/
+4
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-05-18
1
-16
/
+53
|
\
|
*
MQTT 5: respect UNSUBACK Properties and Reason Code
Konstantin Ritt
2020-05-15
1
-1
/
+37
|
*
Treat SUBACK with an empty payload as a protocol violation
Konstantin Ritt
2020-05-15
1
-2
/
+4
|
*
QMqttConnection::sendControlSubscribe: minor simplification
Konstantin Ritt
2020-05-15
1
-13
/
+12
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-05-14
1
-40
/
+68
|
\
|
|
*
Do not ignore MQTT 5 protocol violations in some more cases
Konstantin Ritt
2020-05-06
1
-9
/
+5
|
*
Better handling of MQTT 5 PUBACK/REC/REL/COMP Reason Codes
Konstantin Ritt
2020-05-06
1
-0
/
+32
|
*
Fix remaining bytes calculation when parsing Controls Packets
Konstantin Ritt
2020-05-06
1
-32
/
+29
|
*
Exit more gracefuly on protocol violations
Konstantin Ritt
2020-05-02
1
-1
/
+4
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-04-21
1
-2
/
+1
|
\
|
|
*
Fix deprecation warnings
Maurice Kalinowski
2020-04-18
1
-2
/
+1
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-04-04
1
-52
/
+145
|
\
|
|
*
Expose CONNACK Reason Code via serverConnectionProperties() for MQTT <5
v5.15.0-beta4
v5.15.0-beta3
Konstantin Ritt
2020-04-02
1
-2
/
+2
|
*
Better handling of MQTT SUBACK Reason Codes
Konstantin Ritt
2020-04-02
1
-4
/
+29
|
*
Better handling of MQTT 5 CONNACK Reason Codes
Konstantin Ritt
2020-04-02
1
-1
/
+44
|
*
QMqttConnection: code deduplication
Konstantin Ritt
2020-04-02
1
-25
/
+12
|
*
Fix handling of incoming DISCONNECT Control packet
Konstantin Ritt
2020-04-02
1
-0
/
+19
|
*
QMqttConnection: do not block when connecting with encryption
Konstantin Ritt
2020-03-31
1
-10
/
+5
|
*
Prohibit Subscription Identifier in Client to a Server PUBLISH
Konstantin Ritt
2020-03-31
1
-0
/
+6
|
*
Introduce MQTT 5 AUTH specific Reason Codes
Konstantin Ritt
2020-03-31
1
-6
/
+7
|
*
Prohibit sending MQTT 5 AUTH while connecting to the Broker
Konstantin Ritt
2020-03-31
1
-4
/
+5
|
*
Fix handling of incoming MQTT 5 AUTH Control packet
Konstantin Ritt
2020-03-31
1
-0
/
+16
*
|
QMqttConnection: Minor renaming
Konstantin Ritt
2020-04-02
1
-4
/
+4
|
/
*
Better handling for topic alias of a received message
Konstantin Ritt
2020-03-27
1
-6
/
+9
*
Get rid of stale TODO comment
Konstantin Ritt
2020-03-26
1
-2
/
+0
*
Do not apply properties that weren't actually read
Konstantin Ritt
2020-02-28
1
-1
/
+2
*
Fix build with CONFIG+=no-rtti
Konstantin Ritt
2020-02-28
1
-2
/
+2
*
Simplify readBufferTyped() routines
Konstantin Ritt
2019-08-28
1
-30
/
+14
*
Add autoKeepAlive to QMqttClient
Maurice Kalinowski
2019-08-20
1
-3
/
+11
*
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-07-16
1
-0
/
+1
|
\
|
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-07-13
1
-0
/
+1
|
|
\
|
|
*
Avoid MAV after disconnecting due to protocol violation
v5.12.5
5.12.5
Konstantin Ritt
2019-07-05
1
-0
/
+1
*
|
|
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-07-11
1
-19
/
+35
|
\
|
|
|
*
|
Prefer somewhat cheaper QBasicTimer over QTimer for periodic PING
Konstantin Ritt
2019-07-03
1
-4
/
+11
|
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
Liang Qi
2019-07-03
1
-15
/
+24
|
|
\
|
|
|
*
Allow empty will messages
Maurice Kalinowski
2019-07-02
1
-2
/
+2
|
|
*
Prefer QHash over QMap for faster key lookup
Konstantin Ritt
2019-06-28
1
-13
/
+22
*
|
|
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-04-27
1
-5
/
+15
|
\
|
|
|
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
v5.13.0-rc3
v5.13.0-rc2
v5.13.0-rc1
v5.13.0-beta4
v5.13.0
5.13.0
Qt Forward Merge Bot
2019-04-20
1
-5
/
+15
|
|
\
|
|
|
*
Verify input buffer
Maurice Kalinowski
2019-04-18
1
-5
/
+15
[next]