summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/ForkedBroker.h
Commit message (Expand)AuthorAgeFilesLines
* QPID-4514: Remove obsolete cluster code: still more testsAlan Conway2012-12-191-82/+0
* Jira QPID-2617 -- make sasl-based tests config files relocatableMichael Goulish2010-05-241-0/+4
* Tidied up namespace usageAndrew Stitcher2009-09-091-6/+11
* Clean up temporary data directories in tests.Alan Conway2009-04-151-1/+7
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-111-0/+1
* Allow passing extra argv arguments to ClusterFixture.Alan Conway2009-02-121-64/+6
* QPID-1650 Mick Goulish: separte ClusterFixture from cluster_test.cpp for use ...Alan Conway2009-02-061-0/+1
* Fix for race conditions in cluster join.Alan Conway2009-02-031-0/+1
* cpp/src/tests/ForkedBroker.h: keep tests quiet, set --log-enable=error+Alan Conway2009-01-051-0/+1
* File descriptor leak in ForkedBroker test utility.Alan Conway2008-11-191-6/+10
* tests/failover_soak: run a cluster with clients, kill and restart cluster mem...Alan Conway2008-11-191-7/+13
* Extended dump consumer test to cover member death.Alan Conway2008-10-161-2/+2
* Cluster multicasts buffers rather than frames.Alan Conway2008-09-031-1/+4
* Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat...Alan Conway2008-08-291-3/+3
* Check CPG flow control.Alan Conway2008-08-071-1/+1
* Cluster: shadow connections, fix lifecycle & valgrind issues.Alan Conway2008-07-171-51/+49
* Switched from shared_ptr to intrusive_ptr and RefCounted for Broker.Alan Conway2008-07-151-3/+3
* Removed static Cpg::handlers, fixed ForkedBroker shutdown.Alan Conway2008-07-081-10/+23
* ForkedBroker: child process exits on completion.Alan Conway2008-07-071-1/+7
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-041-0/+91