Commit Verlauf

Autor SHA1 Nachricht Datum
  Julius Pfrommer 34dafb78ce Use the less noisy C99 true/false throughout. But keep the UA_TRUE/UA_FALSE macros for compatibility vor 9 Jahren
  StalderT f77fd8e394 fix possible memory leak vor 9 Jahren
  Julius Pfrommer 2ae7fef1e4 add Wshadow and Wconversion compiler flags; fix all warnings; networklayer takes the logger from the server at startup vor 9 Jahren
  Julius Pfrommer 5fbf79ca39 add calcSizeBinary and use it for sample comparison for monitoreditems vor 9 Jahren
  Joakim L. Gilje 0fe390452d in MonitoredItem_CopyMonitoredValueToVariant, let UA_DataValue_deleteMembers do the cleanup vor 9 Jahren
  Sten Grüner 9d75c20c2e Merge pull request #500 from open62541/issue496 vor 9 Jahren
  Stasik0 8a808b24f5 workaround for #496 vor 9 Jahren
  wuyangtang 1d26891d35 check datasource callback before invoking vor 9 Jahren
  Julius Pfrommer 19fb205713 subscriptions: sampling monitoreditems calls valuecallback; fix 487 vor 9 Jahren
  Julius Pfrommer e9437b5c34 Merge branch 'master' into unsigned_array_size vor 9 Jahren
  Chris Iatrou efae15466b Republish service and retransmit queuing implemented vor 9 Jahren
  Julius Pfrommer 3ba9364fdd remove iterations of unpublished notifications just for counting; remove redundant checks vor 9 Jahren
  Julius Pfrommer 78c0891392 Merge branch 'unsigned_array_size' into simple_nodestore vor 9 Jahren
  Julius Pfrommer 5bc8d06cb0 remove bugs found with clang analyzer vor 9 Jahren
  Julius Pfrommer 9a0b6bc7ae Fix #451 (broken subscriptions) vor 9 Jahren
  Julius Pfrommer c63411078e Merge branch 'master' into unsigned_array_size vor 9 Jahren
  Julius Pfrommer 4bd62dca74 remove nodestore_release vor 9 Jahren
  Julius Pfrommer 7f08e21937 compile methods vor 9 Jahren
  Julius Pfrommer 7062cb6e58 make a statuscode comparison unambiguous vor 9 Jahren
  Julius Pfrommer 9dd20578a6 use NULL instead of UA_NULL; don't rename standard C functions; provide minimal replacements for libc on embedded targets vor 9 Jahren
  Julius Pfrommer 01ca9996de check the return value where it is required; split a complicated function into two easier parts vor 9 Jahren
  Julius Pfrommer 43ab65a52a subscription change to datavalue vor 9 Jahren
  Joakim L. Gilje 7982c8cef9 use UA_DataValue instead of UA_Variant for MonitoredItem_queuedValue - so the monitored item can get the source timestamp vor 9 Jahren
  Jörg Schüler-Maroldt e58d410a5a Save Handling of Subscriptionlist and Workerjobs vor 9 Jahren
  Julius Pfrommer c1f4411d11 Merge pull request #404 from acplt/callbacks vor 9 Jahren
  Julius Pfrommer 87fdfc2f3e rename UserSpaceCallback to ValueCallback vor 9 Jahren
  ichrispa c56da680ae In response to #417: Notification Seq.No. now start with 1, not 0; Reenabled keepalive-safeguard (non-async keepalive sending instead of 'queueing' the publish is handled in the service). vor 9 Jahren
  Stasik0 40d1bdd2a5 adding callback structure to couple with callbacks on non-datasource nodes, relates to #399 vor 9 Jahren
  Jörg Schüler-Maroldt 9e4f2b1512 - correct decl. of UA_Variant_copyRange() missing const vor 9 Jahren
  Stasik0 705f03b19c node id is passed to datasource callbacks, relates #377 vor 9 Jahren