summaryrefslogtreecommitdiff
path: root/cpp/src/tests/TxAckTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved from AccumulatedAck to SequenceSet in managing transactional acceptsGordon Sim2008-06-091-95/+0
* Fix to makefile and tests (one test temporarily disabled until a fix is found).Gordon Sim2008-06-051-16/+2
* Convert remaining cppunit tests to boost test framework to reduce dependencies.Gordon Sim2008-05-301-48/+43
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-7/+2
* - Refactored RefCounted class to avoid virtual inheritanceAndrew Stitcher2008-03-241-0/+1
* Deleted unused classes, adjusted files that still mention them.Alan Conway2008-01-291-1/+0
* Switched all regular PersistentMessage* and PersistentMessage& to intrusive_p...Kim van der Riet2007-11-261-4/+4
* Added framing::BodyHolder:Alan Conway2007-11-221-2/+3
* Replaced shared_ptr with intrusive_ptr for qpid::Broker::Message.Alan Conway2007-11-141-2/+3
* Add DeliveryMode enum to AMQHeaderBody.h, remove from tests.Alan Conway2007-11-101-2/+0
* Get rid of BasicHeaderProperties, dead code from 0-8 protocol.Alan Conway2007-11-091-0/+2
* - enable the ability to lazy load from async storeCarl C. Trieloff2007-11-081-1/+1
* Fixed recovery; unacked message records are now updated to hold the new comma...Gordon Sim2007-10-021-1/+1
* Initial implementation (plus very simple tests) of message.acquire, message.r...Gordon Sim2007-09-031-1/+1
* Pass QueuedMessage to queues consumers. This records the position of that mes...Gordon Sim2007-08-311-1/+3
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-5/+7
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-161-1/+2
* Broker management of message acknowledgements now runs entirely off execution...Gordon Sim2007-08-101-3/+3
* removed the need to pass MethodContext/RequestId through proxy and handler/ad...Gordon Sim2007-07-191-2/+1
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-3/+3
* Fix for the most disruptive items in QPID-243.Andrew Stitcher2007-04-021-0/+113