Julius Pfrommer
|
27b6c4b30d
simplify the API for random values. use a (thread-local) global value in the background
|
9 years ago |
Julius Pfrommer
|
d4bf5e03ce
do not schedule repeated jobs in the past; fixes #472
|
9 years ago |
Julius Pfrommer
|
696a549402
assert that rcu is not locked twice
|
9 years ago |
Julius Pfrommer
|
759ad3790f
remove potential bug uncovered by clang analyzer
|
9 years ago |
Julius Pfrommer
|
9dd20578a6
use NULL instead of UA_NULL; don't rename standard C functions; provide minimal replacements for libc on embedded targets
|
9 years ago |
Julius Pfrommer
|
9378fc92de
improve the network layer
|
9 years ago |
Julius Pfrommer
|
a0e64f8d77
fix mt
|
9 years ago |
Julius Pfrommer
|
f0acccbebb
fix some small bugs
|
9 years ago |
Julius Pfrommer
|
dc9eb50856
use the worker fix from the master branch
|
9 years ago |
Jörg Schüler-Maroldt
|
e58d410a5a
Save Handling of Subscriptionlist and Workerjobs
|
9 years ago |
Jörg Schüler-Maroldt
|
bc105ad7cf
Revert "Bug in processRepeatedJobs()"
|
9 years ago |
Jörg Schüler-Maroldt
|
a5a8d0fac3
Bug in processRepeatedJobs()
|
9 years ago |
Julius Pfrommer
|
67cf0af100
refactored the networklayer interface
|
9 years ago |
Julius Pfrommer
|
444926c9ef
use thread local storage for the random number generator
|
9 years ago |
Jörg Schüler-Maroldt
|
9e4f2b1512
- correct decl. of UA_Variant_copyRange() missing const
|
9 years ago |
Sten Grüner
|
8a376f8728
Merge pull request #357 from ngoossens/osx-compilation
|
9 years ago |
Nick Goossens
|
cbbf989dde
OS X compilation
|
9 years ago |
Julius Pfrommer
|
02391c24a2
Our concurrency approach has a name in the literature
|
9 years ago |
Stasik0
|
755d7255b0
hardening server startup error handling, relates to #321
|
10 years ago |
Julius Pfrommer
|
6ff67cf40c
simplfy closing connections in the network layer
|
10 years ago |
Stasik0
|
95d22e75b7
release was called on a NULL pointer - removed
|
10 years ago |
Julius Pfrommer
|
c284dda449
simplfy the network layer
|
10 years ago |
ichrispa
|
04f24a5205
Merge branch 'master' of https://github.com/acplt/open62541
|
10 years ago |
ichrispa
|
c89c717dda
Removed one last restrict killing visual studio.
|
10 years ago |
Holger Jeromin
|
0cbe205d18
fixing typos and one utf8 thing in comments.
|
10 years ago |
Stasik0
|
eba0e5aa1d
fixing the fix, @jpfr: is it okay?
|
10 years ago |
Julius Pfrommer
|
affcb6e309
fix non-multithreaded case
|
10 years ago |
Julius Pfrommer
|
b04eb0c43e
Rename UA_WorkItem to UA_Job. Add async addition and deletion of repeated jobs at runtime
|
10 years ago |
Stasik0
|
b4fc36bc88
fixing multithreaded version
|
10 years ago |
Stasik0
|
fc550a60da
splitting server_run s.t. the server can run in one thread with other applications
|
10 years ago |