aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump versionv5.13.25.13.25.13Frederik Gladhorn2019-10-141-1/+1
* Fix compilationSona Kurazyan2019-10-043-10/+12
* Improve QCoapClient's documentationv5.13.15.13.1Sona Kurazyan2019-07-241-3/+12
* Fix assertion when setting the timeoutSona Kurazyan2019-07-111-3/+10
* Bump versionFrederik Gladhorn2019-07-011-1/+1
* Remove deprecated QLatin1LiteralSona Kurazyan2019-06-141-3/+3
* Fix compilation with the latest qtbase dev branchSona Kurazyan2019-06-144-24/+0
* Fix warningsSona Kurazyan2019-06-142-11/+11
* Fix calculation of MAX_TRANSMIT_SPANSona Kurazyan2019-06-121-1/+3
* Fix parsing of option valuesSona Kurazyan2019-06-072-2/+4
* Add block option testsSona Kurazyan2019-05-213-2/+138
* Fix build without Qt Quick moduleKarsten Heimrich2019-05-081-2/+6
* Fix handling of multiple CoAP messagesSona Kurazyan2019-05-071-2/+4
* Fix 'observe' requests creation in the secure modeSona Kurazyan2019-05-201-1/+4
* Fix a typo: setMinumumTokenSize -> setMinimumTokenSizeSona Kurazyan2019-05-245-6/+6
* Add a method for setting the minimum token sizeSona Kurazyan2019-05-225-3/+81
* Remove QCoapClien's constructor for specifying a custom connectionSona Kurazyan2019-05-235-17/+37
* Conditionally enable subprojects for the private class testsSona Kurazyan2019-05-145-73/+8
* Replace Q_DECL_NOTHROW -> noexceptSona Kurazyan2019-05-148-18/+18
* Use maximum/minimum instead of max/minSona Kurazyan2019-05-145-62/+62
* Improve namings of QCoapSecurityConfigurationSona Kurazyan2019-05-144-12/+12
* Improve the API of QCoapOptionSona Kurazyan2019-05-1410-124/+102
* Forbid creation of QCoapReply and QCoapResourceDiscoveryReply objectsSona Kurazyan2019-05-148-103/+58
* Improve the API of QCoapRequestSona Kurazyan2019-05-1410-101/+82
* Improve the API of QCoapMessageSona Kurazyan2019-05-1416-102/+113
* Move resourcesFromCoreLinkList() to the private classSona Kurazyan2019-05-145-7/+17
* Rename QCoapDiscoveryReply -> QCoapResourceDiscoveryReplySona Kurazyan2019-05-1421-88/+91
* Hide internally used methods from QtCoap namespaceSona Kurazyan2019-05-148-15/+89
* Rename QtCoap::SecurityMode::NoSec -> QtCoap::SecurityMode::NoSecuritySona Kurazyan2019-05-1412-20/+20
* Remove the protected constructor from QCoapClientSona Kurazyan2019-05-143-19/+4
* Hide the API of QCoapProtocolSona Kurazyan2019-05-148-104/+98
* Hide the APIs of QCoapConnection and QCoapQUdpConnectionSona Kurazyan2019-05-1413-190/+153
* Remove the "Error" ending from QtCoap::Error enum value namesv5.13.0-rc3v5.13.0-rc2v5.13.0-rc1v5.13.0-beta4v5.13.05.13.0Sona Kurazyan2019-05-0310-56/+58
* Use scoped enumsSona Kurazyan2019-05-0334-206/+217
* Fix the location of '&' in a method signatureSona Kurazyan2019-04-263-3/+3
* Document the quickmulticastclient exampleSona Kurazyan2019-04-262-0/+127
* Move the declaration of QCoapInternalMessage to the private headerSona Kurazyan2019-04-265-78/+33
* Replace the Q_DECL_OVERRIDE macros with 'override'Sona Kurazyan2019-04-264-6/+6
* Make QCoapMessage::addOption non-virtualSona Kurazyan2019-04-261-2/+2
* Mention CBOR when documenting CoAP's content formatsSona Kurazyan2019-04-253-4/+21
* Add an API for closing the connection's transportSona Kurazyan2019-04-258-10/+98
* Add documentation for Qt CoAP overviewv5.13.0-beta3Sona Kurazyan2019-04-173-2/+209
* Document the qmlsecurecoapclient exampleSona Kurazyan2019-04-172-0/+220
* Add a button for closing the connection in secure client exampleSona Kurazyan2019-04-173-3/+23
* Add secure CoAP client exampleSona Kurazyan2019-04-178-0/+675
* Add QML-based multicast discovery exampleSona Kurazyan2019-04-177-0/+526
* Fix URL adjustment of URLs with no hostSona Kurazyan2019-04-171-0/+5
* Add navigation homepage for the QtCoAP moduleSona Kurazyan2019-04-161-0/+1
* Document the simplecoapclient exampleSona Kurazyan2019-04-153-5/+139
* Move example folders to the 'coap' subdirectorySona Kurazyan2019-04-1520-8/+9