summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/DeliveryRecord.h
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup in broker directory.Alan Conway2010-10-141-4/+5
* Add directory to #includeAlan Conway2009-07-141-5/+5
* DeliveryRecord optimizations.Alan Conway2009-05-061-21/+22
* Undo buggy commit 770802.Alan Conway2009-05-041-5/+6
* Some more fixes to build under Visual Studio 2008Andrew Stitcher2009-05-031-11/+12
* Replace std::list with std::deque for SemanticState::unacked - more efficient...Alan Conway2009-05-011-10/+8
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-121-10/+10
* QPID-1497: Ensure policy count and size reflect transactionality of dequeuesGordon Sim2008-12-011-0/+1
* Include DeliveryRecord::credit in replication to new members.Alan Conway2008-11-111-1/+2
* Added ability to release messages through the Subscription class (+test)Gordon Sim2008-11-051-0/+9
* Revised transactional options to perftest as they could not be used on older ...Gordon Sim2008-10-241-13/+15
* Minor changes to provide access for cluster to replicate delivery records.Alan Conway2008-10-231-7/+19
* Refactored DeliveryRecord and delivery path to remove some redundant code.Gordon Sim2008-10-211-8/+10
* c++ broker: Don't hold on to delivery records for accepted/released messages ...Gordon Sim2008-10-151-4/+3
* Removed redundant code.Alan Conway2008-09-221-3/+0
* Moved from AccumulatedAck to SequenceSet in managing transactional acceptsGordon Sim2008-06-091-2/+2
* Handle the set-redelivered flag on the final version of the message.release c...Gordon Sim2008-04-091-1/+1
* Update to dtx inline with latest spec:Gordon Sim2008-03-261-2/+1
* Altered management of delivery records to support separateion of completion (...Gordon Sim2008-03-071-5/+18
* Added qpid::InlineVector - std::vector with inline storage to avoidAlan Conway2007-11-161-3/+3
* Fix for QPID-644Gordon Sim2007-10-181-1/+1
* Don't recover messages for cancelled subscriptions.Gordon Sim2007-10-051-0/+2
* Fix (and refactor) processing of ranges in message handler.Gordon Sim2007-10-041-0/+1
* Fixed recovery; unacked message records are now updated to hold the new comma...Gordon Sim2007-10-021-9/+10
* Renamed the following files for consistency:Alan Conway2007-09-251-1/+1
* Split broker::Session into:Alan Conway2007-09-211-2/+2
* Use frameset begin/end flags for determining frameset boundaries.Gordon Sim2007-09-131-1/+2
* Implementation of execution.result on the client side Gordon Sim2007-09-061-2/+2
* Initial implementation (plus very simple tests) of message.acquire, message.r...Gordon Sim2007-09-031-4/+29
* * Summary:Alan Conway2007-08-311-33/+33
* Pass QueuedMessage to queues consumers. This records the position of that mes...Gordon Sim2007-08-311-4/+8
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-2/+2
* Broker management of message acknowledgements now runs entirely off execution...Gordon Sim2007-08-101-7/+16
* Updates to dtx support.Gordon Sim2007-05-311-2/+2
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-0/+63
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-011-63/+0
* Enclose any 'using std::string' statements within qpid namespaces to avoid po...Gordon Sim2006-11-221-2/+2
* update Apache licenses to the current versionStephen Vinoski2006-11-101-13/+16
* Added POSIX equivalents to APR classes used by clients, inlined trivial calls.Alan Conway2006-11-091-4/+4
* Made passing of transaction context in message store explicit (to avoid threa...Gordon Sim2006-11-071-2/+1
* Initial implementation for tx class.Gordon Sim2006-10-301-0/+61