summaryrefslogtreecommitdiffstats
path: root/src/mqtt/qmqttconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add websocket support for mqttEven Oscar Andersen2025-01-291-31/+142
* Replace raw m_transport pointer with std::shared_ptrEven Oscar Andersen2025-01-271-26/+20
* Clean up logging categoriesVolker Hilsheimer2024-07-311-1/+1
* Remove extra semi-colonsTasuku Suzuki2024-02-021-1/+1
* Windows: Fix crash on QMqttClient destructionMaurice Kalinowski2023-03-301-1/+5
* Prefer asKeyValueRangeMaurice Kalinowski2022-10-231-3/+3
* Fix potential race condition for receiving messagesMaurice Kalinowski2022-10-191-1/+6
* Port from container::count() and length() to size()Marc Mutz2022-10-101-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-161-28/+2
* Add support for nolocal subscriptionsMaurice Kalinowski2022-05-031-1/+4
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-181-16/+53
|\
| * MQTT 5: respect UNSUBACK Properties and Reason CodeKonstantin Ritt2020-05-151-1/+37
| * Treat SUBACK with an empty payload as a protocol violationKonstantin Ritt2020-05-151-2/+4
| * QMqttConnection::sendControlSubscribe: minor simplificationKonstantin Ritt2020-05-151-13/+12
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-141-40/+68
|\|
| * Do not ignore MQTT 5 protocol violations in some more casesKonstantin Ritt2020-05-061-9/+5
| * Better handling of MQTT 5 PUBACK/REC/REL/COMP Reason CodesKonstantin Ritt2020-05-061-0/+32
| * Fix remaining bytes calculation when parsing Controls PacketsKonstantin Ritt2020-05-061-32/+29
| * Exit more gracefuly on protocol violationsKonstantin Ritt2020-05-021-1/+4
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-211-2/+1
|\|
| * Fix deprecation warningsMaurice Kalinowski2020-04-181-2/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-041-52/+145
|\|
| * Expose CONNACK Reason Code via serverConnectionProperties() for MQTT <5v5.15.0-beta4v5.15.0-beta3Konstantin Ritt2020-04-021-2/+2
| * Better handling of MQTT SUBACK Reason CodesKonstantin Ritt2020-04-021-4/+29
| * Better handling of MQTT 5 CONNACK Reason CodesKonstantin Ritt2020-04-021-1/+44
| * QMqttConnection: code deduplicationKonstantin Ritt2020-04-021-25/+12
| * Fix handling of incoming DISCONNECT Control packetKonstantin Ritt2020-04-021-0/+19
| * QMqttConnection: do not block when connecting with encryptionKonstantin Ritt2020-03-311-10/+5
| * Prohibit Subscription Identifier in Client to a Server PUBLISHKonstantin Ritt2020-03-311-0/+6
| * Introduce MQTT 5 AUTH specific Reason CodesKonstantin Ritt2020-03-311-6/+7
| * Prohibit sending MQTT 5 AUTH while connecting to the BrokerKonstantin Ritt2020-03-311-4/+5
| * Fix handling of incoming MQTT 5 AUTH Control packetKonstantin Ritt2020-03-311-0/+16
* | QMqttConnection: Minor renamingKonstantin Ritt2020-04-021-4/+4
|/
* Better handling for topic alias of a received messageKonstantin Ritt2020-03-271-6/+9
* Get rid of stale TODO commentKonstantin Ritt2020-03-261-2/+0
* Do not apply properties that weren't actually readKonstantin Ritt2020-02-281-1/+2
* Fix build with CONFIG+=no-rttiKonstantin Ritt2020-02-281-2/+2
* Simplify readBufferTyped() routinesKonstantin Ritt2019-08-281-30/+14
* Add autoKeepAlive to QMqttClientMaurice Kalinowski2019-08-201-3/+11
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-161-0/+1
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-131-0/+1
| |\
| | * Avoid MAV after disconnecting due to protocol violationv5.12.55.12.5Konstantin Ritt2019-07-051-0/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-111-19/+35
|\| |
| * | Prefer somewhat cheaper QBasicTimer over QTimer for periodic PINGKonstantin Ritt2019-07-031-4/+11
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-07-031-15/+24
| |\|
| | * Allow empty will messagesMaurice Kalinowski2019-07-021-2/+2
| | * Prefer QHash over QMap for faster key lookupKonstantin Ritt2019-06-281-13/+22
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-271-5/+15
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-rc3v5.13.0-rc2v5.13.0-rc1v5.13.0-beta4v5.13.05.13.0Qt Forward Merge Bot2019-04-201-5/+15
| |\|
| | * Verify input bufferMaurice Kalinowski2019-04-181-5/+15