summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/BrokerClusterCalls.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-2920: Initial stab at time-based queue sharing.Alan Conway2011-07-281-2/+1
* QPID-2920: Broken checkpoint: passing dequeue mutex test with issuesAlan Conway2011-07-281-1/+15
* QPID-2920: Remove const from some broker::Cluster functions to allow cluster ...Alan Conway2011-07-251-8/+8
* QPID-2920: First cut experimental prototype for new cluster.Alan Conway2011-02-221-0/+419
* Revert experimental cluster code, too close to 0.8 release.Alan Conway2010-10-271-435/+0
* New cluster: core framework and initial implementation of enqueue logic.Alan Conway2010-10-251-23/+25
* Get rid of boost::regex in test code.Alan Conway2010-10-211-6/+2
* get rid of BOOST_REGEXMichael Goulish2010-10-211-2/+4
* Fix compile error in BrokerClusterCalls test, signed/unsigned comparison.Alan Conway2010-10-191-5/+5
* Introduce broker::Cluster interface.Alan Conway2010-10-181-0/+435