summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cluster handle connection-negotiation phase in local broker.Alan Conway2010-06-081-4/+4
* Fix error string for invalid options, fix exception handling in qpid_send/qpi...Alan Conway2010-06-022-16/+18
* Correct reference to test exeStephen D. Huston2010-06-021-2/+2
* Change verbosity back to 0. Oops.Michael Goulish2010-06-011-1/+1
* Source cluster environment checks in run_cluster_authentication_test/_soak.Alan Conway2010-06-012-2/+8
* Fix memory error in failover_soak.cpp.Alan Conway2010-06-011-1/+2
* Fixed conflicting clean-local targets, causing make distcheck to fail.Alan Conway2010-05-282-3/+5
* Fix make distcheck: clean sasl_config test files.Alan Conway2010-05-281-0/+3
* Add missing sasl_test_setup.sh to EXTRA_DISTAlan Conway2010-05-281-1/+2
* Allow tests that load shareable libs to work on Windows with a debug build. T...Stephen D. Huston2010-05-282-5/+9
* Fixed: authentication with bad credentials causes cluster broker to exit.Alan Conway2010-05-273-2/+19
* Fix problems with cluster_authentication_soak test in VPATH build.Alan Conway2010-05-277-89/+65
* QPID-2631: For blocking Bounds::expand() calls, only increase the current cou...Gordon Sim2010-05-271-0/+2
* Removed sasl test db creation from the Makefile logic, and simply put it into...Michael Goulish2010-05-252-0/+24
* Disable new sasl testing if SASL version is less than 2.1.22.Michael Goulish2010-05-241-0/+5
* Jira QPID-2617 -- make sasl-based tests config files relocatableMichael Goulish2010-05-247-33/+161
* Changed the names of tests which are installed in /usr/bin/ to be prefixed wi...Kim van der Riet2010-05-2415-90/+90
* Fix the behaviour of the EpollPoller when shutdowns and interrupts interactAndrew Stitcher2010-05-181-14/+50
* QPID-2612: remove qpidtypes lib as it causes problems on windowsGordon Sim2010-05-181-2/+6
* Added support for user/pass@ syntax in Url.Alan Conway2010-05-171-0/+17
* QPID-2588: Prevent queue being destroyed while still in use.Gordon Sim2010-05-151-1/+1
* Fix errors when new API Receiver is closed while in use.Alan Conway2010-05-141-9/+17
* QPID-664: separate out the messaging API into its own libraryGordon Sim2010-05-142-9/+10
* Skip cluster part of ssl_test if cluster not enabled.Alan Conway2010-05-141-0/+2
* Removed references to non-existent test run_cluster_authentication_soakAlan Conway2010-05-141-2/+1
* Initial multi-thread unit test for messaging API.Alan Conway2010-05-143-3/+104
* Move helper classes/functions from MessagingSessionTests.cpp to MessagingFixt...Alan Conway2010-05-142-170/+216
* Cluster + SecurityMichael Goulish2010-05-145-3/+255
* Moved FailoverUpdates to qpid::messaging namespace.Alan Conway2010-05-132-5/+3
* New API clients failover in a cluster with SSL connections.Alan Conway2010-05-132-19/+41
* Added a few more test cases for acl file format.Rajith Muditha Attapattu2010-05-121-3/+26
* Delay generating URL in cluster till global constructors to handle multi-prot...Alan Conway2010-05-121-1/+1
* This commit contains a fix for QPID-2600Rajith Muditha Attapattu2010-05-121-34/+24
* Support for multiple protocols in qpid::Url.Alan Conway2010-05-114-19/+24
* Skip cluster_python_tests if cluster services are not running.Alan Conway2010-05-071-1/+3
* Correct brokertest.retry logic.Alan Conway2010-05-061-1/+1
* Use UnauthorizedAccessException for ACL violations rather than NotAllowedExce...Gordon Sim2010-05-062-78/+78
* QMF: remove v1 method test from cluster testbed - clusters no longer support ...Kenneth Anthony Giusti2010-04-291-0/+1
* Fix PYTHONPATH to pick federation from the tests source dir.Stephen D. Huston2010-04-281-1/+1
* Fix path to broker exe so it can be stopped when needed.Stephen D. Huston2010-04-281-5/+6
* Cluster management improvements:Ted Ross2010-04-231-5/+5