qpid-dispatch git commit: DISPATCH-248: Function uses syntax too advanced for RHEL 6. The function is unused so delete it.

2016-03-30 Thread chug
Repository: qpid-dispatch Updated Branches: refs/heads/master 25d8513e3 -> 70577ef4e DISPATCH-248: Function uses syntax too advanced for RHEL 6. The function is unused so delete it. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/a

qpid-proton git commit: PROTON-1153, PROTON-1153: [C++ binding] Align code with API doc - Remove sender/receiver/session member functions no longer needed - Removed sasl member functions not needed -

2016-03-30 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 45390a9c5 -> c7dff22d4 PROTON-1153, PROTON-1153: [C++ binding] Align code with API doc - Remove sender/receiver/session member functions no longer needed - Removed sasl member functions not needed - Made private some sasl member functi

qpid-jms git commit: QPIDJMS-163 Add support for setting the authenticated User ID value from the connection into messages that are sent. Default is to not populate the user id portion of the message

2016-03-30 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master cb5abb046 -> 20b458567 QPIDJMS-163 Add support for setting the authenticated User ID value from the connection into messages that are sent. Default is to not populate the user id portion of the message and can be enabled via the configur

qpid-dispatch git commit: DISPATCH-179 - Fixed race condition in the sender-settles-first case. All tests pass.

2016-03-30 Thread tross
Repository: qpid-dispatch Updated Branches: refs/heads/master a94a7a9b7 -> 25d8513e3 DISPATCH-179 - Fixed race condition in the sender-settles-first case. All tests pass. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-d

qpid-dispatch git commit: DISPATCH-246 - Check if the name pointer is not null before doing strcmp

2016-03-30 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master a7fa80f26 -> a94a7a9b7 DISPATCH-246 - Check if the name pointer is not null before doing strcmp Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/

qpid-dispatch git commit: DISPATCH-247: Policy code uses connection.user_id for auth user name.

2016-03-30 Thread chug
Repository: qpid-dispatch Updated Branches: refs/heads/master cf61d95d5 -> a7fa80f26 DISPATCH-247: Policy code uses connection.user_id for auth user name. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/a7f

qpid-dispatch git commit: NO-JIRA - Fixed semantics-spread test to not expect perfect round-robin distribution.

2016-03-30 Thread tross
Repository: qpid-dispatch Updated Branches: refs/heads/master d49adbdb1 -> cf61d95d5 NO-JIRA - Fixed semantics-spread test to not expect perfect round-robin distribution. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-di

qpid-dispatch git commit: DISPATCH-201: Implemented DELETE. Removed jsonFormatter. Prevent occational error on loading ui-slider

2016-03-30 Thread eallen
Repository: qpid-dispatch Updated Branches: refs/heads/master aea968659 -> d49adbdb1 DISPATCH-201: Implemented DELETE. Removed jsonFormatter. Prevent occational error on loading ui-slider Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/

qpid-dispatch git commit: DISPATCH-200 - Add back call to qd_connection_set_user(qd_conn) which was accidentally removed during previous checkin

2016-03-30 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master ab997ca40 -> aea968659 DISPATCH-200 - Add back call to qd_connection_set_user(qd_conn) which was accidentally removed during previous checkin Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wi

qpid-dispatch git commit: DISPATCH-200 - Additional fix to initialize the user_id to 0 on connector and listener

2016-03-30 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 9229e6f25 -> ab997ca40 DISPATCH-200 - Additional fix to initialize the user_id to 0 on connector and listener Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-d

qpid-dispatch git commit: Revert "DISPATCH-194: Move qpid-dispatch.so out of lib64 to indicate lib's private nature"

2016-03-30 Thread tross
Repository: qpid-dispatch Updated Branches: refs/heads/master f1b237605 -> 9229e6f25 Revert "DISPATCH-194: Move qpid-dispatch.so out of lib64 to indicate lib's private nature" This reverts commit f93d5ce9cbf8e565c17bb2a1cff97d2214c1bcae. Project: http://git-wip-us.apache.org/repos/asf/qpid-

[1/2] qpid-dispatch git commit: DISPATCH-188: Get rid of configured python source module. Adjust for finding subdir.

2016-03-30 Thread chug
Repository: qpid-dispatch Updated Branches: refs/heads/master 6ef2f1cee -> f1b237605 DISPATCH-188: Get rid of configured python source module. Adjust for finding subdir. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dis

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

2016-03-30 Thread chug
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/qpid-dispatch Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/f1b23760 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/f1b23760 D

qpid-dispatch git commit: DISPATCH-242 - Fixed typing error in error message

2016-03-30 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master da4130b51 -> 6ef2f1cee DISPATCH-242 - Fixed typing error in error message Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/6ef2f1ce Tree: http://

qpid-dispatch git commit: DISPATCH-242 - Added -R option for displaying link routes via qdstat. Also added tests to test output of qdstat -R

2016-03-30 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 14b5a9bca -> da4130b51 DISPATCH-242 - Added -R option for displaying link routes via qdstat. Also added tests to test output of qdstat -R Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us

qpid-dispatch git commit: NO-JIRA - Removed unused sasl_config_path

2016-03-30 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 48e816208 -> 14b5a9bca NO-JIRA - Removed unused sasl_config_path Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/14b5a9bc Tree: http://git-wip-u

[3/3] qpid-dispatch git commit: DISPATCH-188: Implement policy. merge from branch crolke-DISPATCH-188-1.

2016-03-30 Thread chug
DISPATCH-188: Implement policy. merge from branch crolke-DISPATCH-188-1. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/48e81620 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/48e81620 Diff: h

