summaryrefslogtreecommitdiffstats
path: root/src/knx/netip/qknxnetipendpointconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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 crash after the connection was immediately droppedKarsten Heimrich2019-04-151-2/+5
* Add some context information to QObject::connect(...) callsKarsten Heimrich2019-03-291-11/+15
* Compute the session key once and reuse itKarsten Heimrich2019-03-281-26/+19
* 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-141-1/+3
* Rename class to match the real use-case more closelyKarsten Heimrich2019-03-131-3/+3
* Fix some missing documentationKarsten Heimrich2019-03-051-4/+18
* 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-071-21/+6
* Verify the MAC for secure wrapper framesKarsten Heimrich2019-02-071-0/+9
* AN184: Rename nat endpoint to route back endpointKarsten Heimrich2019-02-071-10/+10
* Rename and merge merge duplicated code into setup functionKarsten Heimrich2019-02-051-103/+62
* Implement KNXnet/IP secure session handlingKarsten Heimrich2019-02-041-88/+451
* Doc: Add \since command, update, introduce more documentationKarsten Heimrich2018-08-231-0/+2
* Implement public API to use tunneling feature servicesKarsten Heimrich2018-08-191-0/+74
* Implement functionality to set and use extended CRI framesKarsten Heimrich2018-08-191-1/+3
* AN184: Implement TCP support as specified in KnxNet/IP Core v2Andrew O'Doherty2018-08-161-103/+234
* Doc: Rename view to proxy to be consistent with the class nameKarsten Heimrich2018-06-191-2/+2
* Make the code a bit more readableKarsten Heimrich2018-06-151-2/+2
* Fix broken device management configuration requestKarsten Heimrich2018-05-291-1/+1
* Doc: Add an overview of KNXnet/IP connection classesLeena Miettinen2018-05-241-0/+4
* Add documentation for QKnxNetIpEndpointConnectionAndrew O'Doherty2018-05-091-2/+153
* Fix connection issue in case KNXnet/IP NAT was usedKarsten Heimrich2018-04-261-124/+72
* Remove *local* from name, cause the frame is send to a remote endpointKarsten Heimrich2018-04-201-2/+2
* Mass rename QKnxNetIp...View into corresponding QKnxNetIp...ProxyKarsten Heimrich2018-04-171-19/+19
* Instead of copying the byte array code, use wrapper around itKarsten Heimrich2018-04-171-7/+7
* Introduce view and builder class, adapt existing codeKarsten Heimrich2018-03-131-1/+2
* Rename QKnxNetIpFrameEx to QKnxNetIpFrame, remove and adapt codeKarsten Heimrich2018-03-081-16/+16
* Rewrite the KNXnet/IP frame class to be genericKarsten Heimrich2018-03-081-96/+124
* Update the implementation of the KNXnet/IP frame headerKarsten Heimrich2018-03-071-2/+2
* Compile module without the overwhelming template and QByteArray supportKarsten Heimrich2018-03-061-36/+43
* Remove QKnxCemiFrame base classKarsten Heimrich2018-02-021-2/+5
* Rename QKnxTunnel{Frame|FrameFactory} to QKnxLinkLayer{Frame|FrameFactory}Karsten Heimrich2018-02-011-1/+1
* Define QT_NO_CAST_FROM_ASCII, fix compile issuesKarsten Heimrich2017-12-061-1/+1
* Add cEMI frame size check in KNXnet/IP device {configuration|tunneling} requestLucie Gerard2017-11-281-2/+2
* Move KnxNetIp* sources into separate subdirectoryKarsten Heimrich2017-10-041-0/+749