Commit History

Author SHA1 Message Date
  Julius Pfrommer d8beef1ecf Merge branch 'master' of github.com:acplt/open62541 9 years ago
  Markus Graube 403f45af5b Update tutorial_noderelations.rst 9 years ago
  Julius Pfrommer 9c51c9ae29 disable clang travis build (see #465) 9 years ago
  Julius Pfrommer 2c0d0c41ca fix compiling with mingw 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 3ba9364fdd remove iterations of unpublished notifications just for counting; remove redundant checks 9 years ago
  Julius Pfrommer 2f5a6ec9a0 cosmetic improvements to the call service 9 years ago
  Julius Pfrommer 40c5c06dbc remove a clang analyzer report in the argument verification; fix the builtin unit test on clang 9 years ago
  Julius Pfrommer ee91b5c498 remove duplicate code in the view service; an if-switch was pulled into the inner loop 9 years ago
  Julius Pfrommer 696a549402 assert that rcu is not locked twice 9 years ago
  Julius Pfrommer 78c0891392 Merge branch 'unsigned_array_size' into simple_nodestore 9 years ago
  Julius Pfrommer 72dd45e914 improve readspeed example 9 years ago
  Julius Pfrommer 39eb69ee7f Further simplify the decoding, reduce indirections 9 years ago
  Julius Pfrommer 5bc8d06cb0 remove bugs found with clang analyzer 9 years ago
  Julius Pfrommer db8e62f2d0 ss 9 years ago
  Julius Pfrommer f25686fe28 harden the code by explicitly comparing wiht UA_STATUSCODE_GOOD; use a single memset to init per decode 9 years ago
  Julius Pfrommer bf62497b45 Merge branch 'master' into unsigned_array_size 9 years ago
  Julius Pfrommer a0e73ff02f add a test for reading arrays with an indexrange 9 years ago
  Julius Pfrommer 13a658f30e align the service attribute tests to the use of access level attributes 9 years ago
  Julius Pfrommer 64ce9c9940 cosmetic improvements 9 years ago
  Julius Pfrommer c55dbbae34 Fixed a bug in range handling when the range has the same size as the element 9 years ago
  Julius Pfrommer 3970411bfa Merge branch 'master' of https://github.com/acplt/open62541 9 years ago
  Julius Pfrommer a9141f2994 Missing _init in decodebinary; realloc too small for parserange 9 years ago
  Julius Pfrommer abefc3ce1a cosmetic fixes 9 years ago
  Holger Jeromin c035c1f539 removed check for positive ports 9 years ago
  Julius Pfrommer 4c0d2400cc Merge branch 'master' of https://github.com/acplt/open62541 9 years ago
  Julius Pfrommer ea9b3a004c Enable reading and writing on nodes per default; Fix a typo (bulidinfo) 9 years ago
  Julius Pfrommer 749064e192 Merge pull request #462 from acplt/remove_atoi_tcp 9 years ago
  Holger Jeromin 6b7f7d436a using strtoul instead of atoi 9 years ago