提交歷史

作者 SHA1 備註 提交日期
  Julius Pfrommer 1c1e2ac991 always remove sessions and securechannels with a delayed callback 8 年之前
  Julius Pfrommer 3da07052e9 Fix warnings uncovered by PVS Studio 8 年之前
  FlorianPalm 057672cdd9 potential use of unitialized variables removed. thanks to @TorbenD 8 年之前
  FlorianPalm 810db94bca added MPL v2 license to c/h/py files 8 年之前
  Julius Pfrommer 9925681e23 Ensure that unit tests run with multithreading enabled (fix #912) 8 年之前
  janitza-luwe 4482b10bd7 fix use of worker mutexes with pthread_cond 8 年之前
  Julius Pfrommer 917169614c fix warnings from clang-tidy 8 年之前
  Julius Pfrommer fecd0bf4fd fix #909, replace an utf8 character with ascii 8 年之前
  Julius Pfrommer 5171272d33 fix: wake up worker threads after dispatch of repeated jobs 8 年之前
  Julius Pfrommer 327c32d62e fix: remove a warning from clang-analyzer; fix rcu locking 8 年之前
  Julius Pfrommer 277aa21c52 feature: align nextTime of repeated jobs with the same interval 8 年之前
  Lorenz Haas 71e9f80031 Be afraid of premature pessimization, use pre(in|de)crement ;D 8 年之前
  Julius Pfrommer 0b2cec1002 fix: improve reactivity under high load (#655) 8 年之前
  Julius Pfrommer d3ce5c8a2e refactor: use knowledge about the last monitoreditem in this period to 8 年之前
  Julius Pfrommer 5467bae2dd refactor: make memory allocator and atomic operations definitions public 8 年之前
  Julius Pfrommer fe7e2f1508 add delayed callbacks also for single-threaded execution 8 年之前
  Stefan Profanter 5839f2c6b2 Fix conversion to UInt64 (#774) 8 年之前
  Stefan Profanter f2835f0dda Use UA_UInt64 for repeated job interval (#773) 8 年之前
  Julius Pfrommer a12fd85268 demote a warning log message to debug 8 年之前
  Julius Pfrommer dcf1e52d15 repeated jobs can remove themselves 8 年之前
  Julius Pfrommer baa92aea25 put every repeated job into a separate entry of the linked list 8 年之前
  Julius Pfrommer 69075aac91 set max timeout to 50 msec as documented 9 年之前
  Julius Pfrommer f38cd44c51 immediately sample new monitoreditem 9 年之前
  Julius Pfrommer e15cdfacbe fix #661, take the endpointurls from the networklayer when required 9 年之前
  Stasik0 331e2f761a prevent completeMessages function from emmiting jobs with zero length 9 年之前
  Stefan Profanter 45256a43af Fix all the cppcheck warnings and enable travis fail on cppcheck error 9 年之前
  Julius Pfrommer 8c4726b1f9 small fixes to make clang analyzer happy 9 年之前
  Julius Pfrommer eba0976ae4 Fix subscription issues uncovered by the testing tools 9 年之前
  Julius Pfrommer 0116cecd8e execute callbacks immediately for the first time 9 年之前
  Julius Pfrommer 21e81840c2 reduce the used CPU when idle 9 年之前