This is an automated email from the ASF dual-hosted git repository. gsim pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git.
from c27d73b DISPATCH-1309 - Move the decrement of the content ref-count below the buffer-trimming logic in qd_message_free. This eliminates the case where message content can be freed by one thread while another is doing buffer-trimming on the same content. new ade3b3b DISPATCH-1313 - Added policyVhost attribute to the listener entity. This optional field, if supplied, provides the vhost name to be used for policy lookup on connections arriving through the listener. It allows multiple listeners to use different policy settings. new c354fa4 DISPATCH-1314: suppress spurious errors from log new dfadc67 DISPATCH-1315: ensure that the state shared by threads other than the http thread cannot be prematurely deleted new 2f91e20 DISPATCH-1316: atomic checking for deletability The 4 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/server.h | 6 ++ python/qpid_dispatch/management/qdrouter.json | 6 ++ src/connection_manager.c | 3 +- src/http-libwebsockets.c | 80 ++++++++++++++++++++----- src/policy.c | 6 +- src/remote_sasl.c | 53 ++++++++++------ tests/policy-3/test-sender-receiver-limits.json | 23 +++++++ tests/system_tests_policy.py | 54 +++++++++++++++++ 8 files changed, 195 insertions(+), 36 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org