summaryrefslogtreecommitdiff
path: root/cpp/src/tests/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* QPID-664: Initial checkin of high level messaging api for c++Gordon Sim2009-08-251-1/+3
* Reinstate reliable_replication_testAndrew Stitcher2009-08-111-2/+1
* qrsh initial checkin.Michael Goulish2009-08-031-0/+12
* Fix race condition in cluster error handling.Alan Conway2009-07-311-1/+1
* Separate generated public header files from non-public headers, generated cod...Alan Conway2009-07-271-1/+19
* Update queue listeners in the correct order.Alan Conway2009-07-161-2/+3
* Merge branch 'move_public_h_to_include' into trunkAlan Conway2009-07-151-1/+1
* QPID-1984: Temporarily disabled the failing test until the error can be resol...Gordon Sim2009-07-141-1/+2
* Fix for cluster_test problems: a) When not started from within test dir, qpid...Kim van der Riet2009-07-011-1/+3
* Add some ring queue tests to make check-long (fix script to use QPID_PORT cor...Gordon Sim2009-06-301-2/+4
* Added extra test script for testing ring queues plus a random data generation...Gordon Sim2009-06-291-0/+4
* Added qpid_ping: a simple client to verify broker responsiveness.Alan Conway2009-06-251-0/+5
* Change to test directory names for installed testsKim van der Riet2009-06-111-2/+2
* Made the test_store lib installable to be used with installable testsKim van der Riet2009-06-041-2/+4
* Fixes to cluster tests which enable them to be built and run outside the sour...Kim van der Riet2009-06-021-0/+1
* Added installable python cluster tests that can be run from an external store...Kim van der Riet2009-05-261-8/+25
* Add Visual Studio sln/vcproj files to EXTRA_DIST to include them in releases;...Stephen D. Huston2009-05-011-1/+18
* Cluster test code now has a persistence switch controlled by the environment....Kim van der Riet2009-05-011-1/+7
* Unit test for PollableCondition.Alan Conway2009-04-221-1/+2
* Apply PIMPL pattern to qpid::client::Message.Alan Conway2009-04-201-1/+2
* Removed defunct interop_runner test, was never updated from 0-8 channel API.Alan Conway2009-04-151-18/+0
* Fix issues when cluster is run with persistence enabled.Alan Conway2009-04-111-1/+7
* QPID-1724: Allow replication events to be shared across multiple federations ...Gordon Sim2009-03-101-1/+2
* configure.ac:Manuel Teira Paz2009-03-101-3/+3
* QPID-1719: extra test for federated cluster (includes node failure which requ...Gordon Sim2009-03-061-2/+4
* Remove -Wno-missing-field-initializers which is not supported by gcc3.4Andrew Stitcher2009-03-021-1/+0
* - Reworked DispatchHandler state machine to eliminate race conditionsAndrew Stitcher2009-03-021-0/+1
* Add FrameDecoder unit test, update comments in Cluster.h/cpp.Alan Conway2009-02-251-1/+2
* Added tests for federated links to and from a clusterGordon Sim2009-02-181-1/+1
* Allow passing extra argv arguments to ClusterFixture.Alan Conway2009-02-121-1/+2
* Run python tests against a single-member cluster in check-long.Alan Conway2009-01-291-4/+8
* Producer side rate throttling:Andrew Stitcher2009-01-271-1/+2
* Removed BodyHolder: minor performance improvement, opens the way for more eff...Alan Conway2009-01-221-1/+1
* QPID-1567: Added ability for federation links to failover to other specified ...Gordon Sim2009-01-211-1/+2
* QPID-1567: added 'exactly-once' guarantee to asynchronous replication of queu...Gordon Sim2009-01-201-2/+3
* QPID-1567: Initial support for asynchronous queue state replicationGordon Sim2009-01-151-2/+4
* Added test coverage for the CLI utilitiesTed Ross2009-01-091-1/+2
* Work on the low level IO code:Andrew Stitcher2009-01-061-0/+7
* QPID-1412 - c++ implementation of the QMF client APITed Ross2008-12-191-2/+4
* Added ASF license to makefilesGordon Sim2008-12-151-0/+19
* clean upCarl C. Trieloff2008-12-031-3/+0
* cluster: add Event size to encoded header.Alan Conway2008-12-031-0/+4
* Removed mistakenly commited lines.Alan Conway2008-11-261-4/+0
* Cluster.cpp: Fixed last-node-standing logic, better logging.Alan Conway2008-11-261-0/+4
* tests/failover_soak: run a cluster with clients, kill and restart cluster mem...Alan Conway2008-11-191-2/+18
* Added further test script missing from distribution list and thus causing dis...Gordon Sim2008-11-141-0/+1
* Added some failover capable testsGordon Sim2008-11-141-0/+16
* Add config.null file to distributed list or distcheck fails (todo: might be n...Gordon Sim2008-11-141-0/+1
* Add Message callbacks for async completion.Alan Conway2008-11-061-0/+1
* Added unit test for replay utility class.Gordon Sim2008-11-041-1/+2