aboutsummaryrefslogtreecommitdiffstats
path: root/src/coap/qcoapinternalrequest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-061-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-061-2/+2
* Use SPDX license identifiersLucie GĂ©rard2022-06-151-29/+3
* Remove the trailing token from empty acknowledgment packetsSona Kurazyan2021-06-301-22/+6
* Use QList instead of QVector in qtcoapSona Kurazyan2020-06-241-1/+1
* Qt6: Port QtCoap to QStringViewSona Kurazyan2020-06-101-4/+4
* Add block option testsSona Kurazyan2019-05-211-1/+0
* Improve the API of QCoapOptionSona Kurazyan2019-05-141-1/+1
* Improve the API of QCoapMessageSona Kurazyan2019-05-141-4/+4
* Use scoped enumsSona Kurazyan2019-05-031-11/+11
* Improve logging of the CoAP moduleSona Kurazyan2019-03-191-2/+5
* Code cleanup: replace int by uint, where it makes senseSona Kurazyan2019-03-051-18/+12
* Code cleanup: avoid calling lambdas with deleted contextsSona Kurazyan2019-02-211-2/+2
* Add support for multicast CoAP requestsSona Kurazyan2019-02-211-6/+56
* Use function pointer syntax for connect statementsSona Kurazyan2019-02-051-25/+3
* Add DTLS support to CoAP implementationv5.13.0-alpha1Sona Kurazyan2019-01-301-7/+8
* Improve QCoapMessage and corresponding testsSona Kurazyan2018-12-211-2/+11
* Fix review comments left from the initial commitSona Kurazyan2018-12-201-10/+10
* Add the CoAP module, providing a client for QtAdrien Leravat2018-12-141-0/+668