summaryrefslogtreecommitdiff
path: root/cpp/src/tests/QueueTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove optimistic consume options. Better default message for SSL errors.Alan Conway2008-11-171-32/+0
* Restrict connection close codes to the set defined in the specGordon Sim2008-11-061-28/+28
* Some fixes to the LVQ (primarily a patch from cctrieloff@redhat.com)Gordon Sim2008-10-231-16/+27
* Periodically purge expired messages from queuesGordon Sim2008-10-131-0/+39
* QPID-1306Carl C. Trieloff2008-10-111-3/+6
* QPID-1306Carl C. Trieloff2008-10-091-0/+48
* QPID-1306Carl C. Trieloff2008-10-081-7/+93
* broker: Fixed incorrect pass-by-reference of Queue::shared_ptr in several files.Alan Conway2008-10-071-1/+1
* QPID 1306Carl C. Trieloff2008-10-031-0/+1
* QPID-1306Carl C. Trieloff2008-09-301-4/+4
* QPID-1306Carl C. Trieloff2008-09-301-13/+9
* QPID-1306Carl C. Trieloff2008-09-301-0/+90
* QPID-1261: initial fix (this degrades performance for shared queues with more...Gordon Sim2008-09-091-11/+11
* 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