summaryrefslogtreecommitdiffstats
path: root/src/knx/netip
Commit message (Expand)AuthorAgeFilesLines
* Qt6: Use QList instead of QVectorKarsten Heimrich2020-06-2626-106/+106
* Fix size_t warningsKarsten Heimrich2020-06-261-1/+1
* Qt6: Fix build with latest dev branchKarsten Heimrich2020-06-104-12/+5
* Fix compile issuesv5.14.0-beta2v5.14.0-beta1v5.14.0-alpha1Karsten Heimrich2019-09-181-0/+4
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-174-51/+52
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-084-51/+52
| |\
| | * SLES12 compiler warning fixesAndrew O'Doherty2019-08-284-51/+52
* | | Replace the deprecated setLinkLayerFrame() -> setCemi()Sona Kurazyan2019-09-031-1/+1
* | | 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-201-1/+1
* | | 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
|/ /
* | Make sure we properly shutdown a secure sessionKarsten Heimrich2019-05-071-1/+27
* | Introduce local device management examplev5.13.0-beta3Karsten Heimrich2019-04-171-6/+12
* | 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
* | 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
* | 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-137-11/+630
* | Fix auto-tests with deprecated method, update docsKarsten Heimrich2019-03-132-2/+2
* | Fix some missing documentationKarsten Heimrich2019-03-053-5/+28
* | Rename file to match actual classKarsten Heimrich2019-02-111-1/+1
* | Code cleanupKarsten Heimrich2019-02-111-1/+2
* | Cleanup some KNX UDP endpoint related codeKarsten Heimrich2019-02-072-22/+11
* | Verify the MAC for secure wrapper framesKarsten Heimrich2019-02-071-0/+9
* | Rename files (qknxcurve25519.* to qknxcryptographicengine.*)Karsten Heimrich2019-02-071-1/+1
* | AN184: Rename nat endpoint to route back endpointKarsten Heimrich2019-02-072-11/+11
* | Fix some trivial clang/clazy warningsKarsten Heimrich2019-02-062-45/+51
* | Rename and merge merge duplicated code into setup functionKarsten Heimrich2019-02-052-108/+67
* | Implement KNXnet/IP secure session handlingKarsten Heimrich2019-02-044-95/+501
* | Rework the implementation of the KNXnet/IP secure classesKarsten Heimrich2019-02-041-4/+2
* | Rename function, adapt code and related documentationKarsten Heimrich2019-01-314-8/+8
* | Minor doc changeKarsten Heimrich2019-01-301-2/+2
* | AN159: Introduce secure user ID enumeration + documentationKarsten Heimrich2019-01-305-25/+86