summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into devwip/mqtt5Qt Forward Merge Bot2018-03-1612-208/+153
|\
| * Fix connecting via an already open QIODevice transportv5.11.0-beta4v5.11.0-beta3Maurice Kalinowski2018-03-122-1/+37
| * Fix memory leak in testsv5.11.0-beta2Maurice Kalinowski2018-03-071-1/+1
| * Highlight the fact that Qt MQTT is not Qt but Qt for AutomationAlex Blasche2018-03-011-0/+3
| * Add standard license section to qtmqtt index doc pageAlex Blasche2018-03-011-0/+8
| * qdoc files always use FDL/commercial license comboAlex Blasche2018-03-018-202/+92
| * Silence compiler warningv5.11.0-beta1Maurice Kalinowski2018-02-161-0/+1
| * Fix disconnectFromHost when in connecting stateMaurice Kalinowski2018-02-161-3/+10
| * Bump versionLiang Qi2018-02-081-1/+1
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-0532-173/+1529
|\
| * Keep m_transportType consistent5.10Lorenz Haas2018-02-021-1/+5
| * Add README for using auto testsMaurice Kalinowski2018-02-021-0/+21
| * Fix reconnecting after transport errorMaurice Kalinowski2018-02-023-2/+66
| * Fix error state handlingMaurice Kalinowski2018-02-021-1/+1
| * Fix sync.profileMaurice Kalinowski2017-12-151-1/+1
| * Fix test for fixed header completenessLorenz Haas2017-12-051-5/+17
| * Fix subscriptions at reconnectv1.0Maurice Kalinowski2017-11-154-0/+100
| * Refactor QMqttMessageMaurice Kalinowski2017-11-152-21/+103
| * Introduce specific types for topic names and filtersLorenz Haas2017-11-1526-95/+1116
| * Refactor version checkMaurice Kalinowski2017-11-141-5/+9
| * Clean upMaurice Kalinowski2017-11-141-3/+3
| * Fix publishing of data containing arbitrary contentMaurice Kalinowski2017-11-143-2/+51
| * Remove indirection from QMqttConnection to data valuesMaurice Kalinowski2017-11-144-40/+39
|/
* Do not block on connectToHostwip/brokerMaurice Kalinowski2017-11-103-12/+27
* Doc: Edit QMqttClient::ClientError docsLeena Miettinen2017-11-091-8/+9
* Doc: Add docs for QMqttClient::ProtocolViolationLeena Miettinen2017-11-081-0/+3
* Doc: Describe publish-and-subscribe, topics, and securityLeena Miettinen2017-11-082-3/+65
* Doc: Use generic thumbnail for WebSockets MQTT Subscription exampleLeena Miettinen2017-11-081-0/+3
* Doc: Add dependency to Qt Web Sockets to enable linking to itLeena Miettinen2017-11-081-1/+1
* Doc: Add screenshot and details to Qt MQTT example docsLeena Miettinen2017-11-082-4/+49
* Doc: Add screenshot and details to Simple MQTT Client example docsLeena Miettinen2017-11-083-3/+46
* Doc: Add docs for MQTT Subscriptions exampleLeena Miettinen2017-10-262-3/+47
* Doc: Fix link to MQTT specification by adding a missing fileLeena Miettinen2017-10-261-0/+31
* Close connection on protocol violationLorenz Haas2017-10-243-18/+72
* Refactor state and error handlingMaurice Kalinowski2017-10-185-27/+108
* Allow client IDs that do not follow the standard's adviceLorenz Haas2017-10-172-2/+2
* Ensure valid read buffer when parsing the fixed headerLorenz Haas2017-10-161-1/+8
* Doc: Adding and editing the docsMaurice Kalinowski2017-10-1612-115/+565
* Make packet identifier standard conformantLorenz Haas2017-10-152-27/+31
* Use Qt5-style connect and QOverloadMaurice Kalinowski2017-10-122-2/+2
* Resize example user interfacesMaurice Kalinowski2017-10-102-6/+6
* Update license headersJani Heikkinen2017-09-2524-730/+1645
* Revert "Disable auto tests"Maurice Kalinowski2017-09-231-5/+5
* Fix launching broker on testmachineMaurice Kalinowski2017-09-231-10/+29
* Do not unsubscribe on disconnectMaurice Kalinowski2017-09-231-2/+0
* Disable auto testsMaurice Kalinowski2017-09-041-5/+5
* Change signature of QMqttClient::subscribeMaurice Kalinowski2017-09-0114-43/+46
* Doc fixesMaurice Kalinowski2017-09-011-5/+5
* Only run tests on supported platformsMaurice Kalinowski2017-08-301-5/+6
* Update signal signatureMaurice Kalinowski2017-08-302-2/+6