Commit History

Author SHA1 Message Date
  Julius Pfrommer 3b585d7028 Merge pull request #516 from Pro/master 8 years ago
  Julius Pfrommer 7dc2e7212f fix two issues found by clang-analyzer 8 years ago
  Julius Pfrommer 2b3d33d41e simplify encoding 8 years ago
  Julius Pfrommer 9813da5ed5 align readspeed example 8 years ago
  Stefan Profanter e48de487e9 Fixed client firstSteps to use current version of code 8 years ago
  Stefan Profanter acbba1b255 Renamed myServerApp to myApp to match client tutorial 8 years ago
  Stefan Profanter 8c4b5ff6dd Fixed tutorial to match current source. Fixed some typos. 8 years ago
  Julius Pfrommer fa20920d3f fix a memleak in the generated ns0 8 years ago
  Julius Pfrommer 4d553b9c1f nodestore: align recent changes in code not covered by travis and unit tests 8 years ago
  Julius Pfrommer 0ec05abec7 improve the no-subscriptions log message 8 years ago
  Julius Pfrommer c54348ab9d nodestore: make the memory handling by the nodestore more intuitive 8 years ago
  Julius Pfrommer 921dce5b99 fix checking for little endian on android and BSDs 8 years ago
  Stasik0 bd375fb5b2 adding a special-case of endiannes for android, #507 8 years ago
  Stasik0 b15aa422f9 working on #510, fixing some memleaks, @ichrispa - help needed with arrays 8 years ago
  ichrispa d9e944e980 Merge branch 'master' of https://github.com/acplt/open62541 8 years ago
  ichrispa 4a3a1c7966 Fixed SEGFAULT when attempting to read a datasource's datatype that did not return a value (but set the hasValue field). 8 years ago
  Stasik0 586a24c952 fixing a typo in the last commit 8 years ago
  Stasik0 f9e8a6cfcc replacing UA_ReadValueId_new() by UA_Array_new(&UA_TYPES[UA_TYPES_READVALUEID], 1); to increase the readabliliy 8 years ago
  Stasik0 07095dd3bb fixing a memleak in GetEndpoints service, fixes a half of #510 8 years ago
  Stasik0 428afdb2e4 removed unneded timeToRenewSecureChannel parameter, relates #505 8 years ago
  Stasik0 d491f9bc66 fixing renewal in both client and server: added verification of secureChannelID for both the issue and the renewal case, relates #505 8 years ago
  Stasik0 cd5cec72b4 fixed wrong securechannel lifetime duration conversion, relates #505 8 years ago
  ichrispa c7c5f5bc05 Fixed invalid type/cast check when editing variables that never held data before. 8 years ago
  ichrispa b319a30078 In the absence of nodestore_release, "sampled" template nodes may go out of scope during instantiation (particularly when a lot of nodes are being build). Changing the instantiation functions to use copies of the original as templates avoids segfaults. 8 years ago
  Julius Pfrommer dfec630b98 fix DEBUG logging level 8 years ago
  Oleksiy Vasylyev e6387689d5 Subscription callback: using MonitoredItemId instead of ClientHandle 8 years ago
  Oleksiy Vasylyev 551251f0a3 Merge remote-tracking branch 'upstream/master' 8 years ago
  ichrispa 39c508f886 Fixed server.cpp, still using old addVariable method (travis 3184 failed). 8 years ago
  ichrispa 7fa5ab8a25 Merge branch 'master' of https://github.com/acplt/open62541 8 years ago
  ichrispa a0ad0e6ea0 Reimplemented instantiation callback (required for #503). 8 years ago