summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/RecoveryManagerImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-5748: [C++ broker] Make Queue::purgeExpired more efficient; remove Expi...Pavel Moravec2014-05-281-2/+2
* QPID-5783: Share immutable state between copies of a message. Avoid using mem...Gordon Sim2014-05-231-1/+1
* QPID-5139: HA transactions block a thread, can deadlock the brokerAlan Conway2013-10-291-5/+5
* QPID-5139: Make TxBuffer inherit from AsyncCompletion.Alan Conway2013-10-291-9/+9
* QPID-4919: Allow definition of topics in AMQP 1.0, composed of an exchange an...Gordon Sim2013-06-261-3/+4
* QPID-4767 [legacystore] QMF commands to create a persistent queue with an ill...Kim van der Riet2013-05-011-0/+13
* QPID-4339: simple paged queue implementationGordon Sim2013-04-291-9/+7
* QPID-4490: Durable mesages with TTL do not expire after broker recovery (c++ ...Kim van der Riet2012-12-051-0/+5
* QPID-4368: Allow pluggable protocol implementationsGordon Sim2012-10-191-21/+13
* QPID-4325: HA Starting from persistent storeAlan Conway2012-09-251-0/+1
* QPID-4178: broker refactoringGordon Sim2012-08-101-15/+13
* QPID-3767: re-index bridge and link by constant name, not addressKenneth Anthony Giusti2012-05-041-3/+5
* QPID-3174: remove further unnecessary enqueueComplete() calls [enqueueAsync()...Gordon Sim2011-04-041-1/+0
* NO-JIRA: remove some dead code, rename internal method for clarityGordon Sim2011-02-281-1/+1
* Code cleanup in broker directory.Alan Conway2010-10-141-0/+1
* Implementation of QPID-2509 (Remove message staging from C++ broker)Kim van der Riet2010-04-151-8/+7
* Added methods to set the message redelivered flag upon recoveryKim van der Riet2009-12-161-0/+6
* In broker, change RecoverableExchange[Impl]::bind() strings to const; they ar...Stephen D. Huston2009-10-301-2/+4
* Fixed problem of queue alternate-exchange property not being persisted on per...Kim van der Riet2009-10-291-2/+2
* Fixed problem where broker does not persist the alternate exchange setting to...Kim van der Riet2009-10-281-0/+1
* Reversed checkin of r.813825 until its problems can be resolvedKim van der Riet2009-09-141-10/+10
* Joint checkin with cctrieloff. Refactor of exchange routing so that multi-que...Kim van der Riet2009-09-111-10/+10
* Add directory to #includeAlan Conway2009-07-141-8/+8
* Correcting to ensure recovered cluster-durable messages are dequeued from storeCarl C. Trieloff2009-07-071-2/+8
* QPID-1892 - Fixed a memory leak where recovered durable queues are never dele...Ted Ross2009-06-051-0/+2
* Handle case where recovered exchange is of unrecognised type.Gordon Sim2009-05-211-1/+6
* Some more fixes to build under Visual Studio 2008Andrew Stitcher2009-05-031-2/+5
* QPID-1695: Make LVQ persist durable messagesGordon Sim2009-02-261-1/+2
* QPID-1611 patch from mickCarl C. Trieloff2009-01-251-1/+1
* Resolved unused argument warnings from MSVCStephen D. Huston2008-10-301-1/+1
* broker: Fixed incorrect pass-by-reference of Queue::shared_ptr in several files.Alan Conway2008-10-071-1/+1
* Bring cluster code up to date.Alan Conway2008-06-181-3/+0
* QPID-990: Patch from Ted Ross to enable persisting of inter-broker routing en...Gordon Sim2008-05-131-7/+10
* Removed confusing broker::Message typedef intrusive_ptr<Message> shared_ptrAlan Conway2008-05-131-2/+2
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-121-2/+32
* Fixed caught exception type in recoveryGordon Sim2008-04-251-1/+2
* - Refactored RefCounted class to avoid virtual inheritanceAndrew Stitcher2008-03-241-1/+1
* Replaced shared_ptr with intrusive_ptr for qpid::Broker::Message.Alan Conway2007-11-141-1/+1
* Renamed the following files for consistency:Alan Conway2007-09-251-1/+1
* - dequeue fix for AIOCarl C. Trieloff2007-09-211-1/+13
* recover support for async storesCarl C. Trieloff2007-09-141-0/+12
* * python/qpid/codec.pyAndrew Stitcher2007-09-121-2/+0
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-21/+2
* - Fix for asyncIO for storeCarl C. Trieloff2007-08-161-0/+1
* Added support for recovering prepared transactions.Gordon Sim2007-05-251-2/+56
* Changes to support durable exchanges.Gordon Sim2007-05-171-2/+23
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-0/+143