summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/QueueFlowLimit.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-5855 - Simplified HA transaction logic.Alan Conway2015-09-031-1/+1
* QPID-5421: Refactor: clean up QueueObservers.Alan Conway2013-12-131-1/+1
* QPID-5278 , QPID-5281: Queue flow limit validation ignores size parameters , ...Pavel Moravec2013-11-191-55/+56
* QPID-5199: take 0-10 header segment into account for message sizeGordon Sim2013-10-031-2/+2
* QPID-4514: Remove obsolete cluster code: get rid of StatefulQueueObserver.Alan Conway2012-12-191-1/+1
* QPID-4514: Remove obsolete cluster code: QueueFlowLimitAlan Conway2012-12-191-73/+2
* QPID-4514: Remove obsolete cluster code: Broker, Connection, Link.Alan Conway2012-12-191-5/+0
* QPID-4449 - Reverted much of the original change and re-implemented the fix i...Ted Ross2012-11-301-1/+1
* QPID-4449 - Fixed the API in qpid::management::Manageable to remain backward ...Ted Ross2012-11-201-1/+1
* MQPID-4286: QMF queries for HA replication take too long to process (Jason Di...Alan Conway2012-10-151-2/+2
* NO-JIRA: Removed now unused cluster specific ClusterSafe code.Andrew Stitcher2012-09-131-1/+0
* QPID-4178: broker refactoringGordon Sim2012-08-101-65/+38
* QPID-4005: Eliminate "using" especially "using namespace" from header fileAndrew Stitcher2012-05-161-2/+2
* QPID-3346: move message group feature into trunk.Kenneth Anthony Giusti2011-10-071-1/+2
* QPID-3284: Eliminated warnings from gcc 4.6 compilerAndrew Stitcher2011-06-071-2/+4
* QPID-3244: C++ broker should release flow control for a queue when it is dele...Kenneth Anthony Giusti2011-05-031-0/+15
* QPID-3243: correctly use --max-queue-count value to compute flow limit.Kenneth Anthony Giusti2011-05-031-3/+9
* QPID-3076: fix compilation for older version of boost library.Kenneth Anthony Giusti2011-04-281-3/+4
* QPID-3076: enable flow control for clustered broker configurations.Kenneth Anthony Giusti2011-04-281-57/+78
* QPID-3073: refactor to eliminate locks, malloc, and map insert/remove in rece...Kenneth Anthony Giusti2011-03-081-8/+3
* QPID-3081: add statistic for queue flow control transitionsKenneth Anthony Giusti2011-03-021-1/+3
* QPID-2935: merge producer flow control (C++ broker).Kenneth Anthony Giusti2011-02-191-0/+367