Stasik0
|
2d87556063
view services do not fail
|
8 years ago |
Julius Pfrommer
|
e739dd97d3
better verification for addnodes; always add a typedefinition for variables and objects
|
8 years ago |
Julius Pfrommer
|
c4b386c499
fix integer conversion for the external namespace code
|
8 years ago |
Julius Pfrommer
|
5237a74f30
improve logging with new convenience macros
|
8 years ago |
Stefan Profanter
|
45256a43af
Fix all the cppcheck warnings and enable travis fail on cppcheck error
|
9 years ago |
Julius Pfrommer
|
bf191143be
rename ua_statuscodes.h to ua_constants.h
|
9 years ago |
Julius Pfrommer
|
34dafb78ce
Use the less noisy C99 true/false throughout. But keep the UA_TRUE/UA_FALSE macros for compatibility
|
9 years ago |
FlorianPalm
|
8feb188c6f
Merge branch 'master' of https://github.com/open62541/open62541
|
9 years ago |
FlorianPalm
|
913087fc17
trying to fix the external_namespace support
|
9 years ago |
Julius Pfrommer
|
2ae7fef1e4
add Wshadow and Wconversion compiler flags; fix all warnings; networklayer takes the logger from the server at startup
|
9 years ago |
Julius Pfrommer
|
4d553b9c1f
nodestore: align recent changes in code not covered by travis and unit tests
|
9 years ago |
Julius Pfrommer
|
dfec630b98
fix DEBUG logging level
|
9 years ago |
Julius Pfrommer
|
b04d6f867c
Merge branch 'master' into cleanup_build
|
9 years ago |
Julius Pfrommer
|
62146ee230
add services to the server userspace UA_Server_browse/browseNext/Call
|
9 years ago |
Julius Pfrommer
|
27b6c4b30d
simplify the API for random values. use a (thread-local) global value in the background
|
9 years ago |
Julius Pfrommer
|
b210b19ae2
cleanup build settings; remove old doxygen documentation
|
9 years ago |
Julius Pfrommer
|
191afe1ba1
simplify the API for random values. use a (thread-local) global value in the background
|
9 years ago |
Julius Pfrommer
|
eef6851af9
mingw32 complained about non-initialized variables where that is definitely not the case
|
9 years ago |
Julius Pfrommer
|
ac07df68b6
cosmetic improvements; increase the client timeout
|
9 years ago |
Julius Pfrommer
|
cfdccab274
purely cosmetic improvements
|
9 years ago |
Julius Pfrommer
|
ee91b5c498
remove duplicate code in the view service; an if-switch was pulled into the inner loop
|
9 years ago |
Julius Pfrommer
|
78c0891392
Merge branch 'unsigned_array_size' into simple_nodestore
|
9 years ago |
Julius Pfrommer
|
f25686fe28
harden the code by explicitly comparing wiht UA_STATUSCODE_GOOD; use a single memset to init per decode
|
9 years ago |
Julius Pfrommer
|
4bd62dca74
remove nodestore_release
|
9 years ago |
Julius Pfrommer
|
a3be08ae1a
status
|
9 years ago |
Julius Pfrommer
|
bd1ebce5f3
compiles the example server, but crashes
|
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
|
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
|
01ca9996de
check the return value where it is required; split a complicated function into two easier parts
|
9 years ago |