Author: shuston
Date: Tue Jun 12 00:08:30 2012
New Revision: 1349075
URL: http://svn.apache.org/viewvc?rev=1349075&view=rev
Log:
Add missing typename. NO-JIRA
Modified:
qpid/trunk/qpid/cpp/src/qpid/broker/TopicKeyNode.h
Modified: qpid/trunk/qpid/cpp/src/qpid/broker/TopicKeyNode.h
URL:
http:
Author: kwall
Date: Mon Jun 11 22:41:27 2012
New Revision: 1349055
URL: http://svn.apache.org/viewvc?rev=1349055&view=rev
Log:
QPID-4044: Synchronise DtxRegistry#commit and #rollback to eliminate the
possibility of deadlock
Modified:
qpid/trunk/qpid/java/broker/src/main/java/org/apache/qpid
Author: chug
Date: Mon Jun 11 20:53:47 2012
New Revision: 1349006
URL: http://svn.apache.org/viewvc?rev=1349006&view=rev
Log:
QPID-3902 C++ Broker add log categories
svn merge --reintegrate from branch qpid/branches/qpid-3902/qpid
Modified:
qpid/trunk/qpid/cpp/include/qpid/log/Logger.h
q
Author: kpvdr
Date: Mon Jun 11 18:07:45 2012
New Revision: 1348950
URL: http://svn.apache.org/viewvc?rev=1348950&view=rev
Log:
QPID-3858: WIP: Changed all boost::shared_ptr to
boost_intrusive_ptr to better match broker message
usage patterns.
Modified:
qpid/branches/asyncstore/cpp/src/test
Author: tross
Date: Mon Jun 11 16:11:19 2012
New Revision: 1348926
URL: http://svn.apache.org/viewvc?rev=1348926&view=rev
Log:
NO-JIRA - Fixed some Windows Visual Studio build errors
Modified:
qpid/trunk/qpid/cpp/src/qpid/acl/Acl.cpp
qpid/trunk/qpid/cpp/src/qpid/broker/TopicKeyNode.h
Mod
Author: kpvdr
Date: Mon Jun 11 15:10:11 2012
New Revision: 1348891
URL: http://svn.apache.org/viewvc?rev=1348891&view=rev
Log:
WIP: Fixed some logic errors in the non-persistent pathway
Modified:
qpid/branches/asyncstore/cpp/src/tests/storePerftools/asyncPerf/MessageConsumer.cpp
qpid/br
Author: wprice
Date: Mon Jun 11 12:42:26 2012
New Revision: 1348825
URL: http://svn.apache.org/viewvc?rev=1348825&view=rev
Log:
QPID-4034: XASessionImpl should override resubscribe() for correct XA
failover behavior
*Implemented resubscribe() in XASessionImpl
*Minor cleanup, fixed typos et