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

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


    from e840b83  Updates pubsub zmq v2 to use pubsub_serializer_handler_t
     new 14f3bc1  Adds use of pubsub serializer handler to pubsub v2 tcp and v2 
zmq
     new fea2116  Adds serializer handler to pubsub websocket.

The 2 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:
 .../pubsub/pubsub_admin_tcp/v2/src/psa_activator.c |  15 --
 .../pubsub_admin_tcp/v2/src/pubsub_tcp_admin.c     | 247 +++++----------------
 .../pubsub_admin_tcp/v2/src/pubsub_tcp_admin.h     |   4 -
 .../v2/src/pubsub_tcp_topic_receiver.c             |  70 ++----
 .../v2/src/pubsub_tcp_topic_receiver.h             |   7 +-
 .../v2/src/pubsub_tcp_topic_sender.c               | 118 +++-------
 .../v2/src/pubsub_tcp_topic_sender.h               |   4 +-
 .../pubsub_admin_websocket/v2/src/psa_activator.c  |  11 -
 .../v2/src/pubsub_websocket_admin.c                | 227 +++++--------------
 .../v2/src/pubsub_websocket_topic_receiver.c       |  52 ++---
 .../v2/src/pubsub_websocket_topic_receiver.h       |   5 +-
 .../v2/src/pubsub_websocket_topic_sender.c         | 102 +++------
 .../v2/src/pubsub_websocket_topic_sender.h         |   3 +-
 .../pubsub_admin_zmq/v2/src/pubsub_zmq_admin.c     |  20 --
 .../v2/src/pubsub_zmq_topic_receiver.c             |  12 +-
 .../v2/src/pubsub_zmq_topic_receiver.h             |   2 +-
 .../v2/src/pubsub_zmq_topic_sender.c               |  23 +-
 .../v2/src/pubsub_zmq_topic_sender.h               |   2 +-
 .../src/PubSubSerializationHandlerTestSuite.cc     |  23 +-
 .../include/pubsub_serializer_handler.h            |  27 ++-
 .../pubsub_utils/src/pubsub_serializer_handler.c   | 113 ++++++----
 21 files changed, 365 insertions(+), 722 deletions(-)

Reply via email to