aboutsummaryrefslogtreecommitdiffstats
path: root/src/coap/qcoapprotocol_p.h
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-06-151-29/+3
* Remove the unneeded Q_DECLARE_METATYPE(QHostAddress) declarationSona Kurazyan2021-03-311-2/+0
* Use QList instead of QVector in qtcoapSona Kurazyan2020-06-241-3/+3
* Fix a typo: setMinumumTokenSize -> setMinimumTokenSizeSona Kurazyan2019-05-241-1/+1
* Add a method for setting the minimum token sizeSona Kurazyan2019-05-221-0/+2
* Remove QCoapClien's constructor for specifying a custom connectionSona Kurazyan2019-05-231-0/+1
* Use maximum/minimum instead of max/minSona Kurazyan2019-05-141-11/+11
* Hide the API of QCoapProtocolSona Kurazyan2019-05-141-1/+55
* Code cleanup: replace int by uint, where it makes senseSona Kurazyan2019-03-051-3/+3
* Add support for multicast CoAP requestsSona Kurazyan2019-02-211-2/+3
* Introduce timeouts needed for multicast requestsSona Kurazyan2019-02-141-0/+1
* Interface cleanupSona Kurazyan2019-02-051-10/+9
* Use function pointer syntax for connect statementsSona Kurazyan2019-02-051-5/+6
* Add DTLS support to CoAP implementationv5.13.0-alpha1Sona Kurazyan2019-01-301-2/+2
* Add the CoAP module, providing a client for QtAdrien Leravat2018-12-141-0/+116