qpid-dispatch git commit: DISPATCH-1107: Add router connection id interrouter Opens

2018-09-10 Thread chug
Repository: qpid-dispatch Updated Branches: refs/heads/master 447937f37 -> df7667e8a DISPATCH-1107: Add router connection id interrouter Opens This feature helps disambiguate interrouter connections. Topology tests generate many connections and resulting logs have the connection ids. There is

[2/6] qpid-proton git commit: PROTON-1798: [c] Fix benign race in broker.c example found by tsan

2018-09-10 Thread aconway
PROTON-1798: [c] Fix benign race in broker.c example found by tsan Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/c6db6358 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/c6db6358 Diff:

[4/6] qpid-proton git commit: PROTON-1798: cmake runtime-check improvements

2018-09-10 Thread aconway
PROTON-1798: cmake runtime-check improvements Usage notes: - new CMake variable: RUNTIME_CHECK, choose from [memcheck helgrind asan tsan OFF] - defaults to 'memcheck' if available, else OFF - old ENABLE_ variables for valgrind/sanitizers are deprecated - example_test scripts check for stderr

[1/6] qpid-proton git commit: PROTON-1798: [cpp] add library destructors for main classes

2018-09-10 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 407711aac -> 6c765bc66 PROTON-1798: [cpp] add library destructors for main classes Add library destructors to anchor vtables and typeinfo for connection, session, sender, recever and delivery. Without them, the ubsan sanitizer

[5/6] qpid-proton git commit: PROTON-1930: [cpp] Fix race condition in container_test.cpp

2018-09-10 Thread aconway
PROTON-1930: [cpp] Fix race condition in container_test.cpp Test was starting container, opening connection and then checking for ["start", "open"] sequence to be set by handlers. Sometimes the sequence was instead ["open", "start"], which is legal since the events are generated in different

[6/6] qpid-proton git commit: PROTON-1929: [c] library prints directly to stderr/stdout

2018-09-10 Thread aconway
PROTON-1929: [c] library prints directly to stderr/stdout Replace direct use of stdout with pn_log calls. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/6c765bc6 Tree:

[3/6] qpid-proton git commit: PROTON-1798: [cpp] C++ broker example, remove unused shutdown code.

2018-09-10 Thread aconway
PROTON-1798: [cpp] C++ broker example, remove unused shutdown code. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/e5aac008 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/e5aac008 Diff:

qpid-dispatch git commit: DISPATCH-1118 - Code cleanup to remove valgrind errors.

2018-09-10 Thread tross
Repository: qpid-dispatch Updated Branches: refs/heads/master 710b7059b -> 447937f37 DISPATCH-1118 - Code cleanup to remove valgrind errors. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/447937f3 Tree:

qpid-dispatch git commit: DISPATCH-1096 - priority messaging support

2018-09-10 Thread tross
Repository: qpid-dispatch Updated Branches: refs/heads/master 03ba19e65 -> 710b7059b DISPATCH-1096 - priority messaging support Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/710b7059 Tree:

qpid-dispatch git commit: DISPATCH-1090 - Augmented drain test to reopen receiver and making sure the drained sender was re-issued credit this being able to send to the receiver

2018-09-10 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 0716719b9 -> 03ba19e65 DISPATCH-1090 - Augmented drain test to reopen receiver and making sure the drained sender was re-issued credit this being able to send to the receiver Project:

qpid-dispatch git commit: NO-JIRA - Modified the version of Proton required from 0.23 to 0.25. This is because of some changes made to the Proton python binding which led to commit 6e03ab8a5dc5059bb46

2018-09-10 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 0a8d43285 -> 0716719b9 NO-JIRA - Modified the version of Proton required from 0.23 to 0.25. This is because of some changes made to the Proton python binding which led to commit 6e03ab8a5dc5059bb4645a0b608ded93a02ebc17 Project:

qpid-dispatch git commit: DISPATCH-1090 - Drain excess credit if there are no receivers. This closes #371.

2018-09-10 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 06bfb5414 -> 0a8d43285 DISPATCH-1090 - Drain excess credit if there are no receivers. This closes #371. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: