This is an automated email from the ASF dual-hosted git repository.
abroekhuis pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/celix.git.
from 6516fa5 Merge pull request #174 from apache/feature/pubsub_inteceptors
add a2dd431 Updated ZMQ implementation to use NULL if scope is not set.
Only when needed, "default" is used. Added exclude filter to example for scope,
to make sure that the right publisher is found. If a publisher without scope,
and a publisher with a scope, use the same topic, this could result in getting
the wrong publisher service.
add 84239cd Added missing header
add 5ff4b8e Updated all PS Admins to allow NULL ptr for scope. Updated
printfs to explicitly check for NULL, since the behaviour of printing NULL is
not defined by a standard.
add 6d6161c Removed unneeded match logic from discoveredEndpoint
function. Matching is already done.
add 6283983 Fixed typo
add 761318d Moved default scope to PS constants, used where needed.
add a0474eb Fixed review comments - Missing free - Typo in tcp admin
add d8e1f54 Merge branch 'develop' of github.com:apache/celix into
feature/scope_usage
add 4a1114a Fixed const to non-const assignment.
add c6b5971 Merge branch 'develop' into feature/scope_usage
new aac452c Merge pull request #181 from apache/feature/scope_usage
The 1 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:
.../publisher/private/src/ps_pub_activator.c | 2 +-
.../pubsub/pubsub_admin_tcp/src/pubsub_tcp_admin.c | 42 +++++++-------
.../src/pubsub_tcp_topic_receiver.c | 46 ++++++++++------
.../pubsub_admin_tcp/src/pubsub_tcp_topic_sender.c | 20 ++++---
.../pubsub_admin_udp_mc/src/pubsub_udpmc_admin.c | 40 ++++----------
.../src/pubsub_udpmc_topic_receiver.c | 28 ++++++----
.../src/pubsub_udpmc_topic_sender.c | 10 +++-
.../src/pubsub_websocket_admin.c | 40 ++++++--------
.../src/pubsub_websocket_topic_receiver.c | 30 ++++++----
.../src/pubsub_websocket_topic_sender.c | 16 ++++--
.../pubsub/pubsub_admin_zmq/src/pubsub_zmq_admin.c | 51 +++++------------
.../src/pubsub_zmq_topic_receiver.c | 36 +++++++-----
.../pubsub_admin_zmq/src/pubsub_zmq_topic_sender.c | 18 +++---
.../pubsub/pubsub_api/include/pubsub/publisher.h | 3 -
.../pubsub/pubsub_api/include/pubsub/subscriber.h | 2 -
.../pubsub_discovery/src/pubsub_discovery_impl.c | 4 +-
.../pubsub/pubsub_spi/include/pubsub_constants.h | 5 ++
bundles/pubsub/pubsub_spi/src/pubsub_endpoint.c | 19 +++++--
bundles/pubsub/pubsub_spi/src/pubsub_utils.c | 26 ++-------
.../src/pubsub_topology_manager.c | 64 +++++++++++++---------
.../src/pubsub_nanomsg_topic_receiver.cc | 2 +-
21 files changed, 254 insertions(+), 250 deletions(-)