aboutsummaryrefslogtreecommitdiffstats
path: root/src/coap/qcoapclient.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo: setMinumumTokenSize -> setMinimumTokenSizeSona Kurazyan2019-05-241-1/+1
* Add a method for setting the minimum token sizeSona Kurazyan2019-05-221-0/+1
* Remove QCoapClien's constructor for specifying a custom connectionSona Kurazyan2019-05-231-1/+0
* Use maximum/minimum instead of max/minSona Kurazyan2019-05-141-2/+2
* Rename QCoapDiscoveryReply -> QCoapResourceDiscoveryReplySona Kurazyan2019-05-141-6/+8
* Rename QtCoap::SecurityMode::NoSec -> QtCoap::SecurityMode::NoSecuritySona Kurazyan2019-05-141-1/+1
* Remove the protected constructor from QCoapClientSona Kurazyan2019-05-141-3/+0
* Use scoped enumsSona Kurazyan2019-05-031-2/+2
* Fix the location of '&' in a method signatureSona Kurazyan2019-04-261-1/+1
* Add an API for closing the connection's transportSona Kurazyan2019-04-251-0/+1
* Remove the disabled method for setting a custom protocolSona Kurazyan2019-04-101-4/+3
* Add parameter for specifying the port for multicast discoverySona Kurazyan2019-03-291-0/+1
* Add the sender address to responses for a multicast requestSona Kurazyan2019-03-111-1/+2
* Add an API for multicast discoverySona Kurazyan2019-02-211-4/+2
* Add support for multicast CoAP requestsSona Kurazyan2019-02-211-0/+2
* Introduce timeouts needed for multicast requestsSona Kurazyan2019-02-141-0/+1
* Add API for canceling observe for the given URLSona Kurazyan2019-02-051-0/+1
* Add DTLS support to CoAP implementationv5.13.0-alpha1Sona Kurazyan2019-01-301-1/+5
* Fix review comments left from the initial commitSona Kurazyan2018-12-201-1/+1
* Add the CoAP module, providing a client for QtAdrien Leravat2018-12-141-0/+98