0
I Use This!
High Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Jul 27, 2024 — Jul 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix(build): Set git version number only when open62541 is the main CMake project More... 7 months ago
feat(deps): Allow base64url decoding (no padding, -_ instead of +/) More... 7 months ago
feat(util): Introduce percent-escaping of strings for RFC 3986 More... 7 months ago
refactor(util): The unescape method takes the unescaping type as input More... 7 months ago
refactor(util): Allocate only the memory required for escaping in UA_String_escapeAppend More... 7 months ago
refactor(util): UA_String_escapeAppend takes the escaping type as input More... 7 months ago
refactor(util): find_unescaped takes the escaping type as input More... 7 months ago
refactor(util): Make the enum of escaping schemas available internal More... 7 months ago
refactor(util): Simplify EndpointUrl parsing More... 7 months ago
refactor(core): Simplify JSON StatusCode decoding More... 7 months ago
refactor(core): Prevent duplicate clear in sendSymmetricChunk (#6998) More... 7 months ago
fix(core): Decode first as regular JSON string (for QualifiedName, NodeId, ExpandedNodeId) More... 7 months ago
build(nc): fix UA_FILE_NS0_PRIVATE variable unset More... 7 months ago
fix(core): Ensure that decode->encode->decode yields the identical result More... 7 months ago
feat(core): Implement XML tokenization with the yxml parser More... 7 months ago
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