summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* QPID-2807: Allow per message acknowledgementGordon Sim2010-08-201-0/+51
* Fix some compilation errorsGordon Sim2010-08-121-18/+18
* Completed the set of permutations of type-conversion for all signed and unsig...Ted Ross2010-08-121-2/+495
* Revert commits r981517 and r981435 that moved periodic purging of queues onto...Gordon Sim2010-08-111-1/+1
* Fix test race conditions causing cluster_tests.py:management_test to hang.Alan Conway2010-08-101-11/+5
* Fix ClusterFailover.cpp and ForkedBroker.cpp to avoid using the default data ...Alan Conway2010-08-042-3/+15
* Fix race conditions in brokertest.py and cluster_tests.py.Alan Conway2010-08-041-3/+2
* Disable non-0 session timeouts.Alan Conway2010-08-033-11/+52
* Ensure that for clustered broker the queue cleaner is run on the correct thread.Gordon Sim2010-08-022-1/+30
* Made the new C++ API more friendly for swig-wrapping.Ted Ross2010-07-281-0/+2
* Fix bug in test code: invalid use of c_str()Alan Conway2010-07-271-1/+1
* Minor fix to help message of qpid-cpp-benchmark.Alan Conway2010-07-271-1/+1
* Fix bug in cluster with authentication: nodes exit with "unauthorized-access"Alan Conway2010-07-201-0/+13
* Fix unreferenced local variable warningStephen D. Huston2010-07-151-1/+1
* QPID-2734: Tighter control over sasl related test; now passes when cyrus-sasl...Gordon Sim2010-07-152-1/+14
* QMF: add api to get agent id, and new object id constructor that uses agent id.Kenneth Anthony Giusti2010-07-081-0/+7
* QPID-664: Don't hold lock while waiting for incoming message in nextReceiver(...Gordon Sim2010-07-061-0/+37
* Fix link error on fedora 13Alan Conway2010-07-061-3/+1
* Defer delivery of messages in cluster-unsafe context.Alan Conway2010-07-051-1/+15
* Fix spordic failure in cluster_test testConnectionKnownHosts.Alan Conway2010-07-011-1/+1
* QPID-664: Translate exceptions to correct type when occuring on creating new ...Gordon Sim2010-07-011-0/+8
* QPID-664: expose authenticated username for connectionGordon Sim2010-06-301-0/+6
* QPID-664: corrected option name for setting subscribe options on a queueGordon Sim2010-06-301-0/+13
* Move all shared lib prefix/postfix/suffix settings from tests/CMakeLists.txt ...Stephen D. Huston2010-06-292-13/+6
* QPID-2698: recognise special property names for amqp 0-10 specific message- a...Gordon Sim2010-06-252-0/+50
* Fix test bug causing occasional failure of cluster_test.Alan Conway2010-06-241-1/+1
* QPID-2691: ensure ttl adjustment uses correct expiration on cloned messageGordon Sim2010-06-241-1/+3
* Make verify_cluster_objects more informative.Alan Conway2010-06-231-9/+16
* Make management+cluster test more aggressive.Alan Conway2010-06-232-12/+9
* Changed README to README.txt throughout the project for consistency. Removed ...Jonathan Robie2010-06-231-0/+0
* small clean up: Remove use of obsolete Dispatcher class.Andrew Stitcher2010-06-231-8/+4
* QPID-2388: Do not unmask signals whilst waiting for IO to happenAndrew Stitcher2010-06-231-6/+2
* Fix cluster broker crashes when management is active.Alan Conway2010-06-223-384/+76
* Bug 603835 - cluster_tests.test_management failing.Alan Conway2010-06-161-4/+5
* Added qpid-cpp-benchmark to EXTRA_DIST.Alan Conway2010-06-141-0/+1
* Rename tests qpid_* to qpid-* for consistency.Alan Conway2010-06-148-47/+42
* Fix ordering problem with of dependencies of make check.Alan Conway2010-06-111-1/+2
* Improved qpid_ping - use heartbeat to interrupt connection.Alan Conway2010-06-101-63/+18
* Extended tests for cluster and security.Alan Conway2010-06-101-3/+47
* QPID-664: Correct the name of the subject string used for incoming messages.Gordon Sim2010-06-101-0/+2
* Fix cluster-safe assertion in connection negotiation.Alan Conway2010-06-091-2/+4