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/12/20 13:02:37 UTC

[celix] 01/01: Merge pull request #279 from apache/feature/tcp_admin_msg_segmentation

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

pnoltes pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git

commit 0d994d811e45950246a2fc47cd8325d7bd9891b3
Merge: dd4dca1 9663481
Author: Pepijn Noltes <pe...@gmail.com>
AuthorDate: Sun Dec 20 14:02:29 2020 +0100

    Merge pull request #279 from apache/feature/tcp_admin_msg_segmentation
    
    Feature/tcp admin msg segmentation

 CMakeLists.txt                                     |   4 +-
 bundles/pubsub/pubsub_admin_tcp/CMakeLists.txt     |   1 +
 .../pubsub/pubsub_admin_tcp/src/psa_activator.c    |   4 +-
 .../src/pubsub_psa_tcp_constants.h                 |  37 +-
 .../pubsub/pubsub_admin_tcp/src/pubsub_tcp_admin.c |  58 +-
 .../{pubsub_tcp_common.h => pubsub_tcp_common.c}   |  29 +-
 .../pubsub_admin_tcp/src/pubsub_tcp_common.h       |   2 +
 .../pubsub_admin_tcp/src/pubsub_tcp_handler.c      | 860 +++++++++++----------
 .../pubsub_admin_tcp/src/pubsub_tcp_handler.h      |   8 +-
 .../src/pubsub_tcp_topic_receiver.c                | 205 +++--
 .../src/pubsub_tcp_topic_receiver.h                |   3 +-
 .../pubsub_admin_tcp/src/pubsub_tcp_topic_sender.c | 184 ++---
 .../pubsub_admin_tcp/src/pubsub_tcp_topic_sender.h |  13 +-
 .../src/pubsub_wire_protocol_impl.c                |   1 +
 .../src/pubsub_topology_manager.c                  |  23 +-
 .../src/pubsub_topology_manager.h                  |   3 +-
 bundles/pubsub/pubsub_utils/include/pubsub_utils.h |   3 +-
 .../pubsub/pubsub_utils/include/pubsub_utils_url.h |   8 +-
 bundles/pubsub/pubsub_utils/src/pubsub_utils_url.c |  22 +-
 bundles/pubsub/test/CMakeLists.txt                 |  60 +-
 bundles/pubsub/test/meta_data/ping2.properties     |   2 +-
 .../{ping2.properties => ping3.properties}         |   5 +-
 bundles/pubsub/test/meta_data/pong2.properties     |   4 +-
 .../{ping2.properties => pong3.properties}         |   5 +-
 bundles/pubsub/test/test/loopback_activator.c      |   3 +-
 bundles/pubsub/test/test/tst_endpoint_activator.c  |   2 +-
 26 files changed, 826 insertions(+), 723 deletions(-)