aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Regenerate projectswip/cmakeAlexandru Croitor2019-11-1511-27/+17
* Add initial support for CMakeSona Kurazyan2019-09-1915-0/+292
* Improve the security testsSona Kurazyan2019-07-192-12/+28
* Add security testsSona Kurazyan2019-07-176-97/+374
* Remove the blacklists for CoAP testsSona Kurazyan2019-07-092-6/+0
* Use docker-based CoAP test servers for testsSona Kurazyan2019-07-0912-23/+245
* Remove deprecated QLatin1LiteralSona Kurazyan2019-06-141-3/+3
* Fix warningsSona Kurazyan2019-06-141-9/+9
* Add block option testsSona Kurazyan2019-05-211-0/+138
* Fix a typo: setMinumumTokenSize -> setMinimumTokenSizeSona Kurazyan2019-05-241-1/+1
* Add a method for setting the minimum token sizeSona Kurazyan2019-05-221-0/+45
* Remove QCoapClien's constructor for specifying a custom connectionSona Kurazyan2019-05-231-6/+10
* Conditionally enable subprojects for the private class testsSona Kurazyan2019-05-145-73/+8
* Use maximum/minimum instead of max/minSona Kurazyan2019-05-141-7/+7
* Improve the API of QCoapOptionSona Kurazyan2019-05-144-42/+34
* Forbid creation of QCoapReply and QCoapResourceDiscoveryReply objectsSona Kurazyan2019-05-142-84/+35
* Improve the API of QCoapRequestSona Kurazyan2019-05-144-28/+28
* Improve the API of QCoapMessageSona Kurazyan2019-05-145-60/+59
* Move resourcesFromCoreLinkList() to the private classSona Kurazyan2019-05-142-2/+8
* Rename QCoapDiscoveryReply -> QCoapResourceDiscoveryReplySona Kurazyan2019-05-142-4/+4
* Hide internally used methods from QtCoap namespaceSona Kurazyan2019-05-141-7/+17
* Rename QtCoap::SecurityMode::NoSec -> QtCoap::SecurityMode::NoSecuritySona Kurazyan2019-05-141-1/+1
* Remove the protected constructor from QCoapClientSona Kurazyan2019-05-141-5/+2
* Hide the API of QCoapProtocolSona Kurazyan2019-05-141-0/+1
* Hide the APIs of QCoapConnection and QCoapQUdpConnectionSona Kurazyan2019-05-142-12/+35
* 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-032-7/+7
* Use scoped enumsSona Kurazyan2019-05-037-102/+113
* Add an API for closing the connection's transportSona Kurazyan2019-04-252-0/+26
* Hide the API for sending byte array requestsSona Kurazyan2019-03-201-0/+4
* Add the sender address to responses for a multicast requestSona Kurazyan2019-03-111-16/+27
* Hide APIs for specifying the request methodSona Kurazyan2019-03-114-36/+23
* Fix URL adjustment for URLs with no schemev5.13.0-beta1Sona Kurazyan2019-03-061-0/+8
* Move resourcesFromCoreLinkList() where it fits betterSona Kurazyan2019-03-061-2/+3
* Add support for multicast CoAP requestsSona Kurazyan2019-02-212-0/+119
* Make sure that URLs are adjusted when sending requestsSona Kurazyan2019-02-061-0/+13
* Add DTLS support to CoAP implementationv5.13.0-alpha1Sona Kurazyan2019-01-305-44/+88
* Improve QCoapMessage and corresponding testsSona Kurazyan2018-12-212-17/+220
* Fix review comments left from the initial commitSona Kurazyan2018-12-202-4/+4
* Add the CoAP module, providing a client for QtAdrien Leravat2018-12-1424-0/+2270