summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Cpg.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix cluster abort on shutdown in ClusterTimer::fire.Alan Conway2010-02-261-1/+0
* Add retry capability to several cpg calls.Michael Goulish2009-12-111-3/+32
* Integrated InitialStatusMap into cluster code.Alan Conway2009-11-171-1/+1
* cluster::InitialStatusMap and unit tests, support for improved cluster join p...Alan Conway2009-11-171-6/+9
* Change CPG initialization log message to notice level.Alan Conway2009-10-191-2/+2
* Fix cman integration to exit immediately on loss of quorum.Alan Conway2009-08-061-1/+1
* Fixes for cluster code to compile with new stricter corosync header filesAndrew Stitcher2009-08-041-0/+22
* Remove some unnecessary promotions of char* to std::string.Alan Conway2009-07-211-13/+18
* Add directory to #includeAlan Conway2009-07-141-1/+1
* Correct order of args to memset(); fixes QPID-1787Stephen D. Huston2009-06-181-1/+1
* Remove workaround for buggy corosync headers, no longer needed.Alan Conway2009-05-011-7/+3
* Better logging around cpg_init, 30 second retry limit.Alan Conway2009-04-221-4/+6
* Cluster: fix exception handling if updater fails to connect to updatee.Alan Conway2009-04-061-1/+1
* Fix problems buildling on gcc 4.4 and latest corosync.Alan Conway2009-03-111-7/+17
* Remove "flow enabled" log messages.Alan Conway2009-02-261-8/+7
* Cluster start-up retries to handle slow cman start-up.Alan Conway2009-02-141-1/+8
* Demote CPG flow control warning message to debug.Alan Conway2009-02-091-1/+1
* Fix memory error in ClusterPlugin.Alan Conway2009-02-041-5/+4
* Clean up error messages.Alan Conway2009-02-041-14/+14
* Include CPG error code in message.Alan Conway2009-01-141-16/+19
* Fix for compatibility with latest corosync.Alan Conway2009-01-081-7/+8
* Fix to build on latest corosync versions.Alan Conway2009-01-081-3/+11
* Handle package name changes in Fedora10: openais->corosync cman->cmanlibAlan Conway2008-12-171-1/+4
* PollableQueue: fix unsafe use of dequeAlan Conway2008-12-021-7/+2
* Cluster: handle CPG flow-control conditions.Alan Conway2008-12-021-22/+26
* Refactor Cluster logic into separate handlers for Joining & Member modes.Alan Conway2008-09-181-3/+1
* Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys.Alan Conway2008-09-121-0/+11
* Fixed cluster membership notification.Alan Conway2008-09-051-30/+0
* Cluster multicasts buffers rather than frames.Alan Conway2008-09-031-13/+11
* Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat...Alan Conway2008-08-291-11/+33
* Integrate CPG file descriptor into broker polling.Alan Conway2008-08-111-4/+15
* Check CPG flow control.Alan Conway2008-08-071-0/+40
* Cluster: shadow connections, fix lifecycle & valgrind issues.Alan Conway2008-07-171-4/+4
* Removed static Cpg::handlers, fixed ForkedBroker shutdown.Alan Conway2008-07-081-39/+13
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-041-11/+7
* Plugin framework change: single PluginFactory creates per-target Plugin insta...Alan Conway2008-06-261-2/+1
* Consolidated cluster tests in cluster_test.cppAlan Conway2008-06-261-1/+1
* Re-enabled build of cluster code when openais is installed.Alan Conway2008-01-291-11/+0
* - Update cluster code to work with new FrameHandlerAlan Conway2007-08-301-0/+7
* * src/tests/cluster.mk: Enable cluster test.Alan Conway2007-07-231-9/+9
* 2007-06-30 <aconway@redhat.com>Alan Conway2007-07-021-16/+32
* 2007-06-25 <aconway@redhat.com>Alan Conway2007-06-261-0/+102
* Build support for clustering, initial CPG wrapper & tests.Alan Conway2007-06-071-0/+62