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 2019/08/15 17:42:15 UTC

[celix] branch develop updated (4e003c8 -> 52ed62c)

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

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


    from 4e003c8  Removed memleak from pubsub admins
     new 982c53c  - Fix TCP example. - Remove TCP crash after unloading tcp admin service   (Problem in pubsub topology admin) - Enable pubsub sending after unloading pubsub tcp admin   (Problem in pubsub topology admin)
     new 0c8f6d7  bind to all
     new 52ed62c  Merge pull request #41 from rbulter/fix_tcp_seg_fault

The 1710 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:
 .../private/include/pubsub_publisher_private.h     |    1 +
 .../publisher/private/src/pubsub_publisher.c       |   16 +-
 .../pubsub_admin_tcp/src/pubsub_tcp_handler.c      | 1097 ++++++++++----------
 .../pubsub_admin_tcp/src/pubsub_tcp_handler.h      |    5 +-
 .../src/pubsub_tcp_topic_receiver.c                |   40 +-
 .../pubsub_admin_tcp/src/pubsub_tcp_topic_sender.c |   15 +-
 .../src/pubsub_topology_manager.c                  |   16 +
 7 files changed, 614 insertions(+), 576 deletions(-)