0
I Use This!
High Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 10 hours ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
refactor(core): Remove a malloc/free from array encoding More... 7 months ago
fix(core): Base64 can contain the '/' character, so b= NodeIds need to be unescaped More... 7 months ago
refactor(deps): Reduce the table size for the base64 decoding More... 7 months ago
refactor(examples,tests): avoid spaces for mDNS records More... 7 months ago
refactor(examples): do not set an invalid IP in server_multicast.c More... 7 months ago
fix(core): Null variants get encoded as an empty object More... 7 months ago
refactor(core): Reuse the generalized DateTime encoding for JSON/XML More... 7 months ago
refactor(core): Generalize the DateTime encoding from JSON/XML encoding More... 7 months ago
feat(core): Re-add the legacy JSON encoding (pre 1.05) via the UA_ENABLE_JSON_ENCODING_LEGACY option More... 7 months ago
refactor(core): Move ua_types_encoding_json.c -> ua_types_encoding_json_105.c to prepare having the old encoding in parallel More... 7 months ago
refactor(core): Update RelativePath browsing for the new QualifiedName format More... 7 months ago
refactor(pubsub): Adjust PubSub JSON unit test to the v1.05 format More... 7 months ago
feat(pubsub): It is allowed to have a single JSON object for the Messages field More... 7 months ago
refactor(pubsub): Always decode JSON payload as DataValue More... 7 months ago
fix(pubsub): Print the PublisherId as String for the JSON encoding More... 7 months ago
feat(pubsub): Print the DataSetMessageType in the JSON encoding More... 7 months ago
feat(pubsub): Added placeholder TODOs for missing JSON fields More... 7 months ago
fix(deps): Remove maybe-uninitialized warning from ziptree More... 7 months ago
refactor(core): JSON encoding of Variant, DataValue, ExtensionObject following 1.05 spec More... 7 months ago
refactor(core): Use StatusCode decoding from the 1.05 spec More... 7 months ago
refactor(core): Use the human-readable QualifiedName encoding for JSON More... 7 months ago
feat(core): Parsing of human-readable QualifiedNames with the Uri component More... 7 months ago
feat(core): Printing of QualifiedName according to the v1.05 spec More... 7 months ago
feat(core): Extended parsing of ExpandedNodeId with NamespaceUri and ServerUri mapping More... 7 months ago
refactor(core): NamespaceMapping methods take const pointers More... 7 months ago
refactor(core): For JSON encode NodeIds as string (v1.05 spec) More... 7 months ago
feat(core): Add extended encoding of NodeIds using the namespace mapping More... 7 months ago
feat(tests): Add a valgrind suppression for a singleton memory allocation in timer_create More... 7 months ago
feat(ci): Use valgrind suppressions for the examples More... 7 months ago
fix(examples): Fix build of custom_datatype.h for MSVC >2019 More... 7 months ago