Commit History

Author SHA1 Message Date
  FlorianPalm 55cbdc83d7 License change: added license note at the beginning of every .c/.h file 7 years ago
  Julius Pfrommer 7aa39e4a31 fix remaining issues with g++; all examples compile as C++ 7 years ago
  frax2222 5efd75e5dd Import vs2008 patch from @carljoerger and @frax2222 7 years ago
  Julius Pfrommer 243237e882 feature: allow limiting the retransmission queue in the server (fix 7 years ago
  Julius Pfrommer 9fdd7df363 RetransmissionQueue as TAILQ instead of LIST 7 years ago
  Julius Pfrommer 134cb5543d cosmetic: struct members start with lowercase 7 years ago
  Lorenz Haas 71e9f80031 Be afraid of premature pessimization, use pre(in|de)crement ;D 7 years ago
  Julius Pfrommer 2a127dc9e3 fix: set correct length of the stack-allocated comparison encoding 7 years ago
  Julius Pfrommer bdf0cf6658 refactor: decompose MonitoredItem_SampleCallback into smaller chunks 7 years ago
  Julius Pfrommer e8f60f8ada refactor: use less heap allocations when no monitoreditems sample is generated 7 years ago
  Julius Pfrommer a38fc21365 suppress a cppcheck false positive 7 years ago
  Julius Pfrommer f24a597fa6 fix a false positive gcc warning 7 years ago
  Julius Pfrommer fb6ed18703 better statuscode checking in publish callback 7 years ago
  Julius Pfrommer 4859fd5219 use delayed callback to send dangling publish responses; fix setting the 7 years ago
  Julius Pfrommer bd7858bf12 improve handling of timestamps in subscriptions 7 years ago
  Julius Pfrommer e705eea331 fix handling of timestamps in read/write 7 years ago
  Julius Pfrommer 66aaadd0ec editable datatype; set servertimestamp during writing 7 years ago
  Julius Pfrommer bd57e8867a compiles with datavalue in node 7 years ago
  Julius Pfrommer 2ac78bb448 Remove repeated job when a subscription has publishing disabled; improve logging 7 years ago
  Julius Pfrommer 6386ed62d7 move locally usable services into the service sets; some cleanup 7 years ago
  Julius Pfrommer 02c6ad073d fix CTT Monitor QueueSize_1 8 years ago
  Julius Pfrommer 6b4c6f5f19 fix a rare memory issue for subcriptions; add more logging to debug remaining CTT cases 8 years ago
  Julius Pfrommer f38cd44c51 immediately sample new monitoreditem 8 years ago
  Julius Pfrommer 05ed9186fe fix a potential memleaks in the subscriptions 8 years ago
  Stasik0 38d4e7fbad Merge branch 'master' of github.com:acplt/open62541 into 0.2 8 years ago
  ichrispa 984342b057 ua_types functionality of allocating strings was changed to be compliant with C++ string allocation (removes the compiler warning for -Wall); Fixed possible SEGFAULTS in subscriptions and method calls when the client issues non-standard compliant messages. 8 years ago
  Julius Pfrommer 9bd014ed78 fix retransmission; improve logging for subscriptions 8 years ago
  Stasik0 8950931810 some more tests passed in "Subscription Basic" section 8 years ago
  Stasik0 3fd2bffe2d changing session id to random GUID, updated logging of session ids 8 years ago
  Julius Pfrommer 5237a74f30 improve logging with new convenience macros 8 years ago