summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r758359 STATUS_INVALID_PARAMETER changes; breaks build. Reopen QPID-1737Stephen D. Huston2009-03-251-1/+1
* Apply patch to s/STATUS_INVALID_PARAMETER/STATUS_PARAMETER_INVALID/ to build ...Stephen D. Huston2009-03-251-2/+2
* QPID-1744: fix as applied to branch in r755315.Gordon Sim2009-03-171-0/+1
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-1229-208/+330
* QPID-1728: Avoid logging error messages on 'shadow' connections that are outg...Gordon Sim2009-03-122-31/+19
* QPID-1725: Revised some lock scopes in management and link registry to avoid ...Gordon Sim2009-03-112-27/+31
* QPID-1724: Allow replication events to be shared across multiple federations ...Gordon Sim2009-03-101-0/+8
* QPID-1723 - Fixed broken accounting in the headers exchange.Ted Ross2009-03-101-18/+27
* Add missing #includes to build with gcc 4.4.Alan Conway2009-03-101-1/+3