summaryrefslogtreecommitdiffstats
path: root/src/plugins/opcua/uacpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* uacpp: Backend property for enabling additional debug outputRainer Keller2019-07-221-0/+8
* Improve error messagev5.13.0-rc3v5.13.0-rc2v5.13.0-rc1v5.13.0-beta4v5.13.05.13.0Rainer Keller2019-05-071-1/+1
* Move common code into types namespaceRainer Keller2019-04-251-44/+1
* uacpp: Add node id to existing debug messageRainer Keller2019-04-161-1/+1
* Rename parameter to make it clear which handle is meantRainer Keller2019-04-162-22/+22
* 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
* Add API for querying security features of a backendRainer Keller2019-02-202-1/+37
* Relicense the uacpp backendMaurice Kalinowski2019-02-1314-84/+196
* Add requested URL parameter for discovery finish signalsRainer Keller2019-01-281-2/+2
* Move classes out of namespaceRainer Keller2019-01-2110-151/+159
* uacpp: Remove unused codeRainer Keller2019-01-211-6/+0
* Remove connect with QUrlJannis Voelker2019-01-144-60/+0
* uacpp: Implement security in UACPP pluginGerhard Gappmeier2019-01-113-8/+161
* security: Add connectToEndpoint overload with QOpcUa::QEndpointDescriptionGerhard Gappmeier2019-01-112-0/+8
* uacpp: Implement reading and writing of extension objectsRainer Keller2019-01-081-0/+29
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-0813-30/+38
|\
| * Port to UASDKCPP-1.6.xGerhard Gappmeier2019-01-0811-23/+33
| * Add parameter for custom backend specific settingsRainer Keller2019-01-084-5/+7
* | uacpp: Add createExtensionObject overloadRainer Keller2019-01-081-2/+7
* | uacpp: Implement argument type supportRainer Keller2019-01-082-0/+49
* | Add class to set authentication informationRainer Keller2019-01-071-4/+16
* | Fix compile warnings on windowsRainer Keller2018-12-031-4/+4
* | uacpp: Make function argument constRainer Keller2018-11-141-1/+1
* | Fix typoRainer Keller2018-11-131-1/+1
* | uacpp: Implement node managementRainer Keller2018-10-313-17/+325
* | uacpp: Expose localized text converter to be used without variantRainer Keller2018-10-312-7/+13
* | uacpp: Expose expanded node converter to be used without variantRainer Keller2018-10-312-4/+14
* | uacpp: Expose qualified name converter to be used without variantRainer Keller2018-10-312-4/+13
* | Do not link against gui libraryRainer Keller2018-10-301-0/+1
* | Rename batch functionsRainer Keller2018-10-294-16/+16
* | uacpp: Implement findServers()Rainer Keller2018-10-253-7/+52
* | uacpp: Implement batch write supportRainer Keller2018-10-233-4/+66
* | uacpp: Implement multi-dimensional arraysRainer Keller2018-10-231-0/+42
* | uacpp: Implement batch read supportRainer Keller2018-10-233-3/+66
* | uacpp: Expose localized text converter to be used without variantsRainer Keller2018-10-232-9/+17
* | uacpp: Add converter function QStringList to UaStringArrayRainer Keller2018-10-232-0/+20
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-181-2/+5
|\|
| * uacpp: Fix time converterv5.12.0-beta3v5.12.0-beta2Rainer Keller2018-10-111-2/+5
* | uacpp: Replace all calloc() with OpcUa_Alloc()Rainer Keller2018-10-121-6/+3
* | uacpp: Use correct value for array typeRainer Keller2018-10-111-2/+2
* | uacpp: Return invalid timestamp when timestamp is zeroRainer Keller2018-10-091-0/+4