This is an automated email from the ASF dual-hosted git repository. kgiusti pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git.
from 25261f4 DISPATCH-2234: Update JavaScript console packages for the 1.19.0 release (#1517) new 8722238 DISPATCH-1403: define a common buffer field API new 32ddaa1 DISPATCH-1487: Message annotations re-write 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: include/qpid/dispatch/amqp.h | 48 +- .../qpid/dispatch/buffer_field.h | 29 +- include/qpid/dispatch/compose.h | 89 +++ include/qpid/dispatch/iterator.h | 32 +- include/qpid/dispatch/message.h | 146 ++-- include/qpid/dispatch/parse.h | 107 ++- include/qpid/dispatch/protocol_adaptor.h | 11 - include/qpid/dispatch/router.h | 3 +- src/amqp.c | 22 +- src/buffer_field_api.h | 297 +++++++ src/iterator.c | 221 +----- src/message.c | 688 ++++++++-------- src/message_private.h | 37 +- src/parse.c | 874 ++++++++++----------- src/python_embedded.c | 15 +- src/router_config.c | 1 + src/router_core/core_client_api.c | 15 +- src/router_core/exchange_bindings.c | 16 +- src/router_core/management_agent.c | 25 +- .../address_lookup_server/address_lookup_server.c | 7 +- .../edge_addr_tracking/edge_addr_tracking.c | 10 +- .../modules/heartbeat_edge/heartbeat_edge.c | 5 +- src/router_core/modules/mobile_sync/mobile.c | 34 +- .../modules/test_hooks/core_test_hooks.c | 4 +- src/router_core/transfer.c | 26 +- src/router_node.c | 200 ++--- tests/buffer_test.c | 244 ++++++ tests/lsan.supp | 4 + tests/message_test.c | 505 +++++++----- tests/parse_test.c | 165 +++- tests/run_unit_tests_size.c | 116 ++- tests/system_tests_one_router.py | 197 +++-- tests/system_tests_two_routers.py | 10 +- 33 files changed, 2485 insertions(+), 1718 deletions(-) copy src/connection_manager_private.h => include/qpid/dispatch/buffer_field.h (61%) create mode 100644 src/buffer_field_api.h --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org