summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-1567: More changes to make clustering and federation work togetherGordon Sim2009-01-226-3/+58
* QPID-1611: Patch from Mick Goulish to ensure queues are created in store in c...Gordon Sim2009-01-221-0/+7
* Removed BodyHolder: minor performance improvement, opens the way for more eff...Alan Conway2009-01-224-8/+5
* Re-issue 736381 with a literal.Ted Ross2009-01-211-4/+1
* Moved minimum frameMax constant into publicTed Ross2009-01-211-3/+3
* Enforce a minimum frame-max to avoid really bad things that can happenTed Ross2009-01-211-3/+4
* QPID-1567: Added ability for federation links to failover to other specified ...Gordon Sim2009-01-2110-9/+227
* QPID-1567: added 'exactly-once' guarantee to asynchronous replication of queu...Gordon Sim2009-01-2011-38/+73
* Fix tests broken by r735776: check payload pointer before use. Gordon Sim2009-01-201-1/+1
* Put messages into LVQ FIFO if no key is specified.Carl C. Trieloff2009-01-191-7/+7
* QPID-1567: clean shutdown of event queueGordon Sim2009-01-161-0/+1
* QPID-1567: Initial support for asynchronous queue state replicationGordon Sim2009-01-157-4/+221
* Minor formatting fixes and typo correction.Gordon Sim2009-01-152-6/+6
* Send heartbeat from broker to clientAndrew Stitcher2009-01-136-7/+69
* Start to fix Timer to improve encapsulation and then fixAndrew Stitcher2009-01-134-3/+12
* Tidied up a number of TODO itemsAndrew Stitcher2009-01-081-2/+0
* Ensure that if no store is loaded we don't flow to disk, but revert to reject...Gordon Sim2009-01-073-4/+21
* QPID-1560: add support for a qpid.exclusive-binding option on direct exchange...Gordon Sim2009-01-071-3/+14
* Fix for windows build: add implementations of the getSecurityLayer()Gordon Sim2009-01-071-0/+15
* * Cyrus SASL intgeration for c++ clientGordon Sim2009-01-0611-9/+347
* Minor logging fixes.Alan Conway2009-01-051-45/+55