aboutsummaryrefslogtreecommitdiffstats
path: root/src/coap/qcoapclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie GĂ©rard2022-06-151-29/+3
* Do not overwrite the payload of a QCoapRequestSona Kurazyan2020-06-021-4/+8
* Improve QCoapClient's documentationv5.13.15.13.1Sona Kurazyan2019-07-241-3/+12
* Fix 'observe' requests creation in the secure modeSona Kurazyan2019-05-201-1/+4
* Fix a typo: setMinumumTokenSize -> setMinimumTokenSizeSona Kurazyan2019-05-241-2/+2
* Add a method for setting the minimum token sizeSona Kurazyan2019-05-221-0/+12
* Remove QCoapClien's constructor for specifying a custom connectionSona Kurazyan2019-05-231-10/+24
* Use maximum/minimum instead of max/minSona Kurazyan2019-05-141-6/+6
* Forbid creation of QCoapReply and QCoapResourceDiscoveryReply objectsSona Kurazyan2019-05-141-1/+2
* Improve the API of QCoapRequestSona Kurazyan2019-05-141-22/+18
* Improve the API of QCoapMessageSona Kurazyan2019-05-141-1/+1
* Rename QCoapDiscoveryReply -> QCoapResourceDiscoveryReplySona Kurazyan2019-05-141-13/+13
* Rename QtCoap::SecurityMode::NoSec -> QtCoap::SecurityMode::NoSecuritySona Kurazyan2019-05-141-2/+2
* Remove the protected constructor from QCoapClientSona Kurazyan2019-05-141-11/+2
* Hide the API of QCoapProtocolSona Kurazyan2019-05-141-2/+0
* Hide the APIs of QCoapConnection and QCoapQUdpConnectionSona Kurazyan2019-05-141-1/+1
* Use scoped enumsSona Kurazyan2019-05-031-11/+11
* 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/+9
* Remove the disabled method for setting a custom protocolSona Kurazyan2019-04-101-7/+38
* Add parameter for specifying the port for multicast discoverySona Kurazyan2019-03-291-5/+6
* Add missing type registrations for enums from QtCoap namespaceSona Kurazyan2019-03-211-0/+3
* Improve logging of the CoAP moduleSona Kurazyan2019-03-191-4/+7
* Add the sender address to responses for a multicast requestSona Kurazyan2019-03-111-2/+4
* Hide APIs for specifying the request methodSona Kurazyan2019-03-111-30/+0
* Fix URL adjustment for URLs with no schemev5.13.0-beta1Sona Kurazyan2019-03-061-2/+0
* Improve the documentation and fix warningsSona Kurazyan2019-03-051-19/+20
* Change QtCoap to be a namespace and improve the docsSona Kurazyan2019-03-041-164/+0
* Add an API for multicast discoverySona Kurazyan2019-02-211-0/+63
* Add support for multicast CoAP requestsSona Kurazyan2019-02-211-0/+22
* Introduce timeouts needed for multicast requestsSona Kurazyan2019-02-141-0/+14
* Add API for canceling observe for the given URLSona Kurazyan2019-02-051-1/+14
* Use function pointer syntax for connect statementsSona Kurazyan2019-02-051-9/+11
* Add DTLS support to CoAP implementationv5.13.0-alpha1Sona Kurazyan2019-01-301-9/+70
* Fix review comments left from the initial commitSona Kurazyan2018-12-201-2/+3
* Add the CoAP module, providing a client for QtAdrien Leravat2018-12-141-0/+663