[2/3] qpid-dispatch git commit: DISPATCH-188: Implement policy. merge from branch crolke-DISPATCH-188-1.

2016-03-30 Thread chug
http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/48e81620/src/container.c -- diff --git a/src/container.c b/src/container.c index ddd85ae..11575bc 100644 --- a/src/container.c +++ b/src/container.c @@ -21,6 +21,7 @@ #incl

[1/3] qpid-dispatch git commit: DISPATCH-188: Implement policy. merge from branch crolke-DISPATCH-188-1.

2016-03-30 Thread chug
Repository: qpid-dispatch Updated Branches: refs/heads/master f93d5ce9c -> 48e816208 http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/48e81620/tests/policy-2/test-router-with-policy.json.in -- diff --git a/tests/policy

svn commit: r1737129 - in /qpid/java/trunk/broker-plugins/management-http/src/main/java/resources: addPort.html js/qpid/management/Port.js js/qpid/management/addPort.js showPort.html

2016-03-30 Thread orudyy
Author: orudyy Date: Wed Mar 30 16:18:10 2016 New Revision: 1737129 URL: http://svn.apache.org/viewvc?rev=1737129&view=rev Log: QPID-7036: Add ability to set the ClientCertRecorder trust store on the port in UI Modified: qpid/java/trunk/broker-plugins/management-http/src/main/java/resources

qpid-dispatch git commit: DISPATCH-194: Move qpid-dispatch.so out of lib64 to indicate lib's private nature

2016-03-30 Thread chug
Repository: qpid-dispatch Updated Branches: refs/heads/master c6ff8e352 -> f93d5ce9c DISPATCH-194: Move qpid-dispatch.so out of lib64 to indicate lib's private nature Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispat

qpid-dispatch git commit: DISPATCH-245 - Fixed bugs discovered by the Coverity scan.

2016-03-30 Thread tross
Repository: qpid-dispatch Updated Branches: refs/heads/master b82c030c4 -> c6ff8e352 DISPATCH-245 - Fixed bugs discovered by the Coverity scan. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/c6ff8e35 Tree:

svn commit: r1737113 - in /qpid/trunk/qpid/tests: setup.py src/py/qpid_tests/__init__.py

2016-03-30 Thread kwall
Author: kwall Date: Wed Mar 30 13:19:06 2016 New Revision: 1737113 URL: http://svn.apache.org/viewvc?rev=1737113&view=rev Log: [QPID-7173] [Python tests] Include broker_1_0 in list of modules installed by setup.py. Modified: qpid/trunk/qpid/tests/setup.py qpid/trunk/qpid/tests/src/py/qpi

qpid-dispatch git commit: NO-JIRA: workaround some false compiler warnings

2016-03-30 Thread kgiusti
Repository: qpid-dispatch Updated Branches: refs/heads/master 122eeec34 -> b82c030c4 NO-JIRA: workaround some false compiler warnings Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/b82c030c Tree: http://gi

svn commit: r1737109 - in /qpid/java/trunk/broker-plugins/management-http/src/main/java/resources: addPort.html css/common.css js/qpid/management/addPort.js

2016-03-30 Thread orudyy
Author: orudyy Date: Wed Mar 30 12:35:30 2016 New Revision: 1737109 URL: http://svn.apache.org/viewvc?rev=1737109&view=rev Log: QPID-7088: Add ability to set context variables in Port UI Modified: qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/addPort.html qpid/j

svn commit: r1737108 - in /qpid/java/trunk/broker-plugins/management-http/src/main/java/resources: ./ js/qpid/common/ js/qpid/management/ store/

2016-03-30 Thread orudyy
Author: orudyy Date: Wed Mar 30 12:35:23 2016 New Revision: 1737108 URL: http://svn.apache.org/viewvc?rev=1737108&view=rev Log: QPID-7037: Add ability into Web Management Console to configure trust store as message source Added: qpid/java/trunk/broker-plugins/management-http/src/main/java/r

[2/2] qpid-dispatch git commit: DISPATCH-200 - Minor cleanup from Ganesh's pull request.

2016-03-30 Thread tross
DISPATCH-200 - Minor cleanup from Ganesh's pull request. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/122eeec3 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/122eeec3 Diff: http://git-wip-us

[1/2] qpid-dispatch git commit: DISPATCH-200 - Add a flexible mapping from x.509 certificate fields to an identity

2016-03-30 Thread tross
Repository: qpid-dispatch Updated Branches: refs/heads/master b0ad2eb2f -> 122eeec34 DISPATCH-200 - Add a flexible mapping from x.509 certificate fields to an identity Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispa

svn commit: r1737094 - /qpid/trunk/qpid/cpp/src/qpid/client/amqp0_10/ConnectionImpl.cpp

2016-03-30 Thread gsim
Author: gsim Date: Wed Mar 30 10:33:35 2016 New Revision: 1737094 URL: http://svn.apache.org/viewvc?rev=1737094&view=rev Log: QPID-7171: allow disable-auto-decode to be set via env var or conf file Modified: qpid/trunk/qpid/cpp/src/qpid/client/amqp0_10/ConnectionImpl.cpp Modified: qpid/trunk

svn commit: r1737093 - in /qpid/trunk/qpid/cpp/src: qpid/messaging/Message.cpp tests/MessagingSessionTests.cpp

2016-03-30 Thread gsim
Author: gsim Date: Wed Mar 30 10:33:29 2016 New Revision: 1737093 URL: http://svn.apache.org/viewvc?rev=1737093&view=rev Log: QPID-7134: ensure content object is reset when bytes are set Modified: qpid/trunk/qpid/cpp/src/qpid/messaging/Message.cpp qpid/trunk/qpid/cpp/src/tests/MessagingSe