0
I Use This!
High Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 16 hours ago.
Sep 13, 2024 — Sep 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
Sten
as Stasik0
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
Sten
as Stasik0
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
Sten
as Stasik0
More... over 11 years ago
Merge branch 'master' of https://github.com/acplt/open62541
Sten
as Stasik0
More... over 11 years ago
Manual: *run a build *look into tool/generate_builtin.py *seach opcua.c for "Hello"
Sten
as Stasik0
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"
Sten
as Stasik0
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"
Sten
as Stasik0
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
Sten
as Stasik0
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
Sten
as Stasik0
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
Sten
as Stasik0
More... over 11 years ago
fixed inclusion in the previous commit
Sten
as Stasik0
More... over 11 years ago