Commit History

Author SHA1 Message Date
  Julius Pfrommer f896432586 refactor(server): Move UA_LOG_NODEID_WRAP to /src/ua_util_internal.h 4 years ago
  Julius Pfrommer ef93d2d801 fix(server): Fix O(n^2) runtime for adding many references 4 years ago
  Stefan Profanter c455ed1e67 fix(server): Do not allow node having itself as parent. Fixes stack-overflow 4 years ago
  inspektor-scherlein 13fa838d54 Server: Two new callbacks to UA_GlobalNodeLifecycle 4 years ago
  Jayanth Velusamy 787a24ea7f server: CTT - Fix usage of incorrect Reference type 4 years ago
  Julius Pfrommer c5f41e12d2 View: BrowseRecursive returns only ExpandedNodeIds; Simplify 5 years ago
  Markus Karch 8dbf7f82bd Server: Don't return shallow copies from Read service 4 years ago
  Ari c1a5a163d3 Allow abstract node types in case of events 4 years ago
  Julius Pfrommer da428e25af Server: Reuse recursive browse in many places 5 years ago
  Julius Pfrommer 9789cdcdb6 View: Use tree-structure to prevent duplicates in browsing 5 years ago
  Stefan Profanter d0831c7a5f Stack: Add support for HasInterface reference (Amendment 7) 5 years ago
  Stefan Profanter 857c2bc421 Stack: Add support for DefaultInstanceBrowseName (see Amendment 7) 5 years ago
  Stefan Profanter 71d206c202 NodesetCompiler: Correct inheritance of Variable DataType and ValueRank 5 years ago
  Julius Pfrommer 1c081e0839 NodeManagement: Don't delete nodes that are in several hierarchies (fix #2654) 5 years ago
  Julius Pfrommer 522804cafc Server: Move the nodestore from the config to the server 5 years ago
  Julius Pfrommer 72b50e900d Fix node type-checking for UA_ENABLE_IMMUTABLE_NODES 5 years ago
  Julius Pfrommer 70d22d1c81 Server: Cosemtic and logging improvements 5 years ago
  Julius Pfrommer 3c96b6fc33 Server: First create all child nodes and references, then call the constructors 5 years ago
  Julius Pfrommer 89f728aee1 Logging: Make logging a proper plugin with state and cleanup method 5 years ago
  Julius Pfrommer 43a2b539c2 Deprecate UA_TRUE/UA_FALSE for internal use 5 years ago
  Stefan Profanter 03896e4d3c Log Node Ids on AddNodes consistency checks 5 years ago
  Stefan Profanter 5c6bc7b309 Skip variable add Type-Check if node value is NULL 5 years ago
  Martin Lang 4b9cb3c034 Replace ValueRanks by defines (#2124) 5 years ago
  Mark Giraud d907707fcc Remove OR'ing statuscodes 5 years ago
  Julius Pfrommer dad8e92bad Remove duplicate code for UA_Node_deleteReferences 6 years ago
  Julius Pfrommer c5c5aaa7d7 Make AdminSession part of the server struct (was global var) 5 years ago
  Stefan Profanter 8e52b4066d Include sub-references in parent type check 6 years ago
  Julius Pfrommer 83a83410cb Improve testing of ValueRank - ArrayDimensions compatibility 6 years ago
  Julius Pfrommer 1a8ec8cb70 AddNodes: Split node creation into _raw _addRefs and _finish 6 years ago
  Julius Pfrommer 57e78a502b Don't test ArrayDimensions against ValueRank if no ArrayDimensions are defined 6 years ago