[5/6] qpid-proton git commit: PROTON-1153: [C++ binding] Use some template magic to get rid of friend declaraions - Get rid of all friend declarations in the public API casued by implementation code n

2016-04-27 Thread astitcher
PROTON-1153: [C++ binding] Use some template magic to get rid of friend declaraions - Get rid of all friend declarations in the public API casued by implementation code needing to create wrapper types for proton-c Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://

[4/6] qpid-proton git commit: PROTON-1153: [C++ binding] Remove unused reactor accessor from container

2016-04-27 Thread astitcher
PROTON-1153: [C++ binding] Remove unused reactor accessor from container Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/b7d22d75 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/b7d22d75 Diff: http://

[1/6] qpid-proton git commit: PROTON-1183: [C++ binding] Move terminus back from proton::internal to proton

2016-04-27 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 75faa18e9 -> 1f0df2a55 PROTON-1183: [C++ binding] Move terminus back from proton::internal to proton Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/1

[2/6] qpid-proton git commit: PROTON-1182: [C++ binding] Move link back from proton::internal::link to proton::link

2016-04-27 Thread astitcher
PROTON-1182: [C++ binding] Move link back from proton::internal::link to proton::link Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/8ecfec2a Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/8ecfec2a

[6/6] qpid-proton git commit: PROTON-1153: [C++ binding] More removal of friends - Get rid of many friend declarations that are needed to access private members. - Do this by introducing an internal w

2016-04-27 Thread astitcher
PROTON-1153: [C++ binding] More removal of friends - Get rid of many friend declarations that are needed to access private members. - Do this by introducing an internal way to unwrap a wrapped proton-c object pointer and replace some wrapped code by "raw" proton-c Project: http://git-wip-us.a

[3/6] qpid-proton git commit: NO-JIRA: [C++ binding] Unifying safe conversion from const char* -> std::string

2016-04-27 Thread astitcher
NO-JIRA: [C++ binding] Unifying safe conversion from const char* -> std::string Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/25984b80 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/25984b80 Diff:

qpid-dispatch git commit: DISPATCH-299: If connection is closed by policy then don't process further events.

2016-04-27 Thread chug
Repository: qpid-dispatch Updated Branches: refs/heads/master f76466a05 -> 0f5a35936 DISPATCH-299: If connection is closed by policy then don't process further events. 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: r1741344 - /qpid/trunk/qpid/cpp/src/tests/.valgrind.supp

2016-04-27 Thread jross
Author: jross Date: Wed Apr 27 21:19:30 2016 New Revision: 1741344 URL: http://svn.apache.org/viewvc?rev=1741344&view=rev Log: QPID-7207: Make the provisional suppressions even more permissive Modified: qpid/trunk/qpid/cpp/src/tests/.valgrind.supp Modified: qpid/trunk/qpid/cpp/src/tests/.val

[2/2] qpid-proton git commit: NO-JIRA: ruby/python don't call on_sendable if link is closed/closing

2016-04-27 Thread aconway
NO-JIRA: ruby/python don't call on_sendable if link is closed/closing Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/75faa18e Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/75faa18e Diff: http://git

[1/2] qpid-proton git commit: NO-JIRA: Fix over-modern cmake usage in perl binding/c++ examples.

2016-04-27 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 616fe02dd -> 75faa18e9 NO-JIRA: Fix over-modern cmake usage in perl binding/c++ examples. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/587f0d04 Tre

qpid-dispatch git commit: NO-JIRA: Fix errors in doc generation.

2016-04-27 Thread aconway
Repository: qpid-dispatch Updated Branches: refs/heads/master 0441ea300 -> f76466a05 NO-JIRA: Fix errors in doc generation. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/f76466a0 Tree: http://git-wip-us.a

qpid-proton git commit: PROTON-1164: [C++ binding] Remove on_timer event and example - This will be replaced by a function inject capability

2016-04-27 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 91a1dc1f1 -> 616fe02dd PROTON-1164: [C++ binding] Remove on_timer event and example - This will be replaced by a function inject capability Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.ap

qpid-proton git commit: PROTON-1164: [C++ binding] Rename on_unhandled_error -> on_error

2016-04-27 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 0673b55f2 -> 91a1dc1f1 PROTON-1164: [C++ binding] Rename on_unhandled_error -> on_error Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/91a1dc1f Tree:

[2/2] qpid-proton git commit: NO-JIRA: Fix incorrect swig contract.

2016-04-27 Thread aconway
NO-JIRA: Fix incorrect swig contract. Introduced in f44e7cdabc4fbc1cfde455b2f6cd8d454b1e3c8e. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/0673b55f Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/

[1/2] qpid-proton git commit: NO-JIRA: Fix/suppress warnings from the Perl swig binding.

2016-04-27 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master ab8a5d827 -> 0673b55f2 NO-JIRA: Fix/suppress warnings from the Perl swig binding. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/f44e7cda Tree: http:

qpid-jms git commit: QPIDJMS-131

2016-04-27 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master c33e2d687 -> 4915a8fdf QPIDJMS-131 Fix and test to get presettleProducers option working Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/4915a8fd Tree: http:/

qpid-dispatch git commit: DISPATCH-272: Use the connectionId attribute to associate links with connections

2016-04-27 Thread eallen
Repository: qpid-dispatch Updated Branches: refs/heads/master 159444b28 -> 0441ea300 DISPATCH-272: Use the connectionId attribute to associate links with connections Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch

qpid-proton git commit: NO-JIRA: c++ duration/timestamp: drop ms() use milliseconds() only.

2016-04-27 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master deccf354a -> ab8a5d827 NO-JIRA: c++ duration/timestamp: drop ms() use milliseconds() only. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/ab8a5d82 Tr

