summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing d-pointer to secure wrapper classv5.12.0-alpha1Karsten Heimrich2018-09-133-18/+68
* Doc: Update and unify documentationKarsten Heimrich2018-09-135-15/+15
* Add d-pointers to new builder classesAndrew O'Doherty2018-09-1314-47/+364
* Fix broken MAC calculation, add auto-test and documentationKarsten Heimrich2018-09-136-120/+479
* Fix wrong service type for session status framesKarsten Heimrich2018-09-131-1/+1
* Fix wrong field size inside the session authenticate frameKarsten Heimrich2018-09-132-7/+7
* Fix fetching values from the secure wrapper classKarsten Heimrich2018-09-131-2/+3
* Doc: Add additional documentation to secure classesKarsten Heimrich2018-09-136-31/+123
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-111-0/+24
|\
| * Merge remote-tracking branch 'origin/5.11.2' into 5.11Qt Forward Merge Bot2018-09-091-0/+24
| |\
| | * Add changes file for Qt 5.11.2v5.11.25.11.2Jani Heikkinen2018-09-051-0/+24
| |/
* | Fix compile issue on g++Karsten Heimrich2018-09-052-9/+9
* | Fix the behavior of the SRP classes and builders to match existing onesKarsten Heimrich2018-08-2811-202/+421
* | Blacklist the routing interface test on OSXKarsten Heimrich2018-08-271-0/+1
* | AN159: Fix setting/ getting the encapsulated frameKarsten Heimrich2018-08-232-19/+16
* | Doc: Add \since command, update, introduce more documentationKarsten Heimrich2018-08-2333-29/+156
* | Fix KNX cryptographic engine implementationKarsten Heimrich2018-08-225-4/+311
* | fix compiler error in ubuntu with qt5.12 in ssl partAndrew O'Doherty2018-08-221-1/+1
* | Cleanup KNX editor tunneling features tabAndrew O'Doherty2018-08-225-102/+287
* | Extend KNX editor example to support tunneling featuresAndrew O'Doherty2018-08-197-71/+554
* | Implement public API to use tunneling feature servicesKarsten Heimrich2018-08-195-0/+173
* | Implement functionality to set and use extended CRI framesKarsten Heimrich2018-08-194-10/+43
* | Make the OpenSSL object a global static, add some more methodsKarsten Heimrich2018-08-172-20/+65
* | Rename private file to be able to use it more generallyKarsten Heimrich2018-08-174-5/+5
* | AN183: Add support for receiving routing system broadcast framesKarsten Heimrich2018-08-175-16/+70
* | 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-175-8/+81
* | AN189: Update routing algorithm hopcountKarsten Heimrich2018-08-172-15/+6
* | AN159: Implement Curve25519 public, private key and shared secretKarsten Heimrich2018-08-178-2/+731
* | Add missing OpenSSL symbols to support Curve25519 algorithmKarsten Heimrich2018-08-173-0/+81
* | Adapt imported QtNetwork OpenSSL code so that it compilesKarsten Heimrich2018-08-174-103/+60
* | Copy necessary files from QtNetwork to support OpenSSLKarsten Heimrich2018-08-177-0/+2498
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-08-173-63/+119
|\|
| * Doc: Add info to KNXnet/IP connection classes overviewLeena Miettinen2018-08-103-64/+121
* | Add KNXnet/IP router exampleAndrew O'Doherty2018-08-163-1/+291
* | Add QKnxNetIpRoutingInterface class and auto-testAndrew O'Doherty2018-08-1610-4/+1860
* | Fix KNXnet/IP routing indications shall only carry L_DATA.indAndrew O'Doherty2018-08-163-3/+30
* | Fix misspelling of 'more than' vs. 'more then'Karsten Heimrich2018-08-166-16/+16
* | AN184: Implement TCP support as specified in KnxNet/IP Core v2Andrew O'Doherty2018-08-1611-118/+311
* | Fix warning "Header <QtKnx/qknxglobal.h> is deprecated"Karsten Heimrich2018-08-1597-97/+97
* | Deprecate qglobal.h in favor of qtglobal.hKarsten Heimrich2018-08-154-3/+59
* | AN159: Introduce secure wrapper frame proxy classKarsten Heimrich2018-08-103-2/+400
* | AN159: Introduce timer notify frame proxy classKarsten Heimrich2018-08-105-2/+355
* | AN159: Introduce session status frame proxy classKarsten Heimrich2018-08-105-6/+252
* | AN159: Introduce session authentication frame proxy classKarsten Heimrich2018-08-103-2/+284
* | AN159: Introduce secure session response frame proxy and auto-testKarsten Heimrich2018-08-106-3/+452
* | AN159: Introduce secure session request frame proxy and auto-testKarsten Heimrich2018-08-106-3/+420
* | Doc: fix missing 's'Karsten Heimrich2018-08-0923-23/+23
* | Bump version number to 5.12.0Jani Heikkinen2018-08-071-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-1/+1
|\|