aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix observation canceling in the simplecoapclient exampleSona Kurazyan2019-04-151-1/+1
* Try to resolve host names in the simplecoapclient exampleSona Kurazyan2019-04-121-3/+14
* Add example documentation projectv5.13.0-beta2Sona Kurazyan2019-04-106-1/+169
* Rename the console example from 'testapp' to 'consolecoapclient'Sona Kurazyan2019-04-105-2/+2
* Remove the disabled method for setting a custom protocolSona Kurazyan2019-04-103-11/+46
* Add parameter for specifying the port for multicast discoverySona Kurazyan2019-03-292-5/+7
* Close the DTLS connection during destructionSona Kurazyan2019-03-292-0/+11
* Initialize QCoapPrivateKey correctlySona Kurazyan2019-03-291-2/+2
* Add missing metatype declarations for QtCoap namespaceSona Kurazyan2019-03-291-0/+2
* Add docs license fileMikko Gronoff2019-03-271-0/+450
* Do not capture q-pointer by referenceSona Kurazyan2019-03-221-1/+1
* Add missing type registrations for enums from QtCoap namespaceSona Kurazyan2019-03-211-0/+3
* Update the README file according to the latest changesSona Kurazyan2019-03-211-9/+37
* Use Q_INVOKABLE for the methods not meant to be used as slotsSona Kurazyan2019-03-203-14/+11
* Hide the API for sending byte array requestsSona Kurazyan2019-03-205-15/+28
* Add CoAP client exampleSona Kurazyan2019-03-209-0/+1162
* Improve logging of the CoAP moduleSona Kurazyan2019-03-1910-50/+86
* Add license fileMikko Gronoff2019-03-191-0/+674
* Add the sender address to responses for a multicast requestSona Kurazyan2019-03-117-26/+46
* Hide APIs for specifying the request methodSona Kurazyan2019-03-117-75/+46
* Fix URL adjustment for URLs with no schemev5.13.0-beta1Sona Kurazyan2019-03-063-4/+13
* Move resourcesFromCoreLinkList() where it fits betterSona Kurazyan2019-03-065-49/+50
* Code cleanup: replace int by uint, where it makes senseSona Kurazyan2019-03-055-62/+46
* Improve the documentation and fix warningsSona Kurazyan2019-03-0511-109/+219
* Fix documentation for the QtCoap::Error enumSona Kurazyan2019-03-041-75/+48
* Change QtCoap to be a namespace and improve the docsSona Kurazyan2019-03-045-188/+351
* Code cleanup: avoid calling lambdas with deleted contextsSona Kurazyan2019-02-211-2/+2
* Add an API for multicast discoverySona Kurazyan2019-02-214-4/+84
* Fix resource discovery exampleSona Kurazyan2019-02-211-1/+1
* Add support for multicast CoAP requestsSona Kurazyan2019-02-2111-16/+289
* Rename InternalServerError to InternalServerFaultSona Kurazyan2019-02-211-1/+1
* Do not override the request token, if it was set beforeSona Kurazyan2019-02-151-1/+2