You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2020/06/19 05:20:16 UTC

[celix] branch feature/proposal_protocol_footer updated (be63ccf -> f4efaa2)

This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a change to branch feature/proposal_protocol_footer
in repository https://gitbox.apache.org/repos/asf/celix.git.


    from be63ccf  Refactors pubsub protocol wire, added a shared static lib and merged the byte swap functions.
     add 009b581  Refactors all pubsub admins to handle multiple subscribers per bundle (#257)
     add f4efaa2  Merge branch 'master' into feature/proposal_protocol_footer

No new revisions were added by this update.

Summary of changes:
 bundles/pubsub/CMakeLists.txt                      |  10 +-
 .../src/pubsub_tcp_topic_receiver.c                |  69 +++++++++-----
 .../src/pubsub_udpmc_topic_receiver.c              |  67 +++++++++-----
 .../src/pubsub_websocket_topic_receiver.c          |  59 ++++++++----
 .../src/pubsub_zmq_topic_receiver.c                |  65 ++++++++-----
 bundles/pubsub/test/CMakeLists.txt                 |   2 +-
 bundles/pubsub/test/test/tst_activator.c           |  56 ++++++++---
 bundles/pubsub/test/test/tst_endpoint_activator.c  | 102 ---------------------
 8 files changed, 221 insertions(+), 209 deletions(-)
 delete mode 100644 bundles/pubsub/test/test/tst_endpoint_activator.c