This is an automated email from the ASF dual-hosted git repository.
rlenferink pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/celix.git.
from 0dc9ccc Updated formatting to be conform Celix formatting
new 4b59c69 Added support for subnet mask to tcp and nanomsg admins
new 824247e Added celix containers for TCP PSA
new 4e003c8 Removed memleak from pubsub admins
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
bundles/pubsub/CMakeLists.txt | 42 +-
bundles/pubsub/examples/CMakeLists.txt | 90 +-
.../src/pubsub_nanomsg_admin.cc | 13 +-
.../pubsub/pubsub_admin_tcp/src/pubsub_tcp_admin.c | 16 +-
.../pubsub_admin_tcp/src/pubsub_tcp_common.h | 2 +-
.../src/pubsub_tcp_topic_receiver.c | 1096 ++++++++++----------
.../pubsub_admin_tcp/src/pubsub_tcp_topic_sender.c | 853 ++++++++-------
.../pubsub_admin_udp_mc/src/pubsub_udpmc_admin.c | 13 +-
.../pubsub/pubsub_admin_zmq/src/pubsub_zmq_admin.c | 17 +-
libs/utils/include/ip_utils.h | 2 +-
libs/utils/src/ip_utils.c | 18 +-
11 files changed, 1114 insertions(+), 1048 deletions(-)