summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/ClusterPlugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Make cluster update work out of the box without special authenticatio...Alan Conway2010-01-061-3/+3
* QPID-2266: error sending update: Enqueue capacity threshold exceededAlan Conway2009-12-111-1/+0
* Make cluster update work out of the box without special authentication options.Alan Conway2009-12-011-3/+3
* Support for restarting a persistent cluster.Alan Conway2009-11-241-0/+3
* Added cluster option --cluster-size.Alan Conway2009-11-181-2/+1
* Fix cman integration to exit immediately on loss of quorum.Alan Conway2009-08-061-1/+1
* Add directory to #includeAlan Conway2009-07-141-3/+3
* QPID-1974: Fixes (and tests) for updating lvq state to new cluster members.Gordon Sim2009-07-081-0/+2
* Improved doOutput algorithm.Alan Conway2009-05-261-7/+2
* Add missing null body check in ErrorCheckAlan Conway2009-05-201-0/+2
* Block unsafe management methods only if clustering is enabledTed Ross2009-05-181-2/+3
* from (aconway)... added facility to disable management methods.Ted Ross2009-05-151-0/+13
* QPID-1843 - Cleaned up the interface to the broker's internal management agent.Ted Ross2009-05-111-3/+2
* Remove useless qpid/shared_ptr.h wrapper.Alan Conway2009-05-061-1/+1
* Improved & simplified cluster output algorithm.Alan Conway2009-04-291-1/+3
* cluster: fix delivery-property.exchange-name set on updated messages.Alan Conway2009-03-051-1/+0
* Enable --cluster-cman option if built with libcman support.Alan Conway2009-02-121-1/+2
* Cluster security support:Alan Conway2009-02-121-32/+19
* Cluster support for message time-to-live.Alan Conway2009-02-091-1/+1
* Fix memory error in ClusterPlugin.Alan Conway2009-02-041-2/+4
* Cluster sets recovery flag on Broker for first member in cluster.Alan Conway2009-02-041-3/+5
* Changed --cluster-read-max default to 3 based on experiments.Alan Conway2009-01-291-1/+1
* Remove defunct --cluster-mcast-max optionn. Alan Conway2009-01-281-7/+5
* Change --cluster-mcast-max default to 0.Alan Conway2009-01-271-1/+1
* Cluster rename: dump -> update, newbie -> joinerAlan Conway2009-01-271-13/+13
* Use special management ids for objects used in state transfer to new members....Gordon Sim2009-01-231-0/+56
* Fix --cluster-mast-max: errors in last commit.Alan Conway2009-01-091-1/+0
* Added --cluster-read-max: max number of outstanding mcasts in CPG buffers.Alan Conway2009-01-091-6/+13
* cluster: handle multicast errors.Alan Conway2009-01-081-2/+2
* cluster: Increase initial estimate controlling writes.Alan Conway2008-12-191-4/+7
* Default --cluster-read-max to 0.Alan Conway2008-12-171-2/+2
* Cluster: Option --cluster-read-max configures read-to-redeliver flow-control.Alan Conway2008-12-091-2/+5
* Cluster: handle CPG flow-control conditions.Alan Conway2008-12-021-0/+1
* Fix --cluster-cman option to enable cman integration.Alan Conway2008-11-191-1/+7
* Cluster: replicate transaction state to newcomers.Alan Conway2008-11-051-3/+0
* cluster: DumpClient replicates session MessageBuilder.Alan Conway2008-10-201-1/+1
* broker: Fixed incorrect pass-by-reference of Queue::shared_ptr in several files.Alan Conway2008-10-071-2/+5
* Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys.Alan Conway2008-09-121-1/+0
* Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss...Alan Conway2008-09-111-6/+3
* Cluster support for copying shared broker state to new members.Alan Conway2008-09-101-1/+2
* Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat...Alan Conway2008-08-291-22/+14
* Integrate CPG file descriptor into broker polling.Alan Conway2008-08-111-1/+0
* Cluster: shadow connections, fix lifecycle & valgrind issues.Alan Conway2008-07-171-27/+47
* HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch...Alan Conway2008-07-081-4/+9
* Revert un-necessary Plugin complications. Better solution for plugin extensio...Alan Conway2008-07-081-28/+20
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-041-24/+16
* Plugin framework change: single PluginFactory creates per-target Plugin insta...Alan Conway2008-06-261-21/+38
* Bring cluster code up to date.Alan Conway2008-06-181-1/+1
* Some refactoring of the 0-10 codepath (being migrated to final spec) that pri...Gordon Sim2008-02-251-1/+1
* Cluster code fixed for changes in codebase.Alan Conway2008-02-011-1/+1