summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-1721: Fixes for replication between clusters when new members are addedGordon Sim2009-03-0912-17/+58
* qpid/broker/QueuePolicy.cppManuel Teira Paz2009-03-052-3/+3
* cluster: fix delivery-property.exchange-name set on updated messages.Alan Conway2009-03-053-13/+10
* QPID-1711: Ensure the session state between the two peers in an inter-broker ...Gordon Sim2009-03-046-41/+79
* QPID-1695: Make LVQ persist durable messagesGordon Sim2009-02-263-7/+27
* Fix for bug in credit reallocation, along with test from rafaels@redhat.com t...Gordon Sim2009-02-251-2/+4
* QPID-1685: Fixed ring queue policyGordon Sim2009-02-252-14/+14
* Changed the producer rate limit timer callbackAndrew Stitcher2009-02-244-11/+23
* Check that broker pointer is not null before invoking on it.Gordon Sim2009-02-241-1/+1
* Fixed issue with producer flow control in a cluster.Alan Conway2009-02-245-13/+57
* QPID-1671: Set userid for client side of inter-broker links.Gordon Sim2009-02-242-1/+8
* Modify the null authenticator to handle PLAIN correctly, making acls easier t...Gordon Sim2009-02-241-9/+19
* QPID-1676 - Added client process name and pid to connection object for manage...Ted Ross2009-02-242-1/+19
* Avoid hiding Bridge::idGordon Sim2009-02-241-3/+3
* QPID-1674 Mick Goulish: Fixes an error caused by a string going out of scope ...Alan Conway2009-02-231-0/+1
* Ensure that the queue depth in bytes remains accurate for LVQ. This also ensu...Gordon Sim2009-02-131-1/+3
* Queue::checkLvqReplace() needs to update the lvq map if it makes a replacemen...Gordon Sim2009-02-123-3/+14
* Cluster security support:Alan Conway2009-02-121-11/+11