summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Qt6: Use QList instead of QVectorKarsten Heimrich2020-06-2612-28/+28
* Qt6 compile fixKarsten Heimrich2020-04-2115-15/+15
* Use QEXPECT_FAIL to get the test pass for Qt6Karsten Heimrich2019-10-014-0/+6
* Fix compile issuesv5.14.0-beta2v5.14.0-beta1v5.14.0-alpha1Karsten Heimrich2019-09-182-2/+2
* Replace the deprecated setLinkLayerFrame() -> setCemi()Sona Kurazyan2019-09-031-1/+1
* Minor reformating, no functional changeKarsten Heimrich2019-08-202-2/+2
* Fix typoKarsten Heimrich2019-06-051-6/+6
* Fix reverse default valuesKarsten Heimrich2019-04-151-0/+12
* Fix auto-tests with deprecated method, update docsKarsten Heimrich2019-03-131-1/+1
* Code cleanupKarsten Heimrich2019-02-112-15/+19
* Rename files (qknxcurve25519.* to qknxcryptographicengine.*)Karsten Heimrich2019-02-071-1/+1
* Rework the implementation of the KNXnet/IP secure classesKarsten Heimrich2019-02-042-67/+81
* Rename function, adapt code and related documentationKarsten Heimrich2019-01-311-6/+6
* AN159: Introduce secure user ID enumeration + documentationKarsten Heimrich2019-01-301-13/+7
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-191-0/+8
|\
| * Fix compile issue with VS2017 (Part 2)Karsten Heimrich2019-01-151-0/+8
* | Fix [-Wsign-compare] warningKarsten Heimrich2019-01-111-4/+4
* | Fix check against wrong OpenSSL version numberKarsten Heimrich2019-01-111-3/+3
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-253-15/+9
|\|
| * Fix some minor warnings spotted by clangKarsten Heimrich2018-12-113-15/+9
* | Remove ambiguous comparison operatorKarsten Heimrich2018-12-131-10/+0
* | Introduce secure frame builder classes and auto-testsKarsten Heimrich2018-12-121-0/+140
|/
* Fix some minor warningsKarsten Heimrich2018-12-101-14/+12
* Fix broken implementation of KNX SRP block structuresKarsten Heimrich2018-12-101-42/+97
* Fix CMake unit testsv5.12.0-beta4Andrew O'Doherty2018-11-051-1/+1
* Fix KNX project parsing for ETS version >= 5.6.*Karsten Heimrich2018-10-263-2/+126
* Expand autotest QKnxNetIpDeviceConfigurationAcknowledgeAndrew O'Doherty2018-10-251-0/+51
* Extend tst_QKnxNetIpConnectionStateResponseAndrew O'Doherty2018-10-251-0/+46
* Extend tst_QKnxNetIpConnectionStateRequestAndrew O'Doherty2018-10-251-0/+64
* Extend autotest tst_QKnxNetIpDescriptionRequestAndrew O'Doherty2018-10-251-0/+51
* Extend autotest tst_QKnxNetIpRoutingLostMessageAndrew O'Doherty2018-10-251-0/+58
* Extend autotest tst_QKnxNetIpTunnelingRequestAndrew O'Doherty2018-10-251-1/+97
* Extend autotest tst_QKnxNetIpTunnelingAcknowledgeAndrew O'Doherty2018-10-251-1/+83
* Some fixes in QKnxNetIpRouter interface and documentationAndrew O'Doherty2018-09-191-2/+8
* Rename QKnxNetIpRouter::FilterTable aliasAndrew O'Doherty2018-09-191-4/+4
* Whitespace changesKarsten Heimrich2018-09-181-111/+99
* Fix routing algorithmKarsten Heimrich2018-09-181-1/+1
* Rename QKnxNetIpRoutingInterface class to QKnxNetIpRouterAndrew O'Doherty2018-09-183-94/+94
* Change function names to be more verbose on their purposeKarsten Heimrich2018-09-171-3/+3
* MACos fix for tst_QKnxNetIpRoutingInterfaceAndrew O'Doherty2018-09-142-1/+3
* Fix broken MAC calculation, add auto-test and documentationKarsten Heimrich2018-09-131-14/+181
* Fix the behavior of the SRP classes and builders to match existing onesKarsten Heimrich2018-08-282-14/+11
* Blacklist the routing interface test on OSXKarsten Heimrich2018-08-271-0/+1
* Fix KNX cryptographic engine implementationKarsten Heimrich2018-08-221-0/+53
* Rename private file to be able to use it more generallyKarsten Heimrich2018-08-171-1/+1
* AN183: Add support for receiving routing system broadcast framesKarsten Heimrich2018-08-171-16/+44
* Use class member instead of a function local interfaceKarsten Heimrich2018-08-171-2/+0
* AN183: Add support for sending routing system broadcast framesKarsten Heimrich2018-08-172-3/+44
* AN159: Implement Curve25519 public, private key and shared secretKarsten Heimrich2018-08-174-0/+161
* Add QKnxNetIpRoutingInterface class and auto-testAndrew O'Doherty2018-08-163-1/+524