summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup Ted Ross2010-04-232-48/+0
* Cluster management improvements:Ted Ross2010-04-231-8/+1
* QPID-2527: Remove Thread::id member as its uses are better implemented by com...Andrew Stitcher2010-04-211-3/+3
* Tidy up unnecessary includes in ConnectionSettings and fix consequencesGordon Sim2010-04-141-0/+1
* Update cluster store status with a single atomic write() operation.Alan Conway2010-04-013-78/+78
* Cluster: remove un-necessary code for config-seq.Alan Conway2010-03-317-43/+13
* Joining a cluster: don't push an empty store.Alan Conway2010-03-301-0/+1
* Fix hanging failover_soak test.Alan Conway2010-03-302-4/+3
* Cluster logging improvements: log config changes in the deliver thread.Alan Conway2010-03-304-38/+50
* Remove dead PeriodicTimer code.Alan Conway2010-03-302-156/+0
* Raise ClusterTimer lateness threshold to reduce noisy warnings.Alan Conway2010-03-292-1/+4
* Fix "Ignoring frame while closing connection" warnings in a cluster broker gi...Alan Conway2010-03-251-1/+4
* More generous overrun threshold for cluster timer to avoid excessive warnings.Alan Conway2010-03-251-1/+5
* Work-around for race condition in the IO layer.Alan Conway2010-03-151-0/+6
* New cluster member pushes store when joining an active cluster.Alan Conway2010-03-128-63/+178
* QPID-2436: Fix cluster update of remote agents.Alan Conway2010-03-083-7/+16
* Minor cleanup: removed unused parameter of initial-status in cluster.xml.Alan Conway2010-03-052-6/+3
* Don't generate debug snapshot messages unless debug logging enabled.Alan Conway2010-03-052-9/+8
* QPID-2412: Support for EXTERNAL mechanism on client-authenticated SSL connect...Gordon Sim2010-03-055-28/+39
* Amended cluster error message for decoding failures.Alan Conway2010-03-031-1/+1
* Fix: decoding error causes cluster broker to exit.Alan Conway2010-03-011-4/+16
* Fix cluster abort on shutdown in ClusterTimer::fire.Alan Conway2010-02-263-2/+7
* Last member of a cluster always has clean store.Alan Conway2010-02-253-3/+15
* Removed unecessary include of Msg.h in Exception.hAndrew Stitcher2010-02-251-0/+1
* Consistent connection names across a cluster.Alan Conway2010-02-055-31/+67
* Synchronize management agent lists during cluster update.Alan Conway2010-02-055-37/+59
* Fix cluster bug introduced in r905674, incorrect frame-sequence count.Alan Conway2010-02-021-1/+1
* QPID-2384: Fix for problem of cluster nodes recovering from both cluster and ...Kim van der Riet2010-02-021-1/+3
* Cluster: fix update of failover exchange.Alan Conway2010-02-023-5/+12
* Cluster: debug snapshots of queue depth at broker join, help find inconsisten...Alan Conway2010-02-024-10/+39
* Replace PeriodicTimer with ClusterTimer, which inherits from Timer.Alan Conway2010-01-294-23/+207
* Change the heuristic used to alter the send estimate up and down.Michael Goulish2010-01-291-2/+2
* Fixed missing ManagementAgent test, causing core dumps in cluster with --mgmt...Alan Conway2010-01-291-8/+9
* QPID-2357 Broker boot sequence doesn't synchronize when clustered - patch fro...Alan Conway2010-01-284-0/+44
* Fixed cluster error "Not enough for multicast header"Alan Conway2010-01-281-8/+5
* Fix for QPID-2373 - Durable exchange state not replicated to broker joining c...Kim van der Riet2010-01-281-0/+3
* QPID_2634 Management updates in timer create inconsistencies in a cluster.Alan Conway2010-01-273-12/+21
* Cluster implementation of PeriodicTimer.Alan Conway2010-01-274-6/+171
* In clustered broker: move construction of broker::Connections to the cluster ...Alan Conway2010-01-273-57/+101
* Fix cluster elder calculation to ensure unique elder.Alan Conway2010-01-277-13/+46
* Cluster-safe assertions.Alan Conway2010-01-201-0/+6
* Removed dead code - cluster::Connection::left()Alan Conway2010-01-192-9/+0
* Removed dead code: OutputTask::hasOutput and Queue::checkForMessages.Alan Conway2010-01-142-2/+0
* Fix broker crash "confirmed N but only sent M" with managed agents running.Alan Conway2010-01-114-2/+24
* Add cluster watchdog plugin to cmake build.Alan Conway2010-01-071-1/+2
* Make cluster::StoreStatus::load/save no-ops if broker has no data-dir.Alan Conway2010-01-061-0/+2
* Fix uninitialized read error in cluster::StoreStatus.Alan Conway2010-01-061-7/+22
* Revert "Make cluster update work out of the box without special authenticatio...Alan Conway2010-01-062-4/+4
* Added config-seq counter to track config changes since cluster init.Alan Conway2010-01-069-54/+108
* Exception handling for URL parsing in cluster.Alan Conway2010-01-062-8/+16