summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't hold up broker initialization for cluster initialization.Alan Conway2010-01-063-42/+11
* QPID-2296: Cluster errors when using acquire-mode-not-acquiredAlan Conway2009-12-223-3/+5
* QPID-2282: test_watchdog failing due to incorrect use of env. varsAlan Conway2009-12-161-1/+1
* QPID-2266: error sending update: Enqueue capacity threshold exceededAlan Conway2009-12-115-8/+57
* Add retry capability to several cpg calls.Michael Goulish2009-12-112-3/+96
* QPID-2253 - Cluster node shuts down with inconsistent error.Alan Conway2009-12-091-5/+4
* QPID-2231: Cluster + store fails with default data-directoryAlan Conway2009-12-031-7/+7
* Make cluster update work out of the box without special authentication options.Alan Conway2009-12-012-4/+4
* Cluster consistency: check for no clean store condition.Alan Conway2009-11-264-24/+54
* Consistency checks for persistent cluster startup.Alan Conway2009-11-256-28/+53
* Verify stored cluster-id matches agreed cluster-id when joining a persistent ...Alan Conway2009-11-244-41/+49
* Support for restarting a persistent cluster.Alan Conway2009-11-2410-83/+337
* Added cluster option --cluster-size.Alan Conway2009-11-185-14/+13
* Added missing #include <algorithm>Alan Conway2009-11-171-0/+1
* Integrated InitialStatusMap into cluster code.Alan Conway2009-11-1712-134/+261
* cluster::InitialStatusMap and unit tests, support for improved cluster join p...Alan Conway2009-11-177-14/+207
* QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the ha...Gordon Sim2009-11-095-20/+43
* QPID-2191: Fix browsing behaviour where messages may have been released out o...Gordon Sim2009-11-092-0/+2
* Reduce redundancy in cluster log output.Alan Conway2009-10-281-5/+1
* Fix problems with sessions going out of scope and session numbers wrapping ar...Alan Conway2009-10-211-0/+1
* Change CPG initialization log message to notice level.Alan Conway2009-10-191-2/+2
* Cluster shuts down broker via SignalHandler to fix memory errors on exit.Alan Conway2009-10-081-1/+2
* Minor improvements to cluster logging.Alan Conway2009-10-052-13/+18
* Fixed: cluster udpate did not presever deliver-properties.exchange on messages.Alan Conway2009-10-052-2/+9
* Removed LatencyTracker from cluster.Alan Conway2009-10-015-42/+5
* Set cluster version number from SVN revision.Alan Conway2009-10-011-2/+6
* Minor fix from r.814021Kim van der Riet2009-09-111-3/+3
* Fix incorrect test for quorum status.Alan Conway2009-09-111-1/+1
* Fix QPID-2086, hang of federated_cluster_test_with_node_failure.Alan Conway2009-09-091-1/+9
* QPID-2058: Add a flag to the version of SessionImpl::send() that takes a Fram...Gordon Sim2009-08-191-1/+1
* Added documentation to watchdog plugin.Alan Conway2009-08-142-0/+25
* Revert "Batch multiple events into a single CPG multicast."Alan Conway2009-08-144-28/+17
* Batch multiple events into a single CPG multicast.Alan Conway2009-08-124-17/+28
* Watchdog feature to remove unresponsive cluster nodes.Alan Conway2009-08-102-0/+174
* Fix cman integration to exit immediately on loss of quorum.Alan Conway2009-08-0612-36/+109
* Fixes for cluster code to compile with new stricter corosync header filesAndrew Stitcher2009-08-044-16/+56
* Fix race condition in cluster error handling.Alan Conway2009-07-318-52/+75
* Set protocol versions correctly in cluster code.Alan Conway2009-07-302-8/+12
* Change all broker users of broker::Timer to use sys::TimerAndrew Stitcher2009-07-302-7/+10
* Provide more informative cluster logging at notice levelAlan Conway2009-07-295-28/+28