aboutsummaryrefslogtreecommitdiffstats
path: root/src/coap/qcoapqudpconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move logging categories into private headerVolker Hilsheimer2024-12-171-0/+1
* Clean up logging categoriesVolker Hilsheimer2024-08-011-2/+0
* Build with QT_NO_CONTEXTLESS_CONNECT (add it to .cmake.conf)Ahmad Samir2023-08-211-3/+3
* Use SPDX license identifiersLucie Gérard2022-06-151-29/+3
* Fix warnings on Android with developer-buildAssam Boudjelthia2021-10-041-1/+2
* Fix deprecation warningsv5.15.0-beta4v5.15.0-beta3v5.15.0-beta2Sona Kurazyan2020-03-091-1/+1
* Fix compilationSona Kurazyan2019-10-041-5/+7
* Improve namings of QCoapSecurityConfigurationSona Kurazyan2019-05-141-2/+2
* Rename QtCoap::SecurityMode::NoSec -> QtCoap::SecurityMode::NoSecuritySona Kurazyan2019-05-141-4/+4
* Hide the APIs of QCoapConnection and QCoapQUdpConnectionSona Kurazyan2019-05-141-2/+6
* Use scoped enumsSona Kurazyan2019-05-031-6/+6
* Add an API for closing the connection's transportSona Kurazyan2019-04-251-1/+27
* Close the DTLS connection during destructionSona Kurazyan2019-03-291-0/+10
* Improve logging of the CoAP moduleSona Kurazyan2019-03-191-13/+18
* Improve the documentation and fix warningsSona Kurazyan2019-03-051-1/+4
* Use function pointer syntax for connect statementsSona Kurazyan2019-02-051-19/+11
* Add DTLS support to CoAP implementationv5.13.0-alpha1Sona Kurazyan2019-01-301-0/+436