qpid-proton git commit: PROTON-1572: Remove C++ casting from C code

2017-09-06 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master feafb6c80 -> d7ba57b6a PROTON-1572: Remove C++ casting from C 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/d7ba57b6 Tree:

[2/3] qpid-proton git commit: PROTON-1574: Fix lock-order-inversion warnings

2017-09-06 Thread aconway
PROTON-1574: Fix lock-order-inversion warnings The lock introduced in 17d2a6f4 PROTON-1568: c++ enable race detection for self-tests created lock-order problems. Using the lock as a simple memory barrier solves the original race and the lock-order problem. Project:

[1/3] qpid-proton git commit: PROTON-1574: Fix null pointers passed to memmove

2017-09-06 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 790cada68 -> feafb6c80 PROTON-1574: Fix null pointers passed to memmove Found by ASan sanitizer build Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

[3/3] qpid-proton git commit: NO-JIRA: Restore valgrind defaults, smaller values don't save much

2017-09-06 Thread aconway
NO-JIRA: Restore valgrind defaults, smaller values don't save much Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/5f4d852e Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/5f4d852e Diff:

qpid-proton git commit: PROTON-1566: [C++ binding] If we get connection forced close then set this as the transport error

2017-09-06 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 33645b914 -> 790cada68 PROTON-1566: [C++ binding] If we get connection forced close then set this as the transport error Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

[1/2] qpid-jms git commit: NO-JIRA: make the test peer track heartbeats in thread safe manner

2017-09-06 Thread robbie
Repository: qpid-jms Updated Branches: refs/heads/master 22c3358a5 -> e8a8358a1 NO-JIRA: make the test peer track heartbeats in thread safe manner Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/ea7b7c99 Tree:

[2/2] qpid-jms git commit: QPIDJMS-321: pre-size the inbound message queue based on prefetch

2017-09-06 Thread robbie
QPIDJMS-321: pre-size the inbound message queue based on prefetch Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/e8a8358a Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/e8a8358a Diff:

[2/2] qpid-proton git commit: NO-JIRA: proctest.py prints commands.

2017-09-06 Thread aconway
NO-JIRA: proctest.py prints commands. If env. var PROCTEST_VERBOSE is set to a non-empty string, the example test driver, proctest.py, will print the full command of each sub-process executed to stdout. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

[1/2] qpid-proton git commit: PROTON-1540 Add options to enable Sanitizers to CMake build

2017-09-06 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 28ac86c45 -> 33645b914 PROTON-1540 Add options to enable Sanitizers to CMake build Enable with: cmake -DENABLE_SANITZERS # enables memory sanitizers cmake -DENABLE_TSAN # enables thread sanitizer Note TSAN cannot be used

qpid-interop-test git commit: QPIDIT-94: Solving Python 2.x path discovery issue

2017-09-06 Thread kpvdr
Repository: qpid-interop-test Updated Branches: refs/heads/master 78938fc50 -> 986f0f488 QPIDIT-94: Solving Python 2.x path discovery issue Project: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/commit/986f0f48

qpid-proton git commit: PROTON-1566: [C++ binding] Make sure we close connection after getting connection forced

2017-09-06 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 9b2208030 -> 28ac86c45 PROTON-1566: [C++ binding] Make sure we close connection after getting connection forced Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

[2/2] qpid-interop-test git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/qpid-interop-test

2017-09-06 Thread kpvdr
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/qpid-interop-test Project: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/commit/78938fc5 Tree:

[1/2] qpid-interop-test git commit: QPIDIT-86, QPIDIT-84: Improvements to installation; updated docs, QUICKSTART.md still WIP

2017-09-06 Thread kpvdr
Repository: qpid-interop-test Updated Branches: refs/heads/master 8bf7bfe4c -> 78938fc50 QPIDIT-86, QPIDIT-84: Improvements to installation; updated docs, QUICKSTART.md still WIP Project: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/repo Commit:

qpid-broker-j git commit: QPID-7771: [Java Broker] [Web Management Console] Allow exchange to exchange bindings to be created from the UI

2017-09-06 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master 82b9a02bc -> e15fbd93e QPID-7771: [Java Broker] [Web Management Console] Allow exchange to exchange bindings to be created from the UI Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

qpid-broker-j git commit: QPID-7229: Pull up dojo/dgrid version numbers to parent pom and dependency-manage as as do for all other dependencies.

2017-09-06 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master cf0a0ab8f -> 82b9a02bc QPID-7229: Pull up dojo/dgrid version numbers to parent pom and dependency-manage as as do for all other dependencies. Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

qpid-broker-j git commit: QPID-7229: Update DEPENDENCIES_REFERENCE for Dojo upgrade

2017-09-06 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master d8ff827bc -> cf0a0ab8f QPID-7229: Update DEPENDENCIES_REFERENCE for Dojo upgrade Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/cf0a0ab8 Tree:

qpid-broker-j git commit: QPID-7229: Upgrade dojo to 1.12.2

2017-09-06 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master a735bd494 -> d8ff827bc QPID-7229: Upgrade dojo to 1.12.2 Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/d8ff827b Tree:

qpid-broker-j git commit: NO-JIRA: Bump test dependencies for the Qpid JMS Client, Qpid JMS Client AMQP 0-x and Netty

2017-09-06 Thread kwall
Repository: qpid-broker-j Updated Branches: refs/heads/master b58850ad2 -> a735bd494 NO-JIRA: Bump test dependencies for the Qpid JMS Client, Qpid JMS Client AMQP 0-x and Netty Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit:

[5/5] qpid-broker-j git commit: QPID-7220: [Java Broker, WMC] REST requests for ConfiguredObjects should not return children by default

2017-09-06 Thread orudyy
QPID-7220: [Java Broker, WMC] REST requests for ConfiguredObjects should not return children by default Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/b58850ad Tree:

[3/5] qpid-broker-j git commit: QPID-7606: [Java Broker, WMC] Remove 'Dead letter queue' from Virtual Host UI

2017-09-06 Thread orudyy
QPID-7606: [Java Broker, WMC] Remove 'Dead letter queue' from Virtual Host UI Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/15bb7581 Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/15bb7581

[4/5] qpid-broker-j git commit: QPID-7781: [Java Broker, WMC] Disable Add Virtual Host button on Virtual Host Node UI when Virtual Host Node is not active

2017-09-06 Thread orudyy
QPID-7781: [Java Broker, WMC] Disable Add Virtual Host button on Virtual Host Node UI when Virtual Host Node is not active Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/26f30a26 Tree:

[2/5] qpid-broker-j git commit: QPID-7606: [Java Broker, WMC] Fix setting of alternate binding on UI for editing queues and exchanges

2017-09-06 Thread orudyy
QPID-7606: [Java Broker, WMC] Fix setting of alternate binding on UI for editing queues and exchanges Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/c18ef920 Tree:

[1/5] qpid-broker-j git commit: QPID-7869: [Java Broker, WMC] Fix keystore/trustore editing

2017-09-06 Thread orudyy
Repository: qpid-broker-j Updated Branches: refs/heads/master 195413ef7 -> b58850ad2 QPID-7869: [Java Broker, WMC] Fix keystore/trustore editing Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/7efa77d8