Commit History

Author SHA1 Message Date
  Julius Pfrommer 2ae7fef1e4 add Wshadow and Wconversion compiler flags; fix all warnings; networklayer takes the logger from the server at startup 8 years ago
  Julius Pfrommer e3062b2524 add unit tests for calcsizebinary 8 years ago
  Julius Pfrommer 9e2a989dc5 Merge pull request #523 from jgilje/calcsizebinary_fixes 8 years ago
  Joakim L. Gilje b024fee8ad set type before jumping into calcSizeBinaryJumpTable 8 years ago
  Joakim L. Gilje a5305c8383 calcSizeBinaryJumpTable was missing entry for boolean 8 years ago
  Julius Pfrommer eaeb7aa33f Merge pull request #518 from Pro/master 8 years ago
  Julius Pfrommer 5fbf79ca39 add calcSizeBinary and use it for sample comparison for monitoreditems 8 years ago
  Julius Pfrommer 6433d290bf Merge pull request #519 from jgilje/copymonitoredvalue_memleak 8 years ago
  Joakim L. Gilje 0fe390452d in MonitoredItem_CopyMonitoredValueToVariant, let UA_DataValue_deleteMembers do the cleanup 8 years ago
  Stefan Profanter 4f4c01c3fb Changed BUILD_EXAMPLE to UA_BUILD_EXAMPLE 8 years ago
  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