summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Ensure error gets reported for the state in which it has been occurredKonstantin Ritt2021-01-041-3/+2
* Update dependencies on 'dev'Jani Heikkinen2020-11-111-1/+1
* [BiC] Fix dangling pointer dereferencing when destroying QMqttClientKonstantin Ritt2020-08-182-0/+10
* Use QList instead of QVector in qtmqttSona Kurazyan2020-06-253-7/+7
* Port QtMqtt from QStringRef to QStringViewMaurice Kalinowski2020-06-081-4/+4
* Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-05-262-0/+36
|\
| * Regenerate projectswip/cmakeMaurice Kalinowski2020-05-262-1/+2
| * Regenerate projectsAlexandru Croitor2019-11-151-10/+2
| * Add initial support for cmakeMaurice Kalinowski2019-09-022-0/+43
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-184-17/+56
|\ \
| * | MQTT 5: respect UNSUBACK Properties and Reason CodeKonstantin Ritt2020-05-151-1/+37
| * | Do not change state in QMqttSubscription::unsubscribe()Konstantin Ritt2020-05-151-1/+0
| * | Introduce MQTT 5 UNSUBSCRIBE specific Reason CodeKonstantin Ritt2020-05-152-0/+3
| * | 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-142-42/+70
|\| |
| * | 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-062-34/+31
| * | Exit more gracefuly on protocol violationsKonstantin Ritt2020-05-021-1/+4
* | | [BiC] Fix size of ReasonCode enumKonstantin Ritt2020-05-071-1/+1
* | | QMqttConnection: avoid codegen for methods that aren't needed to be SLOTSKonstantin Ritt2020-05-071-1/+1
* | | Fix qHash related warningsMaurice Kalinowski2020-05-024-6/+6
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-212-3/+2
|\| |
| * | Fix deprecation warningsMaurice Kalinowski2020-04-182-3/+2
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-045-56/+154
|\| |
| * | 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-022-27/+13
| * | Doc: Update reason code documentationMaurice Kalinowski2020-04-011-4/+4
| * | 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
| * | Fix documentation of the qos argument meaningKonstantin Ritt2020-03-311-2/+2
| * | Prohibit Subscription Identifier in Client to a Server PUBLISHKonstantin Ritt2020-03-311-0/+6
| * | Introduce MQTT 5 AUTH specific Reason CodesKonstantin Ritt2020-03-313-6/+13
| * | 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-022-5/+5
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-281-8/+9
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-072-1/+14
|\| |
| * | QMqttClient: make ClientState, ClientError and ProtocolVersion Q_ENUM-sv5.15.0-beta2Konstantin Ritt2020-03-061-0/+7
| * | Fix documentation for QMqtt::MessageStatus::PublishedKonstantin Ritt2020-03-061-1/+1
| * | Minor improvement to the ReasonCode documentationKonstantin Ritt2020-03-061-0/+6
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-291-3/+4
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-141-0/+27
|\| |