summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/cluster.mk
Commit message (Expand)AuthorAgeFilesLines
* QPID-3155: Install module libraries during install-exec phaseAlan Conway2011-03-181-3/+3
* Modified cluster_tests causes broker shut down with invalid-argument error.Alan Conway2010-12-011-1/+3
* Revert experimental cluster code, too close to 0.8 release.Alan Conway2010-10-271-21/+1
* New cluster: core framework and initial implementation of enqueue logic.Alan Conway2010-10-251-1/+21
* Fix version infoAlan Conway2010-06-181-4/+2
* Allow libraries to be independently versioned in the autotools build.Alan Conway2010-06-171-2/+4
* Cluster + SecurityMichael Goulish2010-05-141-0/+2
* Replace PeriodicTimer with ClusterTimer, which inherits from Timer.Alan Conway2010-01-291-2/+2
* Cluster implementation of PeriodicTimer.Alan Conway2010-01-271-0/+2
* QPID-2266: error sending update: Enqueue capacity threshold exceededAlan Conway2009-12-111-0/+1
* Support for restarting a persistent cluster.Alan Conway2009-11-241-1/+3
* Integrated InitialStatusMap into cluster code.Alan Conway2009-11-171-0/+2
* cluster::InitialStatusMap and unit tests, support for improved cluster join p...Alan Conway2009-11-171-0/+2
* Removed LatencyTracker from cluster.Alan Conway2009-10-011-2/+1
* Watchdog feature to remove unresponsive cluster nodes.Alan Conway2009-08-101-0/+9
* Fixes for make distcheckGordon Sim2009-07-201-0/+2
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-011-0/+2
* Fixes to get qpid to build with gcc4.4 with optimisationAndrew Stitcher2009-05-281-0/+1
* LatenchTracker: a tool for measuring latencies.Alan Conway2009-05-041-1/+2
* Improved & simplified cluster output algorithm.Alan Conway2009-04-291-2/+0
* src/cluster.mk: removed non-existent file.Alan Conway2009-04-141-1/+0
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-111-0/+3
* Fixed race conditions in cluster.Alan Conway2009-03-081-2/+3
* cluster: fix delivery-property.exchange-name set on updated messages.Alan Conway2009-03-051-0/+1
* Replicate connection decoder fragments to new members.Alan Conway2009-03-021-4/+0
* Fix header name in sources.Gordon Sim2009-02-251-1/+1
* Fixed issue with producer flow control in a cluster.Alan Conway2009-02-241-0/+1
* Cluster security support:Alan Conway2009-02-121-0/+1
* Remove unused class and clean up some FIXME comments.Alan Conway2009-02-101-2/+0
* Cluster support for message time-to-live.Alan Conway2009-02-091-0/+2
* Remove non-existent qpid/cluster/Updatee.h from cluster.mk.Alan Conway2009-02-051-1/+0
* Fix for race conditions in cluster join.Alan Conway2009-02-031-1/+7
* cluster/EventFrame.cpp: Add operator<< for EventFrameAlan Conway2009-01-271-0/+1
* Cluster rename: dump -> update, newbie -> joinerAlan Conway2009-01-271-2/+2
* cluster: Add sequence number to events & framesAlan Conway2009-01-271-1/+1
* cluster: Pipeline decoding. About 10% improvement in latency and throughput.Alan Conway2009-01-211-10/+11
* cluster refactor: separate out dispatch strategy, implement poller and thread...Alan Conway2009-01-161-22/+26
* Added ASF license to makefilesGordon Sim2008-12-151-0/+18
* cluster: refactor multicast concerns into separate Multicaster class with sep...Alan Conway2008-12-111-0/+3
* Cluster: separated connection map lock to reduce contention.Alan Conway2008-12-081-0/+1
* Add missing DIST rules.Alan Conway2008-11-201-3/+9
* Optional cluster integration with cman quorum service.Alan Conway2008-11-181-5/+12
* Remove all cluster targets if configured --without-cpg.Alan Conway2008-11-141-3/+4
* Remove dummy cluster.so library, no longer needed & confusing.Alan Conway2008-11-141-4/+0
* broker: Fixed incorrect pass-by-reference of Queue::shared_ptr in several files.Alan Conway2008-10-071-1/+3
* Cluster join & brain-dumps working.Alan Conway2008-10-031-7/+1
* Refactor Cluster logic into separate handlers for Joining & Member modes.Alan Conway2008-09-181-1/+7
* Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys.Alan Conway2008-09-121-1/+3
* Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss...Alan Conway2008-09-111-3/+0
* Refactored c++ client library to allow multiple protocols to beAndrew Stitcher2008-09-111-4/+6