svn commit: r1640755 - in /qpid/trunk/qpid/cpp/src/qpid: amqp/descriptors.h broker/TxDequeue.cpp broker/TxDequeue.h broker/amqp/Session.cpp

2014-11-20 Thread gsim
Author: gsim Date: Thu Nov 20 15:23:08 2014 New Revision: 1640755 URL: http://svn.apache.org/r1640755 Log: QPID-4710: release messages on rollback Modified: qpid/trunk/qpid/cpp/src/qpid/amqp/descriptors.h qpid/trunk/qpid/cpp/src/qpid/broker/TxDequeue.cpp

[6/9] qpid-proton git commit: PROTON-749: Server transport autodetect: - Defer layer initialisation until first send/receive - Move layer initialisation entirely to transport - Server transports will

2014-11-20 Thread astitcher
PROTON-749: Server transport autodetect: - Defer layer initialisation until first send/receive - Move layer initialisation entirely to transport - Server transports will now autodetect the client protocol layers talking to them and configure themselves automatically - There are still some hacks

[1/9] qpid-proton git commit: PROTON-750: Have explicit API to detect ssl if present - avoids overloading other functionality for this purpose.

2014-11-20 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 7b91e1ffe - b4e06d34a PROTON-750: Have explicit API to detect ssl if present - avoids overloading other functionality for this purpose. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

[8/9] qpid-proton git commit: PROTON-749: Fix erroneous windows change due to previous version to changeset.

2014-11-20 Thread astitcher
PROTON-749: Fix erroneous windows change due to previous version to changeset. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/0cc91340 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/0cc91340 Diff:

[7/9] qpid-proton git commit: PROTON-749: Add the deprecated C APIs back in for backward compatibility.

2014-11-20 Thread astitcher
PROTON-749: Add the deprecated C APIs back in for backward compatibility. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/0fd34e83 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/0fd34e83 Diff:

[4/9] qpid-proton git commit: PROTON-749: Remove transport pointer from ssl and sasl structs - Change means that API pn_ssl_t and pn_sasl_t pointers are really pn_transport_t pointers and need to be c

2014-11-20 Thread astitcher
PROTON-749: Remove transport pointer from ssl and sasl structs - Change means that API pn_ssl_t and pn_sasl_t pointers are really pn_transport_t pointers and need to be cast internally on use Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

[5/9] qpid-proton git commit: PROTON-749: Split transport into server/client sides - This allows the server and client sides of the transport to have different default behaviours. - We set the SASL cl

2014-11-20 Thread astitcher
PROTON-749: Split transport into server/client sides - This allows the server and client sides of the transport to have different default behaviours. - We set the SASL client/server from the transport setting - There are some workarounds in the tests because the full logic isn't implemented in

[9/9] qpid-proton git commit: PROTON-749, PROTON-750: Merge these changes into development stream.

2014-11-20 Thread astitcher
PROTON-749, PROTON-750: Merge these changes into development stream. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/b4e06d34 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/b4e06d34 Diff:

[2/9] qpid-proton git commit: PROTON-749: Refactoring of io layers: - Eliminate some unnecessary stuff. - Make pn_io_layer_t a pure interface. - Simplify amqp header code; remove header_count member f

2014-11-20 Thread astitcher
PROTON-749: Refactoring of io layers: - Eliminate some unnecessary stuff. - Make pn_io_layer_t a pure interface. - Simplify amqp header code; remove header_count member from pn_transport_t Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

[2/2] qpid-proton git commit: NO-JIRA: Fix a few Ruby method names to fit naming conventions.

2014-11-20 Thread mcpierce
NO-JIRA: Fix a few Ruby method names to fit naming conventions. Messenger::receiving and Messenger::stopped renamed to Messenger::receiving? and Messenger::stopped? Also fixed a typo in one rdoc and added rdoc to receiving? Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo

[1/2] qpid-proton git commit: PROTON-755: Update Ruby smoke tests to use Minitest

2014-11-20 Thread mcpierce
Repository: qpid-proton Updated Branches: refs/heads/master b4e06d34a - b13222b82 PROTON-755: Update Ruby smoke tests to use Minitest The old test framework module names have changed. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit:

svn commit: r1640826 - /qpid/trunk/qpid/cpp/src/qpid/broker/amqp/Session.cpp

2014-11-20 Thread gsim
Author: gsim Date: Thu Nov 20 21:50:23 2014 New Revision: 1640826 URL: http://svn.apache.org/r1640826 Log: QPID-4710: fix decoding of transtional outcome Modified: qpid/trunk/qpid/cpp/src/qpid/broker/amqp/Session.cpp Modified: qpid/trunk/qpid/cpp/src/qpid/broker/amqp/Session.cpp URL:

svn commit: r1640841 - in /qpid/trunk/qpid/java: bdbstore/src/main/java/org/apache/qpid/server/store/berkeleydb/ bdbstore/src/main/java/org/apache/qpid/server/store/berkeleydb/logging/ bdbstore/src/ma

2014-11-20 Thread rgodfrey
Author: rgodfrey Date: Fri Nov 21 00:26:48 2014 New Revision: 1640841 URL: http://svn.apache.org/r1640841 Log: QPID-6239 : [Java Broker] redirect embedded database error logs to common broker log file Added: