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
|
8 年之前 |
Julius Pfrommer
|
f38cd44c51
immediately sample new monitoreditem
|
8 年之前 |
Julius Pfrommer
|
e15cdfacbe
fix #661, take the endpointurls from the networklayer when required
|
8 年之前 |
Stasik0
|
331e2f761a
prevent completeMessages function from emmiting jobs with zero length
|
8 年之前 |
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
|
8 年之前 |
Julius Pfrommer
|
eba0976ae4
Fix subscription issues uncovered by the testing tools
|
8 年之前 |
Julius Pfrommer
|
0116cecd8e
execute callbacks immediately for the first time
|
9 年之前 |
Julius Pfrommer
|
21e81840c2
reduce the used CPU when idle
|
8 年之前 |
Julius Pfrommer
|
3946886130
make UA_Connection_completeMessages an internal function
|
9 年之前 |
Julius Pfrommer
|
34dafb78ce
Use the less noisy C99 true/false throughout. But keep the UA_TRUE/UA_FALSE macros for compatibility
|
9 年之前 |
Julius Pfrommer
|
df11023b6f
small simplification in the timout handling
|
9 年之前 |
Julius Pfrommer
|
f7f98bf3f3
return the remaining timeout in UA_Server_run_iterate
|
9 年之前 |
Julius Pfrommer
|
dec02aeebb
use delayedFree to remove sessions and securechannels
|
9 年之前 |