svn commit: r1339403 - in /qpid/trunk/qpid/cpp: include/qpid/framing/ src/qpid/broker/ src/qpid/client/ src/qpid/cluster/ src/qpid/framing/ src/qpid/management/ src/qpid/replication/ src/tests/

2012-05-16 Thread astitcher
Author: astitcher Date: Wed May 16 22:28:22 2012 New Revision: 1339403 URL: http://svn.apache.org/viewvc?rev=1339403&view=rev Log: QPID-4005: Eliminate "using" especially "using namespace" from header file Modified: qpid/trunk/qpid/cpp/include/qpid/framing/ProtocolVersion.h qpid/trunk/qpi

svn commit: r1339401 - in /qpid/proton/trunk/proton-c: bindings/php/examples/client.php bindings/php/examples/server.php include/proton/driver.h include/proton/engine.h src/driver.c src/engine/engine.

2012-05-16 Thread rhs
Author: rhs Date: Wed May 16 22:21:36 2012 New Revision: 1339401 URL: http://svn.apache.org/viewvc?rev=1339401&view=rev Log: added accessors for hostname and container; made connection construction external to the connector Modified: qpid/proton/trunk/proton-c/bindings/php/examples/client.ph

svn commit: r1339379 - /qpid/site/docs/getting_started.html

2012-05-16 Thread robbie
Author: robbie Date: Wed May 16 21:38:16 2012 New Revision: 1339379 URL: http://svn.apache.org/viewvc?rev=1339379&view=rev Log: NO-JIRA: remove link to defunct script Modified: qpid/site/docs/getting_started.html Modified: qpid/site/docs/getting_started.html URL: http://svn.apache.org/viewv

svn commit: r1339359 - in /qpid/trunk/qpid/cpp/src: Makefile.am qpid/framing/AMQCommandControlBody.h

2012-05-16 Thread astitcher
Author: astitcher Date: Wed May 16 20:58:33 2012 New Revision: 1339359 URL: http://svn.apache.org/viewvc?rev=1339359&view=rev Log: NO-JIRA: Removed unused File Removed: qpid/trunk/qpid/cpp/src/qpid/framing/AMQCommandControlBody.h Modified: qpid/trunk/qpid/cpp/src/Makefile.am Modified: qp

svn commit: r1339358 - in /qpid/trunk/qpid/cpp: include/qpid/framing/ include/qpid/management/ src/qpid/framing/ src/qpid/management/

2012-05-16 Thread astitcher
Author: astitcher Date: Wed May 16 20:58:25 2012 New Revision: 1339358 URL: http://svn.apache.org/viewvc?rev=1339358&view=rev Log: QPID-4004: Cruft in qpid::framing::Buffer class should be removed Modified: qpid/trunk/qpid/cpp/include/qpid/framing/Buffer.h qpid/trunk/qpid/cpp/include/qpid

svn commit: r1339324 - /qpid/proton/trunk/design/proton_objects.dia

2012-05-16 Thread rhs
Author: rhs Date: Wed May 16 19:45:24 2012 New Revision: 1339324 URL: http://svn.apache.org/viewvc?rev=1339324&view=rev Log: driver/engine diagram Added: qpid/proton/trunk/design/proton_objects.dia (with props) Added: qpid/proton/trunk/design/proton_objects.dia URL: http://svn.apache.org/

svn commit: r1339318 - /qpid/proton/trunk/proton-c/src/proton.c

2012-05-16 Thread rhs
Author: rhs Date: Wed May 16 19:30:19 2012 New Revision: 1339318 URL: http://svn.apache.org/viewvc?rev=1339318&view=rev Log: fixed bad printf Modified: qpid/proton/trunk/proton-c/src/proton.c Modified: qpid/proton/trunk/proton-c/src/proton.c URL: http://svn.apache.org/viewvc/qpid/proton/tru

svn commit: r1339317 - /qpid/proton/trunk/proton-c/src/proton.c

2012-05-16 Thread rhs
Author: rhs Date: Wed May 16 19:24:14 2012 New Revision: 1339317 URL: http://svn.apache.org/viewvc?rev=1339317&view=rev Log: use inttypes.h for uint64_t format codes Modified: qpid/proton/trunk/proton-c/src/proton.c Modified: qpid/proton/trunk/proton-c/src/proton.c URL: http://svn.apache.or

svn commit: r1339268 - in /qpid/trunk/qpid/cpp/src: qpid/ha/BrokerReplicator.cpp qpid/ha/BrokerReplicator.h tests/ha_tests.py

2012-05-16 Thread aconway
Author: aconway Date: Wed May 16 17:19:48 2012 New Revision: 1339268 URL: http://svn.apache.org/viewvc?rev=1339268&view=rev Log: QPID-3603: HA don't replicate excluseive, auto-delete, non-timeout queues. Such queues don't need to be replicated because they are destroyed when as the owning session

svn commit: r1339264 - in /qpid/branches/address-refactor2/qpid/java: ./ client-api/ client-api/src/ client-api/src/main/ client-api/src/main/java/ client-api/src/main/java/org/ client-api/src/main/ja

2012-05-16 Thread rajith
Author: rajith Date: Wed May 16 16:55:08 2012 New Revision: 1339264 URL: http://svn.apache.org/viewvc?rev=1339264&view=rev Log: QPID-4001 Added the interfaces for review. Kept it in a separate module for folks who like to review the code in their editor. Added a client-jms module to move the new d

svn commit: r1339204 - in /qpid/trunk/qpid/cpp/src/qpid: broker/Broker.h ha/ReplicatingSubscription.h

2012-05-16 Thread chug
Author: chug Date: Wed May 16 14:49:59 2012 New Revision: 1339204 URL: http://svn.apache.org/viewvc?rev=1339204&view=rev Log: QPID-3603 HA broker backup/primary ready checks. Repair r1338889 for Windows. Modified: qpid/trunk/qpid/cpp/src/qpid/broker/Broker.h qpid/trunk/qpid/cpp/src/qpid/h

svn commit: r1339146 - in /qpid/trunk/qpid/java/broker/src: main/java/org/apache/qpid/server/handler/ main/java/org/apache/qpid/server/management/ main/java/org/apache/qpid/server/protocol/ main/java/

2012-05-16 Thread rgodfrey
Author: rgodfrey Date: Wed May 16 12:59:07 2012 New Revision: 1339146 URL: http://svn.apache.org/viewvc?rev=1339146&view=rev Log: QPID-3997 : [Java Broker] Refactor code to make all calls to getAuthenticationManager() pass in local socket address (note that this commit does not actually implement