Commit History

Author SHA1 Message Date
  Julius Pfrommer c33b62c682 don't copy data for reading. use a NODELETE variant that points into the node 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 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 c55dbbae34 Fixed a bug in range handling when the range has the same size as the element 9 years ago
  Julius Pfrommer abefc3ce1a cosmetic fixes 9 years ago
  Julius Pfrommer 353e62c797 fix a memleak 9 years ago
  Julius Pfrommer 1f8613a070 fix array copy error recovery 9 years ago
  Julius Pfrommer 7f557eb253 harden array handling, fix a bug in server_method 9 years ago
  Julius Pfrommer 02745117d6 clean up ua_types.h, fix unit tests 9 years ago
  Julius Pfrommer bc5b0eb469 type decoding is final 9 years ago
  Julius Pfrommer a3be08ae1a status 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 0d2bb09c47 cosmetic cleanup of range handling; cosmetic cleanup of ua_util.h 9 years ago
  Julius Pfrommer e1448f3685 cosmetic cleanups; use restrict where pointers don't alias 9 years ago
  Julius Pfrommer a0c2174a86 fix a bug where some members were not properly freed 9 years ago
  Julius Pfrommer 50310565b6 fix a bug where generated, non-ns0 types were treated as builtin 9 years ago
  Julius Pfrommer 9a2d826fed simplify 9 years ago
  Julius Pfrommer 5a1fea9e57 simplify types 9 years ago
  Julius Pfrommer 6a33fc06c6 remove functions that were replaced with inline versions 9 years ago
  Julius Pfrommer be43c3d606 use UA_EXPORT for exported variables 9 years ago
  Julius Pfrommer e83ac67f45 use inline NODEID_ creation functions 9 years ago
  Julius Pfrommer 960b9efa7c fix a shadowed variable 9 years ago
  Julius Pfrommer 67cf0af100 refactored the networklayer interface 9 years ago
  Reza Ebrahimi c9bce505f1 replace sprintf with its safer version in windows platform 9 years ago
  Julius Pfrommer 444926c9ef use thread local storage for the random number generator 9 years ago
  Markus Graube 5ff266102c move include into ua_types.c 9 years ago
  Markus Graube 3114492366 getting back to the old interface of UA_Guid_random(*seed) 9 years ago