summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/DeliveryRecord.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-5025: check that delivery has not already been ended before signalling c...Gordon Sim2013-07-301-1/+3
* QPID-4348: HA Use independent sequence numbers for identifying messagesAlan Conway2013-06-171-1/+3
* QPID-4178: broker refactoringGordon Sim2012-08-101-64/+26
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-171-23/+28
* QPID-3824 - Additional queue statistics, posix memory statistics, and broker-...Ted Ross2012-02-091-0/+1
* QPID-3346: move message group feature into trunk.Kenneth Anthony Giusti2011-10-071-1/+1
* QPID-702656 Patch from Gordon Sim plus tests which detect the condition being...Kim van der Riet2011-07-191-1/+1
* QPID-3107: If queue's alternate-exchange can't route message, try that exchan...Gordon Sim2011-03-031-1/+1
* QPID-3051: Ensure credit window is moved correctly even if it contains reject...Gordon Sim2011-02-211-11/+13
* Revert experimental cluster code, too close to 0.8 release.Alan Conway2010-10-271-4/+15
* Introduce broker::Cluster interface.Alan Conway2010-10-181-15/+4
* Code cleanup in broker directory.Alan Conway2010-10-141-0/+1
* Ensure that a rejected message is also dequeued.Jonathan Robie2010-09-281-0/+2
* Added handling for adjusting TTL on outgoing message based on how long a mess...Kim van der Riet2010-02-151-0/+1
* QPID-2089: Dequeue on acquire for accept mode NONEGordon Sim2009-12-151-1/+5
* Add directory to #includeAlan Conway2009-07-141-4/+4
* DeliveryRecord optimizations.Alan Conway2009-05-061-37/+9
* Replace std::list with std::deque for SemanticState::unacked - more efficient...Alan Conway2009-05-011-2/+2
* Removed BodyHolder: minor performance improvement, opens the way for more eff...Alan Conway2009-01-221-1/+1
* QPID-1567: added 'exactly-once' guarantee to asynchronous replication of queu...Gordon Sim2009-01-201-1/+1
* QPID-1497: Ensure policy count and size reflect transactionality of dequeuesGordon Sim2008-12-011-0/+4
* Include DeliveryRecord::credit in replication to new members.Alan Conway2008-11-111-2/+3
* Added ability to release messages through the Subscription class (+test)Gordon Sim2008-11-051-2/+3
* Adjust namespace references to work with MSVCStephen D. Huston2008-10-301-3/+3
* Revised transactional options to perftest as they could not be used on older ...Gordon Sim2008-10-241-0/+18
* Minor changes to provide access for cluster to replicate delivery records.Alan Conway2008-10-231-6/+5
* Refactored DeliveryRecord and delivery path to remove some redundant code.Gordon Sim2008-10-211-14/+22
* c++ broker: Don't hold on to delivery records for accepted/released messages ...Gordon Sim2008-10-151-26/+14
* Removed redundant code.Alan Conway2008-09-221-19/+0
* Refactoring of queue/queue-policy:Gordon Sim2008-09-211-2/+2
* Moved from AccumulatedAck to SequenceSet in managing transactional acceptsGordon Sim2008-06-091-2/+5
* Handle the set-redelivered flag on the final version of the message.release c...Gordon Sim2008-04-091-1/+2
* Update to dtx inline with latest spec:Gordon Sim2008-03-261-5/+7
* Altered management of delivery records to support separateion of completion (...Gordon Sim2008-03-071-19/+45
* Requests to release a message that has not been acquired should be ignored.Gordon Sim2008-02-181-1/+1
* Added qpid::InlineVector - std::vector with inline storage to avoidAlan Conway2007-11-161-1/+1
* - enable the ability to lazy load from async storeCarl C. Trieloff2007-11-081-1/+1
* Don't requeue released messages.Gordon Sim2007-10-251-1/+1
* Requeue messages for cancelled subscriptions on reciver (rather than redelive...Gordon Sim2007-10-111-2/+6
* Fix: recovered messages must be marked redeliveredGordon Sim2007-10-111-0/+1
* Don't recover messages for cancelled subscriptions.Gordon Sim2007-10-051-7/+16
* Fixed recovery; unacked message records are now updated to hold the new comma...Gordon Sim2007-10-021-9/+16
* Start execution mark from -1 (0xFFFFFFFF)Gordon Sim2007-09-261-0/+2
* Renamed the following files for consistency:Alan Conway2007-09-251-1/+1
* Split broker::Session into:Alan Conway2007-09-211-2/+2
* Refactor HandlerImpl to use Session rather than CoreRefs.Alan Conway2007-09-181-0/+1
* Use frameset begin/end flags for determining frameset boundaries.Gordon Sim2007-09-131-16/+26
* Client side support for message and delivery properties in header segments.Gordon Sim2007-09-101-1/+1
* Implementation of execution.result on the client side Gordon Sim2007-09-061-1/+1
* Initial implementation (plus very simple tests) of message.acquire, message.r...Gordon Sim2007-09-031-13/+46