aboutsummaryrefslogtreecommitdiffstats
path: root/src/coap/qcoapprotocol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Build with QT_NO_CONTEXTLESS_CONNECT (add it to .cmake.conf)Ahmad Samir2023-08-211-2/+2
* 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-1/+1
* Use SPDX license identifiersLucie GĂ©rard2022-06-151-29/+3
* Remove the trailing token from empty acknowledgment packetsSona Kurazyan2021-06-301-3/+3
* Use QList instead of QVector in qtcoapSona Kurazyan2020-06-241-2/+2
* Fix compilationSona Kurazyan2019-10-041-2/+2
* Fix assertion when setting the timeoutSona Kurazyan2019-07-111-3/+10
* Fix warningsSona Kurazyan2019-06-141-2/+2
* Fix calculation of MAX_TRANSMIT_SPANSona Kurazyan2019-06-121-1/+3
* Fix a typo: setMinumumTokenSize -> setMinimumTokenSizeSona Kurazyan2019-05-241-1/+1
* Add a method for setting the minimum token sizeSona Kurazyan2019-05-221-3/+21
* Use maximum/minimum instead of max/minSona Kurazyan2019-05-141-36/+36
* Improve the API of QCoapRequestSona Kurazyan2019-05-141-1/+3
* Improve the API of QCoapMessageSona Kurazyan2019-05-141-4/+4
* Hide internally used methods from QtCoap namespaceSona Kurazyan2019-05-141-1/+2
* Hide the API of QCoapProtocolSona Kurazyan2019-05-141-2/+42
* Hide the APIs of QCoapConnection and QCoapQUdpConnectionSona Kurazyan2019-05-141-1/+0
* Remove the "Error" ending from QtCoap::Error enum value namesv5.13.0-rc3v5.13.0-rc2v5.13.0-rc1v5.13.0-beta4v5.13.05.13.0Sona Kurazyan2019-05-031-8/+8
* Use scoped enumsSona Kurazyan2019-05-031-13/+13
* Hide the API for sending byte array requestsSona Kurazyan2019-03-201-1/+3
* Improve logging of the CoAP moduleSona Kurazyan2019-03-191-12/+16
* Add the sender address to responses for a multicast requestSona Kurazyan2019-03-111-3/+5
* Move resourcesFromCoreLinkList() where it fits betterSona Kurazyan2019-03-061-43/+0
* Code cleanup: replace int by uint, where it makes senseSona Kurazyan2019-03-051-25/+15
* Improve the documentation and fix warningsSona Kurazyan2019-03-051-2/+37
* Change QtCoap to be a namespace and improve the docsSona Kurazyan2019-03-041-4/+4
* Add support for multicast CoAP requestsSona Kurazyan2019-02-211-8/+70
* Do not override the request token, if it was set beforeSona Kurazyan2019-02-151-1/+2
* Introduce timeouts needed for multicast requestsSona Kurazyan2019-02-141-0/+42
* Add API for canceling observe for the given URLSona Kurazyan2019-02-051-2/+21
* Interface cleanupSona Kurazyan2019-02-051-21/+13
* Use function pointer syntax for connect statementsSona Kurazyan2019-02-051-5/+16
* Add DTLS support to CoAP implementationv5.13.0-alpha1Sona Kurazyan2019-01-301-15/+18
* Add the CoAP module, providing a client for QtAdrien Leravat2018-12-141-0/+992