aboutsummaryrefslogtreecommitdiffstats
path: root/src/coap/qcoapconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-06-151-28/+2
* Fix handling of multiple CoAP messagesSona Kurazyan2019-05-071-2/+4
* Rename QtCoap::SecurityMode::NoSec -> QtCoap::SecurityMode::NoSecuritySona Kurazyan2019-05-141-3/+3
* Hide the APIs of QCoapConnection and QCoapQUdpConnectionSona Kurazyan2019-05-141-0/+28
* Use scoped enumsSona Kurazyan2019-05-031-4/+4
* Add an API for closing the connection's transportSona Kurazyan2019-04-251-9/+32
* Do not capture q-pointer by referenceSona Kurazyan2019-03-221-1/+1
* Hide the API for sending byte array requestsSona Kurazyan2019-03-201-10/+12
* Improve logging of the CoAP moduleSona Kurazyan2019-03-191-1/+5
* Improve the documentation and fix warningsSona Kurazyan2019-03-051-3/+18
* Add DTLS support to CoAP implementationv5.13.0-alpha1Sona Kurazyan2019-01-301-163/+101
* Add the CoAP module, providing a client for QtAdrien Leravat2018-12-141-0/+286