StalderT
|
935b24fc40
Update ua_subscription_manager.c
|
9 years ago |
Sten Grüner
|
f02a66a096
Merge pull request #455 from acplt/CERT-PRE01-C
|
9 years ago |
Holger Jeromin
|
07f9805912
negative defines should be in parentheses
|
9 years ago |
Julius Pfrommer
|
d7b6e48a51
move external namespaces to a separate header file
|
9 years ago |
Stasik0
|
46c6388cb3
fixed a broken list during a timeout-cleanup, relates #449, #453
|
9 years ago |
Julius Pfrommer
|
e98c1d77fc
fix #452
|
9 years ago |
Julius Pfrommer
|
792266d151
fix msvc detection
|
9 years ago |
Julius Pfrommer
|
759ad3790f
remove potential bug uncovered by clang analyzer
|
9 years ago |
Julius Pfrommer
|
443b4949ea
use _snprintf_s on MSVC
|
9 years ago |
Julius Pfrommer
|
a54fdfa5bb
msvc has no snprintf in stdio.h
|
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
|
d9d56914e6
fix a missing include
|
9 years ago |
Julius Pfrommer
|
c9ae4288d8
high-level api for the client; aligned with the server api
|
9 years ago |
Julius Pfrommer
|
a807a8853d
remove some potential bugs
|
9 years ago |
Julius Pfrommer
|
5301dc15f1
Merge pull request #430 from acplt/NamespaceGetIndex
|
9 years ago |
Stasik0
|
6cc2947fc1
re-shaping code using goto
|
9 years ago |
Julius Pfrommer
|
01ca9996de
check the return value where it is required; split a complicated function into two easier parts
|
9 years ago |
Julius Pfrommer
|
fc24902096
fix potential bugs indicated by clang-analyzer 3.7; related to #449
|
9 years ago |
Julius Pfrommer
|
402a2ac0b0
tag functions that return a malloced pointer
|
9 years ago |
Julius Pfrommer
|
dc7192ba84
use function attributes to ensure good use of APIs
|
9 years ago |
Julius Pfrommer
|
54d05425f8
remove a spurious argument in UA_Server_setNodeAttribute_value; related to #447
|
9 years ago |
Julius Pfrommer
|
0d2bb09c47
cosmetic cleanup of range handling; cosmetic cleanup of ua_util.h
|
9 years ago |
Julius Pfrommer
|
66d8a06f4a
improve the server API; prefix functions with typed inline versions with __
|
9 years ago |
Julius Pfrommer
|
c4f076f271
symmetric client API for addnodes
|
9 years ago |
Julius Pfrommer
|
9a8b734957
fix wrong node attribute decoding
|
9 years ago |
Julius Pfrommer
|
b4e103d3ca
fix a network regression in the client
|
9 years ago |
Julius Pfrommer
|
0f88ed7f56
cleanup of the session and securechannel service
|
9 years ago |
Julius Pfrommer
|
58837f63bf
cosmetic cleanup of the securechannel manager
|
9 years ago |
Julius Pfrommer
|
ba3dd74f83
revert changing the standard port
|
9 years ago |
Julius Pfrommer
|
47749e1045
add many log messages for log-level DEBUG. simplify stdout logger
|
9 years ago |