This is an automated email from the ASF dual-hosted git repository. tross pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git.
from 136940b DISPATCH-1296 - Change use of pn_ssl_domain_allow_unsecured_client() to pn_transport_require_encryption() This closes #469 - pn_ssl_domain_unsecured_client() is deprecated and may be removed. new c47b976 DISPATCH-1299 - Added safe-reference feature to the alloc-pool module. Note: alloc-malloc also has the same interface (will build), but does not provide the same safety. new 16826bc DISPATCH-1285 - Updated the deferred receive handler to use safe pointers to links new 45332d3 DISPATCH-1299 - Update safe-pointer use in the lookup client to use the newer API. The 3 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/alloc_malloc.h | 17 +++++-- include/qpid/dispatch/alloc_pool.h | 12 ++++- include/qpid/dispatch/container.h | 2 + src/container.c | 1 - src/router_core/core_client_api.c | 2 + src/router_core/core_timer.c | 1 - .../modules/address_lookup_client/lookup_client.c | 53 ++++++++++++---------- .../address_lookup_server/address_lookup_server.c | 1 + src/router_core/modules/edge_router/edge_mgmt.c | 1 + .../modules/edge_router/link_route_proxy.c | 1 + src/router_node.c | 39 ++++++++++------ tests/alloc_test.c | 23 ++++++++++ 12 files changed, 108 insertions(+), 45 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org