yeah! sent correct OPF back, got MSG and CLO. memory problem still not solved however |
|
More...
|
over 11 years ago
|
still hunting the memory-bug that crashes the exampleServer |
|
More...
|
over 11 years ago
|
commented out crashing tests |
|
More...
|
over 11 years ago
|
forgot UA_ByteString_copy, sorry |
|
More...
|
over 11 years ago
|
fixed #27 |
|
More...
|
over 11 years ago
|
minor bugfixes in use of ptrs and struct-definitions |
|
More...
|
over 11 years ago
|
used new structures+decoding/encoding functions to answer HEL pack |
|
More...
|
over 11 years ago
|
Merge branch 'master' of https://github.com/acplt/open62541 |
|
More...
|
over 11 years ago
|
Merge branch 'master' of https://github.com/acplt/open62541 |
|
More...
|
over 11 years ago
|
added _init() and _new() functions as proposed in #20 init: initializes struct with default values, and pointers with NULL (no memory allocation) new: calls malloc and init |
|
More...
|
over 11 years ago
|
added functionality to decode and encode packets (just structures + enc/dec..) |
|
More...
|
over 11 years ago
|
small improvements of the plugin system |
|
More...
|
over 11 years ago
|
Merge branch 'master' of https://github.com/acplt/open62541 |
|
More...
|
over 11 years ago
|
Manual: *run a build *look into tool/generate_builtin.py *seach opcua.c for "Hello" |
|
More...
|
over 11 years ago
|
a messy try of implementing a plugin system for code generator Manual: *run a build *look into tool/generate_builtin.py *seach opcua.c for "Hello" |
|
More...
|
over 11 years ago
|
a messy try of implementing a plugin system for code generator Manual: *run a build *look into tool/plugin_Node.py *seach opcua.c for "Hello" |
|
More...
|
over 11 years ago
|
quick fixes |
|
More...
|
over 11 years ago
|
type in check_stack |
|
More...
|
over 11 years ago
|
check_calcSize has been added. |
|
More...
|
over 11 years ago
|
New Tests have been implemented: check_encode, check_decode, check_delete, check_create |
|
More...
|
over 11 years ago
|
redo UA_ByteString slMessage = {NULL,0}; |
|
More...
|
over 11 years ago
|
one-character fix of #26 (my bad) |
|
More...
|
over 11 years ago
|
Revert "bugfix slMessage initialization" |
|
More...
|
over 11 years ago
|
bugfix slMessage initialization |
|
More...
|
over 11 years ago
|
removing namespace.c from makefiles, see #26 |
|
More...
|
over 11 years ago
|
added delete and deleteMembers to code generator logic |
|
More...
|
over 11 years ago
|
Namespace hashmap improvements |
|
More...
|
over 11 years ago
|
Merge branch 'master' of https://github.com/acplt/open62541 |
|
More...
|
over 11 years ago
|
intoduces mallocing in the generated decode functions as proposed in issue #20 closes issue #24 @FlorianPalm : plase review the //FIXME mark in the secureChannelLayer.c |
|
More...
|
over 11 years ago
|
fixed inclusion in the previous commit |
|
More...
|
over 11 years ago
|