summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-1660: If selected consumer can't take a message, ensure others are notif...Gordon Sim2009-02-124-9/+42
* Cluster support for message time-to-live.Alan Conway2009-02-097-20/+117
* Fixes to producer flow control to reduce the numberAndrew Stitcher2009-02-043-24/+34
* Cluster sets recovery flag on Broker for first member in cluster.Alan Conway2009-02-042-4/+16
* Add in management statistics for client flow control.Andrew Stitcher2009-02-032-32/+40
* Send client property indicating that client supportsAndrew Stitcher2009-02-024-4/+17
* Correction for: start a broker in cluster, send messages that are flow to dis...Carl C. Trieloff2009-01-302-18/+28
* Better error messages for not-attached exceptions.Alan Conway2009-01-291-1/+1
* Producer side rate throttling:Andrew Stitcher2009-01-275-20/+201
* Cluster rename: dump -> update, newbie -> joinerAlan Conway2009-01-271-4/+6
* Some minor updates to logging levels to avoid undue alarm.Gordon Sim2009-01-262-1/+3
* QPID-1611 patch from mickCarl C. Trieloff2009-01-253-6/+13
* Use special management ids for objects used in state transfer to new members....Gordon Sim2009-01-236-26/+41
* Catch up on recent file additions/removals; fix compile errors on WindowsStephen D. Huston2009-01-232-4/+4
* Reverted checkin r.736814 as it breaks the store recover.Kim van der Riet2009-01-231-7/+0