summaryrefslogtreecommitdiff
path: root/cpp/src/tests/QueueTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* synchronized with trunk except for ruby dirRafael H. Schloming2009-12-261-60/+921
* Only reduce count and size maintained for queue plicy when messages are actua...Gordon Sim2008-07-251-4/+4
* Convert remaining cppunit tests to boost test framework to reduce dependencies.Gordon Sim2008-05-301-186/+165
* From https://issues.apache.org/jira/browse/QPID-879 contributed by Jonathan R...Alan Conway2008-05-061-0/+2
* QPID-944: do no-local checking where requested when there is an exclusive sub...Gordon Sim2008-04-221-0/+1
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-1/+2
* Fix compile errors/warnings with gcc 4.3Alan Conway2008-03-251-1/+1
* - 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
* Changes to threading: queues serialiser removed, io threads used to drive dis...Gordon Sim2007-11-291-18/+16
* Added framing::BodyHolder:Alan Conway2007-11-221-2/+3
* Replaced shared_ptr with intrusive_ptr for qpid::Broker::Message.Alan Conway2007-11-141-13/+13
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-1/+1
* Use shared pointers for consumers (held by queues and sessions) to prevent ha...Gordon Sim2007-10-171-20/+22
* Renamed the following files for consistency:Alan Conway2007-09-251-1/+1
* Handle asynchronous enqueue of messages.Gordon Sim2007-09-141-0/+2
* Pass QueuedMessage to queues consumers. This records the position of that mes...Gordon Sim2007-08-311-8/+8
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-2/+7
* - corrected getMessageCount() for async messagesCarl C. Trieloff2007-08-171-0/+16
* - async message fix in dequeueCarl C. Trieloff2007-08-151-0/+25
* Initial support for latest approved 0-10 xml (with some transitional hacks in...Gordon Sim2007-07-241-1/+1
* removed the need to pass MethodContext/RequestId through proxy and handler/ad...Gordon Sim2007-07-191-2/+1
* Fixed MT safety issues pointed out by Gordon.Carl C. Trieloff2007-07-181-12/+19
* Updated queue class, can run dispatch on seperate thread or on Carl C. Trieloff2007-07-171-1/+5
* Add ability for a queue to record all bindings to it, such that these can be ...Gordon Sim2007-06-141-0/+50
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-131-2/+2
* Fix for the most disruptive items in QPID-243.Andrew Stitcher2007-04-021-0/+149