summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* QPID-1974: Fixes (and tests) for updating lvq state to new cluster members.Gordon Sim2009-07-084-3/+28
* Correcting to ensure recovered cluster-durable messages are dequeued from storeCarl C. Trieloff2009-07-071-2/+8
* More tests and completion of fix for 791672Carl C. Trieloff2009-07-072-5/+12
* Corrected the case where message on more than one queue does not persist when...Carl C. Trieloff2009-07-073-2/+11
* Federation: Propagation of dynamic bindings is now done on the thread servici...Ted Ross2009-07-026-14/+30
* QPID-1963: hold lock across TopicExchange::isBound() methodGordon Sim2009-07-011-0/+1
* Add blocking to broker::Timer/TimerTask so cancel and fire()Andrew Stitcher2009-06-232-3/+15
* Once we're aborting the connection due to traffic timeout make sureAndrew Stitcher2009-06-231-1/+6
* QPID-1936: Fix potential deadlock for durable ring queueGordon Sim2009-06-234-15/+58
* Ensure that the ConnectionTimeoutTask does not block other tasks (e.g. Connec...Gordon Sim2009-06-172-22/+35
* Performance improvements in AggregateOutput and SemanticState.Alan Conway2009-06-1610-52/+73
* Revert bad optimization: unpredictable ordering of set caused cluster failures.Alan Conway2009-06-122-9/+25
* Minor change to clarify queue size policy log messagesKim van der Riet2009-06-111-3/+6
* Don't start the broker Connection heartbeat timers if theAndrew Stitcher2009-06-111-1/+1
* Stop timers on receiving Connection::closed() from lower levelsAndrew Stitcher2009-06-111-0/+4
* Add flag to broker Connection so that it knows if it is aAndrew Stitcher2009-06-112-1/+8
* QPID-1901: only try to load content if there is someGordon Sim2009-06-111-1/+1
* Lock should be released in LVQ before dequeuing old message to prevent possib...Gordon Sim2009-06-091-0/+1
* If expiration is already set, don't alter it.Gordon Sim2009-06-081-2/+5
* Fix of the previous client heartbeat changes:Andrew Stitcher2009-06-082-3/+3
* - Added heartbeat generation to the client (actually echo back anyAndrew Stitcher2009-06-083-26/+70
* Fixed broker Timer implementation so that you can correctlyAndrew Stitcher2009-06-081-7/+9
* Plumbed in an a connection abort operation to the OutputHandlerAndrew Stitcher2009-06-082-3/+9
* Fix change in test logic introduced by r782075.Gordon Sim2009-06-081-1/+1
* QPID-1892 - Fixed a memory leak where recovered durable queues are never dele...Ted Ross2009-06-051-0/+2
* Further fix to new cluster member state transfer to fix a case where unacked ...Gordon Sim2009-06-052-2/+16
* Add extern marker to match() and normalize() methods to build tests on WindowsStephen D. Huston2009-06-031-2/+2
* Ensure that ring queue behaves as expected when replicated to newly joined cl...Gordon Sim2009-06-031-1/+7
* QPID-1488: Ensure policy state (+ store state & mgmt stats) are accurate on n...Gordon Sim2009-05-275-2/+34
* PollableQueue optimization - replace deque with vector.Alan Conway2009-05-252-8/+7
* ConsumerImpl optimization - use atomic value for queueHasMessages.Alan Conway2009-05-252-19/+11
* ConsumerImpl optimization - only dispatch on queue if we were notified of mes...Alan Conway2009-05-252-2/+21
* Optimized TopicExchange matching.Alan Conway2009-05-222-133/+136
* Handle case where recovered exchange is of unrecognised type.Gordon Sim2009-05-212-4/+14
* QPID-1865 - Block the deletion of default exchanges.Ted Ross2009-05-201-0/+5
* Fixed a regression affecting plugin-exchanges.Ted Ross2009-05-202-3/+3
* Undo change from r774809.Alan Conway2009-05-153-59/+4
* Fix for unpredictable enqueues by timer-triggered management code in a cluster.Alan Conway2009-05-143-4/+59
* QPID-1843 - Cleaned up the interface to the broker's internal management agent.Ted Ross2009-05-1129-120/+129
* Fixed cluster store problem where second and subsequent cluster nodes (which ...Kim van der Riet2009-05-086-63/+83
* Use set for efficient insert/remove rather than list.Alan Conway2009-05-072-25/+9
* DeliveryRecord optimizations.Alan Conway2009-05-065-77/+45
* Remove useless qpid/shared_ptr.h wrapper.Alan Conway2009-05-067-13/+8
* Undo buggy commit 770802.Alan Conway2009-05-042-9/+10
* Fixed ExchangeRegistry definitions to match changed declarationsAndrew Stitcher2009-05-031-4/+2
* Some more fixes to build under Visual Studio 2008Andrew Stitcher2009-05-036-30/+32
* Replace std::list with std::deque for SemanticState::unacked - more efficient...Alan Conway2009-05-016-22/+20
* Merge in initial changes to allow building with CMake; rubygen and management...Stephen D. Huston2009-04-231-1/+1
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-115-6/+34
* Fix lifecycle issue in ExpiryPolicy - remove deleted messages from unexpired ...Alan Conway2009-03-303-1/+6