summaryrefslogtreecommitdiffstats
path: root/src/plugins/opcua/uacpp/quacppbackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the UACPP pluginJannis Voelker2023-11-201-1212/+0
* Remove the manual undef of the min/max macros, or def NOMINMAXAmir Masoud Abdol2023-06-061-5/+0
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-161-28/+2
* Fix typos in documentation and commentsKai Köhne2022-02-031-1/+1
* Use QList instead of QVector in qtopcuaSona Kurazyan2020-08-311-16/+16
* Fix subscription sharing with revised intervalsJannis Voelker2020-08-061-1/+1
* GDS client supportRainer Keller2019-11-151-1/+1
* Remove unused includesv5.14.0-beta1Rainer Keller2019-10-021-1/+0
* uacpp: Support client certificate together with user authenticationRainer Keller2019-07-311-11/+17
* uacpp: Add errors for backend specific restrictionsRainer Keller2019-07-301-0/+10
* Remove consecutive whitespace from outputRainer Keller2019-07-241-1/+1
* Show message when endpoint request failedRainer Keller2019-04-111-0/+6
* Fix API inconsistencyRainer Keller2019-04-011-4/+4
* uacpp: Remove attribute subscription from attribute mapRainer Keller2019-04-011-0/+1
* Rename API to be more consistent with QT APIRainer Keller2019-03-251-10/+10
* security: Support encrypted private keysRainer Keller2019-03-201-1/+19
* uacpp: Use distinctive errorsRainer Keller2019-03-151-1/+1
* Disconnect before attempting a new connectionRainer Keller2019-02-261-0/+12
* Relicense the uacpp backendMaurice Kalinowski2019-02-131-6/+14
* Add requested URL parameter for discovery finish signalsRainer Keller2019-01-281-2/+2
* Move classes out of namespaceRainer Keller2019-01-211-23/+23
* uacpp: Remove unused codeRainer Keller2019-01-211-6/+0
* Remove connect with QUrlJannis Voelker2019-01-141-53/+0
* uacpp: Implement security in UACPP pluginGerhard Gappmeier2019-01-111-5/+153
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-081-5/+7
|\
| * Port to UASDKCPP-1.6.xGerhard Gappmeier2019-01-081-4/+7
* | Add class to set authentication informationRainer Keller2019-01-071-4/+16
* | Fix compile warnings on windowsRainer Keller2018-12-031-4/+4
* | uacpp: Implement node managementRainer Keller2018-10-311-0/+307
* | Rename batch functionsRainer Keller2018-10-291-8/+8
* | uacpp: Implement findServers()Rainer Keller2018-10-251-0/+46
* | uacpp: Implement batch write supportRainer Keller2018-10-231-0/+63
* | uacpp: Implement batch read supportRainer Keller2018-10-231-0/+62
* | uacpp: Remove bitmagic converter and use QUACppValueConverterRainer Keller2018-10-091-11/+1
|/
* Rename isForward to isForwardReferenceRainer Keller2018-09-211-1/+1
* Rename QOpcUaMonitoringParameters::shared() to subscriptionType()Jannis Voelker2018-09-171-1/+1
* Add batch read API to QOpcUaClientJannis Voelker2018-08-031-5/+5
* Add generic browse methodJannis Voelker2018-07-251-5/+16
* Add requestEndpointsJannis Voelker2018-07-101-0/+47
* Use a counter for the node registration handleJannis Voelker2018-06-201-11/+11
* Add support for TranslateBrowsePathToNodeIdJannis Voelker2018-06-131-0/+42
* Fix subscription sharing for revised publishing intervalsv5.11.0-rc2v5.11.0Jannis Voelker2018-05-141-1/+7
* uacpp: Include SDK subfolder in include pathsRainer Keller2018-05-141-3/+3
* Use valueAttributeType in writeAttributes() in uacppJannis Voelker2018-04-051-1/+3
* Make sure monitored items are created only onceJannis Voelker2018-03-201-3/+10
* Disable automatic reconnect in the uacpp backendJannis Voelker2018-03-141-1/+3
* uacpp: Remove subscriptions when connection is closedMaurice Kalinowski2018-03-141-1/+13
* Add server and source timestamp for read and data changeJannis Voelker2018-03-141-0/+2
* Move UaPlatformLayer management to UACppAsyncBackendJannis Voelker2018-03-061-1/+17