summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-151-1/+1
* Fix wildcard filter matchingMaurice Kalinowski2022-09-291-1/+16
* Fix the overview page file nameFriedemann Kleint2022-09-161-1/+1
* Documentation: Use https linkFriedemann Kleint2022-09-161-1/+1
* Doc: Expose QMqttClient ctor docsPaul Wicking2022-08-291-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-1634-944/+68
* QtMQTT: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-05-112-4/+4
* Add support for nolocal subscriptionsMaurice Kalinowski2022-05-033-1/+29
* Make sure all private headers include at least one otherThiago Macieira2022-03-084-0/+4
* Doc: Remove navigation.homepage settingKai Köhne2022-02-111-1/+0
* QtMqtt documentation cleanupSona Kurazyan2022-01-273-22/+9
* Migrate to autogenerated cpp exportsAlexey Edelev2021-09-272-10/+2
* Doc: Remove unsupported customFiltersKai Köhne2021-09-031-4/+0
* Doc: Fix documentation warningsTopi Reinio2021-06-092-8/+12
* CMake: Disable usage of CMake API compatibility wrappersJoerg Bornemann2021-05-261-3/+2
* Remove qmake project filesJoerg Bornemann2021-05-032-51/+0
* 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