summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Added --receive-rate to qpid-recieve to allow simulation of a slow receiver.Alan Conway2010-11-092-3/+22
* Fix typo in help message.Stephen D. Huston2010-11-041-1/+1
* When running store tests, pass the store type to the script. Also added test ...Stephen D. Huston2010-11-041-1/+4
* 1. Enable the second set of tests, now that brokertest.py is checked in and r...Stephen D. Huston2010-11-041-17/+47
* qpid-cpp-benchmark: allow extra arguments to qpid-send/receive, fix exception...Alan Conway2010-11-041-2/+8
* Remove spurious comment.Michael Goulish2010-11-021-3/+0
* add ASF licence to various files in the cpp treeRobert Gemmell2010-10-311-0/+19
* Prevent sasl_fed from blowing up in a distro, or "make distcheck",Michael Goulish2010-10-291-8/+15
* Corrects AddressParser to use typed simple values.Jonathan Robie2010-10-291-8/+15
* QPID-2916: throw an exception when a data value cannot be encoded correctly a...Kenneth Anthony Giusti2010-10-283-4/+41
* Clarify this output comment a little.Michael Goulish2010-10-281-1/+1
* Add a small executable that prints out the sasl version number in integer form.Michael Goulish2010-10-283-3/+65
* Fix make distcheck error: added sasl_fed to EXTRA_DIST.Alan Conway2010-10-272-5/+4
* Revert experimental cluster code, too close to 0.8 release.Alan Conway2010-10-276-506/+3
* Added another missing licenseGordon Sim2010-10-271-0/+19
* Add missing Apache licences to cluster files.Alan Conway2010-10-263-0/+55
* This code's purpose was only to print out the sasl version into the logsMichael Goulish2010-10-261-9/+23
* Fix bug in qpid-cpp-benchmark.Alan Conway2010-10-251-2/+4
* Changes to make it work in vpath build!Michael Goulish2010-10-251-19/+15
* New cluster: core framework and initial implementation of enqueue logic.Alan Conway2010-10-254-24/+93
* QPID-2897: modify TopicExchange for better performance with respect to large ...Kenneth Anthony Giusti2010-10-241-40/+319
* Test module to run recovery-oriented store tests.Stephen D. Huston2010-10-221-0/+197
* Fix this test to parse the sasl version number out of the new logging stateme...Michael Goulish2010-10-221-22/+13
* Get rid of boost::regex in test code.Alan Conway2010-10-216-26/+5
* get rid of BOOST_REGEXMichael Goulish2010-10-211-2/+4
* Adds support for federation in the XML exchange.Jonathan Robie2010-10-202-9/+176
* Add matching fclose for fdopen in ForkedBroker.Alan Conway2010-10-201-1/+1
* SASLizing Interbroker LinksMichael Goulish2010-10-202-0/+153
* Fix compile error in BrokerClusterCalls test, signed/unsigned comparison.Alan Conway2010-10-191-5/+5
* Introduce broker::Cluster interface.Alan Conway2010-10-183-2/+438
* Code cleanup in broker directory.Alan Conway2010-10-142-0/+2
* Test client to measure cluster lag: greater delays in responses from some bro...Alan Conway2010-10-132-9/+99
* Registers the amq.failover exchange in the management exchange.Jonathan Robie2010-10-081-2/+10
* Cluster benchmark test script. Improvements to qpid-cpp-bencmhark.Alan Conway2010-10-043-14/+68
* Allows browsing of exclusive queues held by another session. Jonathan Robie2010-10-041-0/+19
* Fixes two bugs for ring queue policies that involve size. Jonathan Robie2010-10-011-2/+81
* Improvements to output & message distribution for qpid-cpp-benchmark.Alan Conway2010-09-304-6/+11
* Add missing files to EXTRA_DIST.Alan Conway2010-09-301-2/+6
* qpid-test-cluster: script to start a multi-host test cluster.Alan Conway2010-09-303-1/+97
* Extending qpid-cpp-benchmark for cluster testingAlan Conway2010-09-302-42/+74
* Add missing cluster test scripts to EXTRA_DIST.Alan Conway2010-09-301-1/+2
* Scripts using rsync and ssh to assist cluster testing:Alan Conway2010-09-275-0/+188
* Added install_env.sh to set environment variables to use an install prefix.Alan Conway2010-09-273-7/+34
* Added type casts to literal numbers in cpp/src/tests/Qmf2.cpp.Ted Ross2010-09-221-7/+7
* QMFv2 Additions:Ted Ross2010-09-212-2/+324
* QPID-2875: wait for federation configuration to settle before testing route p...Kenneth Anthony Giusti2010-09-211-21/+78
* Adding cast to list and map size comparisons to avoid signed/unsigned compari...Jonathan Robie2010-09-161-2/+2
* Fixes parsing problem with empty lists ('[]') in addresses, which previously ...Jonathan Robie2010-09-161-0/+18
* Check exit status of qpid-route, avoid hung test if it fails.Alan Conway2010-08-271-1/+1
* Give timer tasks a name for logging purposes.Alan Conway2010-08-261-1/+1