summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Queue.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-121-1/+1
* QPID-1048: Only wait for enqueue completion for persistent queues.Gordon Sim2008-05-111-1/+1
* Extra log ouput for queue policy.Gordon Sim2008-05-041-1/+11
* Boost's string split function causes problems on older versions of the librar...Gordon Sim2008-05-011-4/+3
* QPID-977: shutdown mgmt client cleanly in federation tests (patch from tross@...Gordon Sim2008-04-291-1/+26
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-3/+2
* QPID-944: do no-local checking where requested when there is an exclusive sub...Gordon Sim2008-04-221-9/+17
* QPID-921: applied qpid-patch36.diff on behalf of Ted RossNuno Santos2008-04-151-1/+1
* Patch from Ted Ross: QPID-907: Management Improvements for C++ Broker and StoreKim van der Riet2008-04-081-2/+4
* Removed out-of-date and misleading comment.Gordon Sim2008-04-081-2/+0
* Patch from Ted Ross (see QPID-902): This patch contains the following improve...Kim van der Riet2008-04-041-7/+0
* Patch from Ted Ross (see QPID-893): This patch enables management of plugged-...Kim van der Riet2008-04-031-0/+12
* Re-introduced old 'no-local' behaviour for exclusive queues via a proprietary...Gordon Sim2008-03-311-3/+15
* Fix compile errors/warnings with gcc 4.3Alan Conway2008-03-251-1/+1
* - Refactored RefCounted class to avoid virtual inheritanceAndrew Stitcher2008-03-241-12/+16
* Scope exclusive queues to sessions.Gordon Sim2008-03-171-3/+3
* Fixes to prevent problems with async store when queue is deleted before all m...Gordon Sim2008-02-211-2/+4
* Fixed bug in browsing that failed to deal correctly with 'gaps' in message se...Gordon Sim2008-02-141-7/+14
* Patch from https://issues.apache.org/jira/browse/QPID-722 by Ted Ross:Alan Conway2008-01-071-2/+11
* patch-715 (tross)Carl C. Trieloff2008-01-021-4/+0
* Only release content for durable queues.Gordon Sim2007-12-141-1/+7
* Patches from Ted Ross <tross@redhat.com>Alan Conway2007-12-101-0/+7
* From Ted Ross <tross@redhat.com>Alan Conway2007-12-061-24/+46
* Changes to threading: queues serialiser removed, io threads used to drive dis...Gordon Sim2007-11-291-164/+127
* Switched all regular PersistentMessage* and PersistentMessage& to intrusive_p...Kim van der Riet2007-11-261-2/+6
* QPID-689 from tross@redhat.com.Alan Conway2007-11-231-23/+46
* Fixes causing lost 'events' in queue dispatchGordon Sim2007-11-191-14/+6
* Replaced shared_ptr with intrusive_ptr for qpid::Broker::Message.Alan Conway2007-11-141-7/+7
* - fixed sync mode deadlockCarl C. Trieloff2007-11-131-6/+14
* Patch QPID-680 from trossCarl C. Trieloff2007-11-131-7/+35
* - enable the ability to lazy load from async storeCarl C. Trieloff2007-11-081-4/+4
* Exception handling for dispatch functorGordon Sim2007-11-081-0/+15
* Ensure browsers are always serviced on the serializers dispatch thread to avo...Gordon Sim2007-11-081-1/+2
* Fix client side core dump when disconneced unexpectedly:Alan Conway2007-10-311-0/+1
* - QPID-667Carl C. Trieloff2007-10-311-31/+31
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-9/+5
* - added patch from TeddCarl C. Trieloff2007-10-261-0/+7
* Fixes to handling of non-acquired subscribersGordon Sim2007-10-251-4/+15
* Hack for no-local when used with jms topicsGordon Sim2007-10-231-21/+82
* - removed debug coutCarl C. Trieloff2007-10-231-1/+0
* - flush async IO if present on sync for 0-10Carl C. Trieloff2007-10-231-2/+3
* QPID-651 applied patch from TedCarl C. Trieloff2007-10-191-1/+22
* Fix to allocation algorithm in queue: prevents infinite loop when first consu...Gordon Sim2007-10-191-5/+10
* Fix for QPID-644Gordon Sim2007-10-181-2/+2
* Use shared pointers for consumers (held by queues and sessions) to prevent ha...Gordon Sim2007-10-171-13/+24
* Implementation of 0-10 field tablesAndrew Stitcher2007-10-161-2/+2
* * Revised allocation algorithm to ensure all consumers are given the opportun...Gordon Sim2007-10-161-3/+8
* Further fixes to locking between queue and semantic state to avoid deadlocking.Gordon Sim2007-10-121-12/+21
* Some fixes to locking within the queue (preventing locks being held during de...Gordon Sim2007-10-121-36/+31
* Added some debug logs to indicate credit levels and verify if a message is en...Rajith Muditha Attapattu2007-10-091-0/+1