summaryrefslogtreecommitdiff
path: root/cpp/src/tests/cluster_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cluster multicasts buffers rather than frames.Alan Conway2008-09-031-2/+5
* Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat...Alan Conway2008-08-291-2/+10
* Added ClusterFixture::killAlan Conway2008-08-261-35/+4
* Pre-buffering output strategy for cluster.Alan Conway2008-08-211-1/+1
* Integrate CPG file descriptor into broker polling.Alan Conway2008-08-111-24/+1
* - Added OutputTask::hasOutput() test.Alan Conway2008-08-061-2/+3
* Fix Cluster::send encode race.Alan Conway2008-08-051-1/+26
* Enable dequeue for prototype clusterAlan Conway2008-07-171-9/+6
* Cluster: shadow connections, fix lifecycle & valgrind issues.Alan Conway2008-07-171-26/+67
* Fix signed/unsigned compare errorAlan Conway2008-07-091-1/+1
* HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch...Alan Conway2008-07-081-2/+24
* Revert un-necessary Plugin complications. Better solution for plugin extensio...Alan Conway2008-07-081-1/+1
* Removed static Cpg::handlers, fixed ForkedBroker shutdown.Alan Conway2008-07-081-0/+10
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-041-54/+37
* Added timeout to SubscriptionManager::get(), LocalQueue::get() and BlockingQu...Alan Conway2008-07-011-27/+14
* Plugin framework change: single PluginFactory creates per-target Plugin insta...Alan Conway2008-06-261-4/+4
* Consolidated cluster tests in cluster_test.cppAlan Conway2008-06-261-0/+215