Commit History

Author SHA1 Message Date
  ichrispa c7c5f5bc05 Fixed invalid type/cast check when editing variables that never held data before. 9 years ago
  Julius Pfrommer dfec630b98 fix DEBUG logging level 9 years ago
  wuyangtang 1d26891d35 check datasource callback before invoking 9 years ago
  Sten Grüner c3d4c52e0b Merge pull request #488 from Wtango/tmp 9 years ago
  wuyangtang 1f5705d15a Test for DataSource variable,fix segmentfault caused by DataSource callback function(read & write) 9 years ago
  wuyangtang 8722023fa8 fix bug what case segment fualt when writing to a readonly value 9 years ago
  Julius Pfrommer 72b2108313 continue merging the changes from master 9 years ago
  Julius Pfrommer b04d6f867c Merge branch 'master' into cleanup_build 9 years ago
  Julius Pfrommer bcf2c47239 simplify the write service 9 years ago
  Julius Pfrommer b210b19ae2 cleanup build settings; remove old doxygen documentation 9 years ago
  Julius Pfrommer 1c03b7f17d msvc complains about a possibly unitialized variable 9 years ago
  Julius Pfrommer 3815345627 fix encoding of localizedtext; directly use the jump-table if possible 9 years ago
  Julius Pfrommer c33b62c682 don't copy data for reading. use a NODELETE variant that points into the node 9 years ago
  Julius Pfrommer 78c0891392 Merge branch 'unsigned_array_size' into simple_nodestore 9 years ago
  Julius Pfrommer bf62497b45 Merge branch 'master' into unsigned_array_size 9 years ago
  Julius Pfrommer a9141f2994 Missing _init in decodebinary; realloc too small for parserange 9 years ago
  Julius Pfrommer 4bd62dca74 remove nodestore_release 9 years ago
  Julius Pfrommer 02745117d6 clean up ua_types.h, fix unit tests 9 years ago
  Julius Pfrommer bd1ebce5f3 compiles the example server, but crashes 9 years ago
  Julius Pfrommer 9dd20578a6 use NULL instead of UA_NULL; don't rename standard C functions; provide minimal replacements for libc on embedded targets 9 years ago
  Julius Pfrommer 47749e1045 add many log messages for log-level DEBUG. simplify stdout logger 9 years ago
  Julius Pfrommer 550d3f85e5 fix mt 9 years ago
  Julius Pfrommer b3dbefaa51 add a unit test for node management; add hastypedefinition for instantiated nodes 9 years ago
  Julius Pfrommer 4cd09ec79f fix unit tests without methodcalls; less pointers for setting attributes 9 years ago
  Julius Pfrommer 23362555a1 use UA_Server_editNode to reduce code duplication 9 years ago
  Julius Pfrommer 6836308aff remove code duplication for node editing; add the delete references service; delete references properly during node removal 9 years ago
  Julius Pfrommer b887d06e42 refactor the addnodes functions to use services 9 years ago
  Julius Pfrommer 29bed5ef22 Merge branch 'master' into inline_setattribute 9 years ago
  Julius Pfrommer c1f4411d11 Merge pull request #404 from acplt/callbacks 9 years ago
  Julius Pfrommer 87fdfc2f3e rename UserSpaceCallback to ValueCallback 9 years ago