String trailing zero#14
Open
jpfr wants to merge 3246 commits into
Open
Conversation
…th detailed documentation
…nts with corresponding tests
…ubsub enable flag documentation
… has actually changed
…hen a child is added
…d flag is set in the config
…ver_multicast refactor(examples): improve discovery robustness in client and server - client_find_servers.c: * Replace hardcoded localhost with hostname (gethostname) * Continue GetEndpoints loop on failure * Add malloc null check * Print Discovery URL * Add copyright - server_multicast.c: * Fix deregistration timing * Ensure proper shutdown order * Set correct mDNS interface IP
Merge 1.4 to master
…string name to the Event notification callback
…ee variant No need to maintain both variants. The ziptree variant is less code to maintain.
This is preparatory work for async operations that are not part of a service request.
…ugin/nodestore.h to server.h
Fix some clang compiler warnings about: - sign conversions - not-needed semicolons - adding "static" to file-local vars Signed-off-by: Florian La Roche <f.laroche@pilz.de>
…t test specializations
…ata in the SessionContext This fixes open62541#7361
Merge 1.3 to 1.4
Merge 1.4 to 1.5
Merge 1.5 to master
Remove trailing semicolon from define of UA_Server_setVariableNode_dataSource. Signed-off-by: Florian La Roche <f.laroche@pilz.de>
"packet" is allocated within sd2txt() and with MDNSD_malloc(), so use MDNSD_free() instead of UA_free(). Signed-off-by: Florian La Roche <f.laroche@pilz.de>
… 1.4 certification
refactor(docs): Update the README.md to mention o6 Automation and the…
Merge 1.5 to master
…thful to the corresponding C-structures
Merge 1.4 to 1.5
Merge 1.5 to master
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.