summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Queue.h
Commit message (Expand)AuthorAgeFilesLines
* Only reduce count and size maintained for queue plicy when messages are actua...Gordon Sim2008-07-251-1/+4
* Removed confusing broker::Message typedef intrusive_ptr<Message> shared_ptrAlan Conway2008-05-131-1/+1
* Extra log ouput for queue policy.Gordon Sim2008-05-041-1/+2
* QPID-977: shutdown mgmt client cleanly in federation tests (patch from tross@...Gordon Sim2008-04-291-1/+5
* QPID-944: do no-local checking where requested when there is an exclusive sub...Gordon Sim2008-04-221-1/+1
* Patch from Ted Ross (see QPID-893): This patch enables management of plugged-...Kim van der Riet2008-04-031-2/+5
* Re-introduced old 'no-local' behaviour for exclusive queues via a proprietary...Gordon Sim2008-03-311-0/+2
* Fix compile errors/warnings with gcc 4.3Alan Conway2008-03-251-1/+1
* - Refactored RefCounted class to avoid virtual inheritanceAndrew Stitcher2008-03-241-16/+20
* Scope exclusive queues to sessions.Gordon Sim2008-03-171-5/+5
* Fixes to prevent problems with async store when queue is deleted before all m...Gordon Sim2008-02-211-2/+3
* Changes to threading: queues serialiser removed, io threads used to drive dis...Gordon Sim2007-11-291-49/+21
* Fixes causing lost 'events' in queue dispatchGordon Sim2007-11-191-1/+0
* Replaced shared_ptr with intrusive_ptr for qpid::Broker::Message.Alan Conway2007-11-141-7/+7
* - fixed sync mode deadlockCarl C. Trieloff2007-11-131-1/+2
* Patch QPID-680 from trossCarl C. Trieloff2007-11-131-6/+11
* - notify the queue when a async IO completes for a message.Carl C. Trieloff2007-11-121-5/+1
* Exception handling for dispatch functorGordon Sim2007-11-081-9/+1
* Ensure browsers are always serviced on the serializers dispatch thread to avo...Gordon Sim2007-11-081-1/+8
* Patch from TedCarl C. Trieloff2007-10-311-1/+1
* - QPID-667Carl C. Trieloff2007-10-311-10/+10
* Hack for no-local when used with jms topicsGordon Sim2007-10-231-5/+8
* QPID-651 applied patch from TedCarl C. Trieloff2007-10-191-1/+5
* Fix to allocation algorithm in queue: prevents infinite loop when first consu...Gordon Sim2007-10-191-0/+1
* 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-12/+10
* Further fixes to locking between queue and semantic state to avoid deadlocking.Gordon Sim2007-10-121-5/+19
* Some fixes to locking within the queue (preventing locks being held during de...Gordon Sim2007-10-121-0/+2
* Exclusive no longer implies auto-delete on queue.declare.Gordon Sim2007-10-111-1/+3
* Renamed the following files for consistency:Alan Conway2007-09-251-0/+192
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-011-135/+0
* Enclose any 'using std::string' statements within qpid namespaces to avoid po...Gordon Sim2006-11-221-0/+1
* update Apache licenses to the current versionStephen Vinoski2006-11-101-13/+16
* Some more riguorous 'const' declarations in basic header properties. Some mor...Gordon Sim2006-11-101-1/+7
* Added POSIX equivalents to APR classes used by clients, inlined trivial calls.Alan Conway2006-11-091-6/+6
* Added some encode/decode routines to Message (plus test).Gordon Sim2006-11-091-2/+6
* More reorg to separate APR/posix code, work in progress.Alan Conway2006-11-081-2/+1
* Made passing of transaction context in message store explicit (to avoid threa...Gordon Sim2006-11-071-2/+6
* Minor source reorg, see README.Alan Conway2006-11-061-3/+3
* Added some methods to MessageStore interface and hooked these in where approp...Gordon Sim2006-11-031-2/+4
* Moved APR specific sources into src_apr.Alan Conway2006-11-011-2/+2
* IO refactor phase 1. Reduced dependencies, removed redundant classes.Alan Conway2006-10-311-2/+2
* Initial implementation for tx class.Gordon Sim2006-10-301-5/+15
* QPID-52: use of tr1 and unordered_map break build or RHEL4.Alan Conway2006-10-241-2/+2
* Add apr-1/ prefix to APR #includes to pick up from standard location.Alan Conway2006-10-161-1/+1
* Renamed unit tests to follow naming conventions, fixed some #include inconsis...Alan Conway2006-10-161-7/+7
* Build system reorg, see README and Makefile comments for details.Alan Conway2006-10-161-0/+106