summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Queue.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-4976: support standard lifetime policiesGordon Sim2013-07-101-77/+165
* QPID-4712: authorisation for AMQP 1.0 connectionsGordon Sim2013-06-251-6/+1
* NO-JIRA: remove unused codeGordon Sim2013-06-191-31/+0
* QPID-4905: Stopped broker::Broker needing to refer to broker::ConnectionAndrew Stitcher2013-06-191-1/+1
* QPID-4348: HA Use independent sequence numbers for identifying messagesAlan Conway2013-06-171-3/+5
* QPID-4886: Pass non-const reference to Message in QueueObserver functions.Alan Conway2013-05-291-1/+3
* QPID-4859: ensure flush is called on journalsGordon Sim2013-05-241-1/+1
* QPID-4650: C++ Broker method to redirect messages between two queues.Charles E. Rolke2013-05-231-1/+27
* QPID-4591: patch from Ernie Allen to add queue sequence number to messagesGordon Sim2013-05-211-0/+1
* QPID-3189: correct calculated queue depth if enqueue failsGordon Sim2013-05-081-1/+6
* QPID-4706: allow selectors to be used on links from an exchangeGordon Sim2013-05-081-2/+23
* QPID-4692 ACL queue quotas did not count autodelete - patch by Ernie AllenCharles E. Rolke2013-04-021-0/+4
* QPID-4630: HA Fix starting from persistent store.Andrew Stitcher2013-03-081-1/+3
* QPID-4630: HA Fix starting from persistent store.Alan Conway2013-03-071-1/+3
* QPID-4555: Fix handling of no-credit consumers in Queue::getNextMessage.Alan Conway2013-01-311-1/+3
* NO-JIRA: Removed Timer.h out of the chain of header files included by Broker.hAndrew Stitcher2012-12-211-0/+1
* Bug 886656 - HA backup broker does not properly increment the alternate excha...Alan Conway2012-12-201-0/+1
* QPID-4514: Remove obsolete cluster code: Queue, Semanticstate, SessionHandlerAlan Conway2012-12-191-9/+0
* QPID-4514: Remove obsolete cluster code: DtxManager, more Broker, Connection,...Alan Conway2012-12-191-3/+0
* QPID-4514: Remove obsolete cluster code: getClusterTimer.Alan Conway2012-12-191-1/+1
* QPID-4449 - Reverted much of the original change and re-implemented the fix i...Ted Ross2012-11-301-5/+5
* QPID-4449 - Fixed the API in qpid::management::Manageable to remain backward ...Ted Ross2012-11-201-5/+5
* QPID-4428: HA add UUID tag to avoid using an out of date queue/exchange.Alan Conway2012-11-141-6/+7
* Bug 867030 - QPID-4374: Reduce contention on Queue::messageLock (Jason Dillaman)Alan Conway2012-10-181-5/+5
* MQPID-4286: QMF queries for HA replication take too long to process (Jason Di...Alan Conway2012-10-151-19/+18
* Bug 860701 - QPID-4350: HA handle auto-delete queuesAlan Conway2012-10-111-0/+2
* QPID-4285: HA backups continuously disconnect / re-sync after attempting to r...Alan Conway2012-10-021-4/+4
* QPID-4322: HA sporadic failure in ha_tests Alan Conway2012-09-191-0/+10
* QPID-4290: HA auto-delete queues are not deleted (Author: Andy Goldstein)Alan Conway2012-09-171-10/+18
* NO-JIRA: Removed now unused cluster specific ClusterSafe code.Andrew Stitcher2012-09-131-6/+0
* Jira QPID-4142Michael Goulish2012-09-101-0/+9
* QPID-4178: broker refactoringGordon Sim2012-08-101-801/+492
* QPID-4179: Cluster does not replicate exclusive status of queues.Alan Conway2012-07-311-1/+2
* QPID-4079 log entries track managed object life cyclesCharles E. Rolke2012-07-131-0/+3
* QPID-4075: Raise delete event for autodeleted queues alsoGordon Sim2012-06-221-7/+13
* QPID-4065 - Remove the message's trace list during Queue::reRouteTed Ross2012-06-131-0/+1
* QPID-3603: Lock in Queue::getPosition.Alan Conway2012-06-121-0/+1
* QPID-3603: Allow Queue::setPosition() to truncate the queue.Alan Conway2012-05-281-30/+55
* NO-JIRA: fix some defects found by Coverity static analysis scan of C++ codeKen Giusti2012-05-251-1/+2
* QPID-4005: Eliminate "using" especially "using namespace" from header fileAndrew Stitcher2012-05-161-0/+1
* QPID-3970: Check alternate exchange actually exists before proceeding with re...Gordon Sim2012-04-231-2/+7
* QPID-3950: Allow browsing of queues with exclusive subscriptionsAlan Conway2012-04-171-8/+20
* QPID-3921: C++ header files need tidyupAndrew Stitcher2012-03-281-1/+3
* QPID-3915: Add missing newlinesJustin Ross2012-03-261-0/+1
* NO-JIRA: Added newlines to the end of some filesAndrew Stitcher2012-03-231-1/+1
* QPID-3890: merge Queue lock scope reduction performance tweaks into trunkKen Giusti2012-03-221-198/+316
* QPID-3896: assign each queue auto deletion task a unique name.Ken Giusti2012-03-201-1/+1
* QPID-2082: Put all of the C++ code in the source tree into a namespaceAndrew Stitcher2012-03-201-1/+5
* QPID-3883: Using application headers in messages causes a very large slowdownAndrew Stitcher2012-03-051-1/+1
* QPID-3875: update txn and flow-to-disk countersKen Giusti2012-03-021-20/+38