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 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
  Julius Pfrommer 4859fd5219 use delayed callback to send dangling publish responses; fix setting the 7 years ago
  Julius Pfrommer e705eea331 fix handling of timestamps in read/write 7 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 5237a74f30 improve logging with new convenience macros 8 years ago
  Julius Pfrommer b8e8734110 mostly cosmetic improvements 8 years ago
  Julius Pfrommer 0441355fbc use the indexRange, check the encoding, use the timestampstoreturn flag 8 years ago
  Julius Pfrommer eba0976ae4 Fix subscription issues uncovered by the testing tools 8 years ago
  Julius Pfrommer 90145a1a94 add setpublishingmode service 8 years ago
  Julius Pfrommer 2af51b18da Refactor subscriptions to use different sampling and response intervals for subscriptions and monitoreditems 8 years ago
  Stasik0 7a5c2117df removing double typedef for subscriptions, relates #593 8 years ago
  Sten Grüner 7bc5a1a8df Merge pull request #574 from ischenk/master 8 years ago
  Julius Pfrommer 8dd7c7e325 Revert "fix an include that is only used with subscriptions" 8 years ago
  ischenk fc186260d4 Compile fix for gcc 4.8.3 8 years ago
  Julius Pfrommer c8863cef1e separate jobs for monitoreditem (sampling) and subscriptions (sending notifications) 8 years ago
  Julius Pfrommer 04c0cff8fb the subscription manager only manages a list of subscriptions -> move to session 8 years ago
  Julius Pfrommer 4810a84c11 job guids are assigned randomly by the server, not in the subscription manager 8 years ago
  Julius Pfrommer 6150efa166 move subscription limits into the server config 8 years ago
  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 e9437b5c34 Merge branch 'master' into unsigned_array_size 8 years ago
  Chris Iatrou efae15466b Republish service and retransmit queuing implemented 8 years ago
  Julius Pfrommer 3ba9364fdd remove iterations of unpublished notifications just for counting; remove redundant checks 8 years ago
  Julius Pfrommer 5bc8d06cb0 remove bugs found with clang analyzer 8 years ago
  Joakim L. Gilje 7982c8cef9 use UA_DataValue instead of UA_Variant for MonitoredItem_queuedValue - so the monitored item can get the source timestamp 8 years ago
  Jörg Schüler-Maroldt e58d410a5a Save Handling of Subscriptionlist and Workerjobs 8 years ago
  Julius Pfrommer 99a55a492a cosmetic cleanups, add some inline documentation and todos 9 years ago