summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-1904: File mised in previous checkinAndrew Stitcher2010-04-231-1/+1
* QPID-1904: Ensure that all timestamp uses are correctly relative to 1/1/1970 ...Andrew Stitcher2010-04-232-3/+3
* Fix bug in disabling sequence number and timestamp.Alan Conway2010-04-221-5/+9
* QPID-2527: Remove Thread::id member as its uses are better implemented by com...Andrew Stitcher2010-04-212-2/+2
* Add QMF_LIB to PYTHONPATH to pick up qmf.consoleStephen D. Huston2010-04-211-3/+6
* Add QMF_LIB to PYTHONPATH to pick up qmf.consoleStephen D. Huston2010-04-213-3/+9
* qpid_send: make serialno & timestamp optional.Alan Conway2010-04-212-9/+19
* Consistent use of string constants for message property keys in sender/receiv...Alan Conway2010-04-218-12/+21
* Count latency samples, don't assume all messages are latency samples.Alan Conway2010-04-212-4/+8
* QPID-2487: remove call to reversed() - not in pre2.4 python, increased bind t...Kenneth Anthony Giusti2010-04-201-9/+9
* Port of the ACL tests script to Windows Powershell.Stephen D. Huston2010-04-191-0/+98
* Add store test executions if building the store module. Add trigger on messag...Stephen D. Huston2010-04-192-0/+104
* QPID-2487: add wait for new exchange to appear in qmfKenneth Anthony Giusti2010-04-191-22/+48
* Add missing Statistics.cpp to sender test's sourcesStephen D. Huston2010-04-191-1/+1