summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Namespace SSL symbols to prevent static linker errorsKarsten Heimrich2020-02-264-42/+51
* Fix compile issuesv5.14.0-beta2v5.14.0-beta1v5.14.0-alpha1Karsten Heimrich2019-09-185-5/+9
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-1710-109/+75
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-0810-108/+73
| |\
| | * 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
* | | Replace the deprecated setLinkLayerFrame() -> setCemi()Sona Kurazyan2019-09-031-1/+1
* | | Fix crash with index out of boundsKarsten Heimrich2019-08-283-6/+15
* | | Merge dev into 5.14Kari Oikarinen2019-08-271-0/+37
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-241-0/+37
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-201-0/+37
| | |\|
| | | * Fix compile error after we added SLES_12Karsten Heimrich2019-08-191-0/+37
* | | | Fix fetching the host address used to discover KNXnet/Ip devicesKarsten Heimrich2019-08-214-11/+34
* | | | Implement device discovery on all available interfacesKarsten Heimrich2019-08-216-44/+468
* | | | Minor reformating, no functional changeKarsten Heimrich2019-08-202-3/+3
* | | | Refactor private implementation into their own source filesKarsten Heimrich2019-08-205-354/+415
* | | | Introduce method to fetch interface from a discovery resultKarsten Heimrich2019-08-204-10/+43
* | | | Fix sending multicast packages if local address was specifiedKarsten Heimrich2019-08-201-0/+3
* | | | Fix setting socket options, works properly only in bound stateKarsten Heimrich2019-08-201-1/+1
* | | | Add parent in QObject::connect callKarsten Heimrich2019-08-201-4/+4
|/ / /
* / / Sync with changes from dev branchKarsten Heimrich2019-07-252-178/+195
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Alex Blasche2019-07-252-3/+3
|\|
| * Build fixKarsten Heimrich2019-07-242-3/+3
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-271-0/+4
|\|
| * Add a DEFINEFUNC8 declaration for the QT_LINKED_OPENSSL case5.12.4Andy Shaw2019-06-041-0/+4
* | Make sure we properly shutdown a secure sessionKarsten Heimrich2019-05-071-1/+27
* | Introduce tunneling feature example and documentationv5.13.0-rc3v5.13.0-rc2v5.13.0-rc1v5.13.0-beta4v5.13.05.13.0Karsten Heimrich2019-05-046-6/+545
* | Introduce local device management examplev5.13.0-beta3Karsten Heimrich2019-04-171-6/+12
* | Doc: Fix doc configurationLeena Miettinen2019-04-171-1/+2
* | Fix missing DPT type registrationKarsten Heimrich2019-04-151-0/+1
* | Fix bug that prevents continuous discovery (wrong timer started)Karsten Heimrich2019-04-151-1/+1
* | Minor optimizationKarsten Heimrich2019-04-151-1/+1
* | Introduce functionality to inform about description response timeoutsKarsten Heimrich2019-04-153-0/+12
* | Fix crash after the connection was immediately droppedKarsten Heimrich2019-04-151-2/+5
* | Fix reverse default valuesKarsten Heimrich2019-04-151-1/+1
* | Doc: Fix typo in link targetKarsten Heimrich2019-04-121-1/+1
* | Fix documentation, seems to be a copy & paste errorKarsten Heimrich2019-04-121-16/+19
* | Fix warning SSL warning if OpenSSL was not loadedv5.13.0-beta2Karsten Heimrich2019-04-051-1/+2
* | Make sure we do not update the CRI for local device managementKarsten Heimrich2019-03-291-0/+3
* | Fix missing field in the comparison operatorKarsten Heimrich2019-03-291-0/+1
* | Fix missing host information for secure configurationsKarsten Heimrich2019-03-293-0/+29
* | Add some context information to QObject::connect(...) callsKarsten Heimrich2019-03-291-11/+15
* | Compute the session key once and reuse itKarsten Heimrich2019-03-282-30/+20
* | Fix computing the MAC for secure wrapper framesKarsten Heimrich2019-03-281-11/+12
* | Fix propagating the KNXnet/IP TCP control and data endpointKarsten Heimrich2019-03-281-3/+6
* | Fix sending KNXnet/IP TCP connect request framesKarsten Heimrich2019-03-281-4/+3
* | Fix sending KNXnet/IP session request framesKarsten Heimrich2019-03-281-3/+2
* | [ChangeLog][BehaviorCompatibility] Deprecate methodKarsten Heimrich2019-03-144-31/+36
* | Rename class to match the real use-case more closelyKarsten Heimrich2019-03-138-77/+77
* | Fix operator== implementationKarsten Heimrich2019-03-131-0/+1