ichrispa 3ade24fe53 Created UA_Server_getNodeCopy and UA_Server_deleteNodeCopy to allow userspace function to get detailed information about a node (references, strings, classInfo...). Both functions are using void **ptr to reference the node, since the node structs are currently not part of userspace. 9 年之前
..
ua_nodes.c f4629df441 Merge pull request #291 from acplt/service_call_implementation 9 年之前
ua_nodes.h f4629df441 Merge pull request #291 from acplt/service_call_implementation 9 年之前
ua_nodestore.c f4629df441 Merge pull request #291 from acplt/service_call_implementation 9 年之前
ua_nodestore.h 37bc32e329 Improve the documentation of the nodestore API 10 年之前
ua_nodestore_concurrent.c d0e09b24ff removing enforcing NameSpaceId in BrowseName, relates to #284 9 年之前
ua_nodestore_hash.inc cc47eefbec added a gcc-version check around pragma 10 年之前
ua_securechannel_manager.c 21944d61fd Merge branch 'master' into dev 9 年之前
ua_securechannel_manager.h d5fb8f9eb4 temporary fix: allow only one session per securechannel 10 年之前
ua_server.c 8dcaa09f86 Merge branch 'master' into dev 9 年之前
ua_server_addressspace.c 3ade24fe53 Created UA_Server_getNodeCopy and UA_Server_deleteNodeCopy to allow userspace function to get detailed information about a node (references, strings, classInfo...). Both functions are using void **ptr to reference the node, since the node structs are currently not part of userspace. 9 年之前
ua_server_binary.c 8b5f88d374 Fixed error from merge with call branch: missing break caused server to crash when deleting subscriptions. 9 年之前
ua_server_internal.h 8dcaa09f86 Merge branch 'master' into dev 9 年之前
ua_server_worker.c 6ff67cf40c simplfy closing connections in the network layer 9 年之前
ua_services.h 8dcaa09f86 Merge branch 'master' into dev 9 年之前
ua_services_attribute.c 028ed266a2 Merge pull request #290 9 年之前
ua_services_call.c c7a81cbdeb split Service_Call into simpler functions 9 年之前
ua_services_discovery.c 7a9af79ffb added NO_ALLOCA macro 10 年之前
ua_services_nodemanagement.c 21944d61fd Merge branch 'master' into dev 9 年之前
ua_services_securechannel.c 0d7e0e5468 make the server struct opaque for userspace and 10 年之前
ua_services_session.c d5002592c8 fixes 292, fixing some leaks, missing inializers, bugs... there seem be no subscription-related leaks anylonger 9 年之前
ua_services_subscription.c 99a55a492a cosmetic cleanups, add some inline documentation and todos 9 年之前
ua_services_view.c edddaefa6e fixed memleaks in external namespace handling for browse 9 年之前
ua_session_manager.c d5002592c8 fixes 292, fixing some leaks, missing inializers, bugs... there seem be no subscription-related leaks anylonger 9 年之前
ua_session_manager.h d5002592c8 fixes 292, fixing some leaks, missing inializers, bugs... there seem be no subscription-related leaks anylonger 9 年之前
ua_subscription.c 5b919b5486 Replaced ByteString_compare/String_compare's builtin strncmp with memcmp to allow for NULL-Bytes encoded in binary transport encodings in comparisons not throwing of the result. 9 年之前
ua_subscription.h 99a55a492a cosmetic cleanups, add some inline documentation and todos 9 年之前
ua_subscription_manager.c 99a55a492a cosmetic cleanups, add some inline documentation and todos 9 年之前
ua_subscription_manager.h 99a55a492a cosmetic cleanups, add some inline documentation and todos 9 年之前