aboutsummaryrefslogtreecommitdiffstats
path: root/src/coap/qcoapmessage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: fix warnings from undocumented parameterVolker Hilsheimer2024-05-061-1/+1
* QCoapMessagePrivate: make the d-tor virtualIvan Solovev2023-06-131-0/+5
* Port from container::count() and length() to size()Marc Mutz2022-10-061-2/+2
* Doc: Document protected variable as internalKai Köhne2022-07-221-0/+7
* Use SPDX license identifiersLucie Gérard2022-06-151-29/+3
* Fix a crash when adding a QCoapOption to options listSona Kurazyan2020-11-241-7/+7
* Use QList instead of QVector in qtcoapSona Kurazyan2020-06-241-5/+5
* Replace Q_DECL_NOTHROW -> noexceptSona Kurazyan2019-05-141-2/+2
* Improve the API of QCoapMessageSona Kurazyan2019-05-141-12/+23
* Mention CBOR when documenting CoAP's content formatsSona Kurazyan2019-04-251-2/+8
* Improve the documentation and fix warningsSona Kurazyan2019-03-051-15/+25
* Improve QCoapMessage and corresponding testsSona Kurazyan2018-12-211-0/+15
* Fix review comments left from the initial commitSona Kurazyan2018-12-201-1/+9
* Add the CoAP module, providing a client for QtAdrien Leravat2018-12-141-0/+385