This is an automated email from the ASF dual-hosted git repository.
rbulter pushed a change to branch
feature/add_msg_segemenation_to_tcp_admin_with_wire_v2
in repository https://gitbox.apache.org/repos/asf/celix.git.
from 6fb06e1 Merge branch 'develop' into
feature/add_msg_segemenation_to_tcp_admin_with_wire_v2
add 79884e3 Fix TCP endpoint handling
add 7a46f24 Avoid segfault when stopping bundle
add 23f7d3d Fix test for OSX
add 57c3f5a Fix printf error
new 543a12f Merge branch 'feature/fix_tcp_endpoint_handling' into
feature/add_msg_segemenation_to_tcp_admin_with_wire_v2
new cfc7373 Merge Develop
add 9910215 Fix review comment
new 075ead4 Merge remote-tracking branch
'remotes/origin/feature/fix_tcp_endpoint_handling' into
feature/add_msg_segemenation_to_tcp_admin_with_wire_v2
new 7b8608b Merge
new 209a081 Fix wire 2
The 5 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:
.../src/pubsub_psa_tcp_constants.h | 5 +-
.../pubsub_admin_tcp/src/pubsub_tcp_handler.c | 94 ++++++++++++++--------
.../pubsub_admin_tcp/src/pubsub_tcp_handler.h | 6 +-
.../src/pubsub_tcp_topic_receiver.c | 14 ++--
.../pubsub_admin_tcp/src/pubsub_tcp_topic_sender.c | 2 +
.../pubsub/pubsub_protocol_wire_v1/CMakeLists.txt | 9 ++-
.../pubsub/pubsub_protocol_wire_v2/CMakeLists.txt | 12 +--
.../pubsub_protocol_wire_v2/gtest/CMakeLists.txt | 2 +-
.../src/pubsub_wire_v2_protocol_impl.h | 2 +-
libs/framework/src/framework.c | 5 ++
libs/utils/private/test/celix_threads_test.cpp | 1 +
libs/utils/src/utils.c | 4 +-
12 files changed, 93 insertions(+), 63 deletions(-)