提交历史

作者 SHA1 备注 提交日期
  FlorianPalm aee53c650e license change for all c/h files 8 年之前
  FlorianPalm a0f38a0bd1 undoing license add (missing comment ending...) 8 年之前
  FlorianPalm 87028b0ee6 added new license text (mplv3) 8 年之前
  FlorianPalm faa91182a2 Revert "License change: added license note at the beginning of every .c/.h file" 8 年之前
  FlorianPalm 55cbdc83d7 License change: added license note at the beginning of every .c/.h file 8 年之前
  Julius Pfrommer 243237e882 feature: allow limiting the retransmission queue in the server (fix 8 年之前
  Julius Pfrommer 9fdd7df363 RetransmissionQueue as TAILQ instead of LIST 8 年之前
  Julius Pfrommer 134cb5543d cosmetic: struct members start with lowercase 8 年之前
  Julius Pfrommer 4859fd5219 use delayed callback to send dangling publish responses; fix setting the 8 年之前
  Julius Pfrommer e705eea331 fix handling of timestamps in read/write 8 年之前
  Julius Pfrommer 6b4c6f5f19 fix a rare memory issue for subcriptions; add more logging to debug remaining CTT cases 8 年之前
  Julius Pfrommer f38cd44c51 immediately sample new monitoreditem 8 年之前
  Julius Pfrommer 5237a74f30 improve logging with new convenience macros 8 年之前
  Julius Pfrommer b8e8734110 mostly cosmetic improvements 9 年之前
  Julius Pfrommer 0441355fbc use the indexRange, check the encoding, use the timestampstoreturn flag 9 年之前
  Julius Pfrommer eba0976ae4 Fix subscription issues uncovered by the testing tools 9 年之前
  Julius Pfrommer 90145a1a94 add setpublishingmode service 9 年之前
  Julius Pfrommer 2af51b18da Refactor subscriptions to use different sampling and response intervals for subscriptions and monitoreditems 9 年之前
  Stasik0 7a5c2117df removing double typedef for subscriptions, relates #593 9 年之前
  Sten Grüner 7bc5a1a8df Merge pull request #574 from ischenk/master 9 年之前
  Julius Pfrommer 8dd7c7e325 Revert "fix an include that is only used with subscriptions" 9 年之前
  ischenk fc186260d4 Compile fix for gcc 4.8.3 9 年之前
  Julius Pfrommer c8863cef1e separate jobs for monitoreditem (sampling) and subscriptions (sending notifications) 9 年之前
  Julius Pfrommer 04c0cff8fb the subscription manager only manages a list of subscriptions -> move to session 9 年之前
  Julius Pfrommer 4810a84c11 job guids are assigned randomly by the server, not in the subscription manager 9 年之前
  Julius Pfrommer 6150efa166 move subscription limits into the server config 9 年之前
  Julius Pfrommer 2ae7fef1e4 add Wshadow and Wconversion compiler flags; fix all warnings; networklayer takes the logger from the server at startup 9 年之前
  Julius Pfrommer e9437b5c34 Merge branch 'master' into unsigned_array_size 9 年之前
  Chris Iatrou efae15466b Republish service and retransmit queuing implemented 9 年之前
  Julius Pfrommer 3ba9364fdd remove iterations of unpublished notifications just for counting; remove redundant checks 9 年之前