summaryrefslogtreecommitdiffstats
path: root/src/plugins/opcua
Commit message (Expand)AuthorAgeFilesLines
* Fix possible crash in the client state handlingJannis Voelker2018-05-092-4/+5
* Fix memory leak for monitored item filters in the uacpp backendJannis Voelker2018-05-091-0/+4
* Fix crash when converting empty array variants (open62541)Jannis Voelker2018-05-041-5/+13
* Fix crash when receiving a DataChangeNotification without valueJannis Voelker2018-05-041-0/+7
* Fix node creation in the freeopcua backendJannis Voelker2018-04-303-1/+105
* Return blob for all extension objects with binary or xml encodingJannis Voelker2018-04-221-35/+49
* Return blob for unknown extension object typesv5.11.0-beta4Jannis Voelker2018-04-112-4/+6
* Fix use of monitoring parametersJannis Voelker2018-04-112-4/+5
* Disable the open62541 client state handler during connect and disconnectv5.11.0-beta3Jannis Voelker2018-04-051-0/+4
* Fix client lifecycle in the open62541 backendJannis Voelker2018-04-051-6/+13
* Use valueAttributeType in writeAttributes() in uacppJannis Voelker2018-04-051-1/+3
* Fix possible crash in the open62541 backendJannis Voelker2018-04-032-1/+5
* Remove subscriptions on timeout (open62541, freeopcua)Jannis Voelker2018-03-238-12/+92
* Make sure monitored items are created only onceJannis Voelker2018-03-203-9/+30
* Update UA backendMaurice Kalinowski2018-03-163-100/+290
* Fix and extend support for modifyMonitoring in open62541Jannis Voelker2018-03-162-89/+305
* Add DataChangeFilter support to the open62541 backendJannis Voelker2018-03-142-0/+27
* Unify the designation of the unified automation pluginJannis Voelker2018-03-141-2/+2
* Disable automatic reconnect in the uacpp backendJannis Voelker2018-03-141-1/+3
* uacpp: Remove subscriptions when connection is closedMaurice Kalinowski2018-03-142-2/+14
* Use the client state callback in the open62541 backendJannis Voelker2018-03-142-27/+17
* Add server and source timestamp for read and data changeJannis Voelker2018-03-149-11/+63
* Clean up connectToEndpoint in the open62541 backendJannis Voelker2018-03-081-9/+4
* Move UaPlatformLayer management to UACppAsyncBackendJannis Voelker2018-03-064-11/+22
* Fix DateTime conversion for uacpp and freeopcuaJannis Voelker2018-03-063-5/+20
* Don't create default constructed entries in m_attributeMapping (uacpp)Jannis Voelker2018-03-062-3/+17
* Fix memory issues in the uacpp backend pointed out by asanJannis Voelker2018-03-062-17/+18
* Unify support for indexRange in monitored items in both backendsJannis Voelker2018-02-282-16/+29
* Use status code names in open62541 warningsJannis Voelker2018-02-282-4/+4
* Replace calls to deprecated functions in open62541Jannis Voelker2018-02-281-14/+13
* Add Unified Automation C++ SDK backendv5.11.0-beta1Maurice Kalinowski2018-02-2617-0/+2590
* Use async publish in the open62541 backendJannis Voelker2018-02-232-10/+4
* Track changes in the open62541 master branchFrank Meerkoetter2018-02-231-3/+5
* Remove secureConnect() and isSecureConnectionSupported()Frank Meerkoetter2018-02-064-17/+0
* Clarify warning message for modifyMonitoringJannis Voelker2018-02-052-1/+2
* Add index range to the QOpcUaMonitoringParameters APIJannis Voelker2018-01-311-1/+8
* Fix resource and error handling for subscriptionsJannis Voelker2018-01-315-3/+40
* Unify warning text and qCWarning usageJannis Voelker2018-01-295-9/+8
* Unify the usage of qCWarningJannis Voelker2018-01-258-49/+48
* Update client state on disconnect in open62541Jannis Voelker2018-01-222-1/+34
* Fix build errors with mingw on windowsJannis Voelker2018-01-091-1/+1
* Fix DateTime conversion in Open62541Jannis Voelker2018-01-091-2/+7
* Add ExtensionObject handling to support types from OPC-UA part 8, 5.6Jannis Voelker2018-01-056-27/+135
* Add async browse supportJannis Voelker2018-01-059-70/+146
* Move NodeAttribute and NodeClass to namespace QOpcUaJannis Voelker2018-01-0516-100/+100
* Add support for index ranges in read and write operationsJannis Voelker2018-01-058-30/+52
* Use QVariant::toDateTime() instead of the value() templateFrank Meerkoetter2018-01-021-1/+1
* Handle NULL variant in the open62541 backendJannis Voelker2017-12-191-0/+5
* Remove dead codeFrank Meerkoetter2017-12-194-41/+0
* Remove bad nodeid format checkFrank Meerkoetter2017-12-182-2/+4