[2/3] qpid-proton git commit: PROTON-1046: C++ multi-threaded controller and improved broker example

2016-04-27 Thread aconway
http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/deccf354/examples/cpp/mt/epoll_controller.cpp -- diff --git a/examples/cpp/mt/epoll_controller.cpp b/examples/cpp/mt/epoll_controller.cpp new file mode 100644 index 000..

[1/3] qpid-proton git commit: PROTON-1046: C++ multi-threaded controller and improved broker example

2016-04-27 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master b53a684e7 -> deccf354a http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/deccf354/proton-c/bindings/cpp/include/proton/sender.hpp -- diff --git a/proton-c/bindin

[3/3] qpid-proton git commit: PROTON-1046: C++ multi-threaded controller and improved broker example

2016-04-27 Thread aconway
PROTON-1046: C++ multi-threaded controller and improved broker example A complete portable multi-threaded API for proton that can be implemented on an threading/IO platform. API: - proton::controller: A multi-threaded alternative to the proton::container. - proton::work_queue: async functions ser

qpid-proton git commit: NO-JIRA: c++ fix invalid conversion of NULL char* to std::string

2016-04-27 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master bfb5d19d4 -> b53a684e7 NO-JIRA: c++ fix invalid conversion of NULL char* to std::string Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/b53a684e Tree:

svn commit: r1741272 - /qpid/trunk/qpid/cpp/src/tests/idle_timeout_tests.py

2016-04-27 Thread jross
Author: jross Date: Wed Apr 27 14:26:05 2016 New Revision: 1741272 URL: http://svn.apache.org/viewvc?rev=1741272&view=rev Log: QPID-7207: Add a missing import Modified: qpid/trunk/qpid/cpp/src/tests/idle_timeout_tests.py Modified: qpid/trunk/qpid/cpp/src/tests/idle_timeout_tests.py URL: htt

svn commit: r1741266 - in /qpid/trunk/qpid/cpp/src/tests: run_interop_tests run_python_tests

2016-04-27 Thread jross
Author: jross Date: Wed Apr 27 13:48:16 2016 New Revision: 1741266 URL: http://svn.apache.org/viewvc?rev=1741266&view=rev Log: QPID-7207: Skip some tests when the swigged python client is not available Modified: qpid/trunk/qpid/cpp/src/tests/run_interop_tests qpid/trunk/qpid/cpp/src/tests

svn commit: r1741256 - in /qpid/site: docs/releases/qpid-proton-0.5/ input/releases/qpid-proton-0.5/

2016-04-27 Thread robbie
Author: robbie Date: Wed Apr 27 13:17:18 2016 New Revision: 1741256 URL: http://svn.apache.org/viewvc?rev=1741256&view=rev Log: remove now-empty dirs Removed: qpid/site/docs/releases/qpid-proton-0.5/ qpid/site/input/releases/qpid-proton-0.5/ -

svn commit: r1741253 - in /qpid/site: docs/releases/qpid-proton-0.5/ docs/releases/qpid-proton-0.5/messenger/c/examples/ docs/releases/qpid-proton-0.5/messenger/perl/examples/ docs/releases/qpid-proto

2016-04-27 Thread robbie
Author: robbie Date: Wed Apr 27 13:11:44 2016 New Revision: 1741253 URL: http://svn.apache.org/viewvc?rev=1741253&view=rev Log: remove files missed from previous commit Removed: qpid/site/docs/releases/qpid-proton-0.5/index.html qpid/site/docs/releases/qpid-proton-0.5/messenger/c/examples

svn commit: r1741254 - /qpid/trunk/qpid/cpp/src/tests/.valgrind.supp

2016-04-27 Thread jross
Author: jross Date: Wed Apr 27 13:11:51 2016 New Revision: 1741254 URL: http://svn.apache.org/viewvc?rev=1741254&view=rev Log: QPID-7207: Make the suppressions general wrt starting as a thread or the main process Modified: qpid/trunk/qpid/cpp/src/tests/.valgrind.supp Modified: qpid/trunk/qp

qpid-dispatch git commit: NO-JIRA - Preserve newlines in .config file

2016-04-27 Thread chug
Repository: qpid-dispatch Updated Branches: refs/heads/master d5d9b6845 -> 159444b28 NO-JIRA - Preserve newlines in .config file Concatenating results in awful error messages for syntactic errors in config. Error is always reported on line 1. Substitutions do not add or remove lines, therefore

svn commit: r1741243 - in /qpid/site: docs/releases/index.html docs/releases/qpid-0.22/ docs/releases/qpid-0.24/ docs/releases/qpid-proton-0.4/ input/releases/index.md input/releases/qpid-0.22/ input/

2016-04-27 Thread robbie
Author: robbie Date: Wed Apr 27 12:27:13 2016 New Revision: 1741243 URL: http://svn.apache.org/viewvc?rev=1741243&view=rev Log: remove release details/docs for some of the oldest releases Removed: qpid/site/docs/releases/qpid-0.22/ qpid/site/docs/releases/qpid-0.24/ qpid/site/docs/rel

svn commit: r1741231 - /qpid/java/branches/6.0.x/broker-plugins/management-http/src/main/java/resources/js/qpid/management/VirtualHost.js

2016-04-27 Thread lquack
Author: lquack Date: Wed Apr 27 11:26:08 2016 New Revision: 1741231 URL: http://svn.apache.org/viewvc?rev=1741231&view=rev Log: QPID-7210: [Java Broker, WMC] Make REST requests to VirtualHost and getConnections in parallel Modified: qpid/java/branches/6.0.x/broker-plugins/management-http/sr