summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix compile error after we added SLES_12"Karsten Heimrich2019-08-281-37/+0
* SLES12 compiler warning fixesAndrew O'Doherty2019-08-289-71/+73
* Fix compile error after we added SLES_12Karsten Heimrich2019-08-191-0/+37
* Build fixKarsten Heimrich2019-07-242-3/+3
* Add a DEFINEFUNC8 declaration for the QT_LINKED_OPENSSL case5.12.4Andy Shaw2019-06-041-0/+4
* Fix compile issue with VS2017 (Part 1)Karsten Heimrich2019-01-151-2/+8
* Fix some minor warningsKarsten Heimrich2018-12-102-11/+14
* Fix broken implementation of KNX SRP block structuresKarsten Heimrich2018-12-101-8/+10
* Deprecate enum value with typo, add some minor documentationKarsten Heimrich2018-12-102-3/+8
* Linux qmake compiler detection for qtknx not workingAndrew O'Doherty2018-11-053-39/+0
* Fix KNX project parsing for ETS version >= 5.6.*Karsten Heimrich2018-10-264-30/+44
* Add missing includeSamuli Piippo2018-10-241-0/+1
* Add QT_VERSION check in QKnxNetIpServerInfo constructorAndrew O'Doherty2018-09-202-2/+13
* Some fixes in QKnxNetIpRouter interface and documentationAndrew O'Doherty2018-09-192-32/+40
* Rename QKnxNetIpRouter::FilterTable aliasAndrew O'Doherty2018-09-193-6/+6
* Doc: Move description of routing from class docs to overview docsLeena Miettinen2018-09-182-16/+19
* Fix routing algorithmKarsten Heimrich2018-09-181-12/+16
* Rename QKnxNetIpRoutingInterface class to QKnxNetIpRouterAndrew O'Doherty2018-09-187-271/+226
* fix enum namesAndrew O'Doherty2018-09-176-10/+10
* Change function names to be more verbose on their purposeKarsten Heimrich2018-09-173-13/+13
* Doc: Add important notice about object lifetime, unify examplesKarsten Heimrich2018-09-1422-79/+167
* 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-135-106/+298
* 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
* 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-288-183/+406
* 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-224-4/+258
* 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-222-0/+32
* Implement public API to use tunneling feature servicesKarsten Heimrich2018-08-195-0/+173
* Implement functionality to set and use extended CRI framesKarsten Heimrich2018-08-193-10/+38
* 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-173-4/+4
* AN183: Add support for receiving routing system broadcast framesKarsten Heimrich2018-08-174-0/+26
* AN183: Add support for sending routing system broadcast framesKarsten Heimrich2018-08-173-5/+37
* AN189: Update routing algorithm hopcountKarsten Heimrich2018-08-172-15/+6
* AN159: Implement Curve25519 public, private key and shared secretKarsten Heimrich2018-08-174-2/+570
* 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 QKnxNetIpRoutingInterface class and auto-testAndrew O'Doherty2018-08-167-3/+1336