summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* QPID-664: Added getReceiver()/getSender() methods to session in new api.Gordon Sim2009-11-171-0/+29
* Use portable sleep callStephen D. Huston2009-11-161-1/+2
* QPID-664: Remove start()/stop() methods from apiGordon Sim2009-11-161-6/+0
* Added extra test for quoating in name or subject parts of address.Gordon Sim2009-11-161-0/+7
* QPID-664: Introduce ';' as delimiter bewteen name (and optionally subject) an...Gordon Sim2009-11-162-18/+18
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-161-57/+0
* changed address syntax to permit more complex subjects, added escaping, impro...Rafael H. Schloming2009-11-131-2/+2
* Make failover_soak and its children adjustable as to Michael Goulish2009-11-135-101/+200
* Made cluster_tests.py ClusterTests.test_failover configurable to run for any ...Alan Conway2009-11-121-20/+9
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-121-0/+22
* Added full SASL authentication and security layer for the Python client.Ted Ross2009-11-111-5/+5
* Fix compilation error on some platformsGordon Sim2009-11-111-0/+1
* Added support for address parsing, create/assert/delete policiesGordon Sim2009-11-113-11/+386
* Moved brokertest.py to python directory.Alan Conway2009-11-103-397/+3
* Fixed test_failover, added ErrorGenerator with test.Alan Conway2009-11-104-53/+119
* Also remove liner search from seek() & add testsCarl C. Trieloff2009-11-101-0/+52
* Add missing cluster_tests.fail file to distribution list.Gordon Sim2009-11-101-1/+2
* Added message store recovery tests to cluster_tests.Alan Conway2009-11-095-35/+82
* remove looping for position search and replace with stl algorithms for better...Carl C. Trieloff2009-11-091-1/+2
* Filled out process management in python brokertest framework.Alan Conway2009-11-093-510/+233
* Clean up files left behind by tests in make clean.Alan Conway2009-11-042-1/+4
* Fix leak in SASL code, enable cluster ACL test.Alan Conway2009-11-021-8/+9
* Remove incorrect import.Alan Conway2009-11-021-1/+1
* Minor fix for testlib.py cluster testing scriptKim van der Riet2009-11-021-1/+1
* Changed ssl_test to use 127.0.0.1 instead of hostname and to regenerate certs...Gordon Sim2009-11-021-8/+19
* Fix memory leak in testCoincidentErrors due to un-joined connector thread.Alan Conway2009-10-302-2/+3
* Add missing install rule for brokertest.pyAlan Conway2009-10-301-1/+2
* QPID-2181 - Alternate exchange on queue is not visible in management toolsTed Ross2009-10-301-0/+14
* Python framework for tests that start multiple brokers.Alan Conway2009-10-303-5/+252
* Reduce redundancy in cluster log output.Alan Conway2009-10-281-1/+1
* Make Session::close and Connection::close no-throwAlan Conway2009-10-272-1/+29
* Separate FailoverListener from client::Connection.Alan Conway2009-10-264-11/+17
* Removed "..." from suppressions to work with older valgrind versions.Alan Conway2009-10-222-5/+15
* Improved suppression for TCPConnector leak.Alan Conway2009-10-221-8/+4
* Tidied up dependencies in IOHandle so that it is no longerAndrew Stitcher2009-10-211-0/+4
* Supress TCPConnector join leak, disabled valgrind --gen-supressions - too ver...Alan Conway2009-10-202-1/+16
* Pull running acceptor out of Broker run loopAndrew Stitcher2009-10-161-0/+1
* Improved test output capturing in automated tests; correctly get exe process ...Stephen D. Huston2009-10-155-28/+62
* Cluster shuts down broker via SignalHandler to fix memory errors on exit.Alan Conway2009-10-081-3/+3
* Fix race condition in testExclusiveQueueUpdate causing occasional false failu...Alan Conway2009-10-081-0/+1
* Fix typo in ais_check, causing cluster tests to fail.Alan Conway2009-10-061-1/+1
* Remove conflicts checked in earlierStephen D. Huston2009-10-061-17/+0
* Get remaining tests running on WindowsStephen D. Huston2009-10-053-25/+119
* Improve ability to avoid dialogs in automated testsStephen D. Huston2009-10-051-0/+17
* Minor improvements to cluster logging.Alan Conway2009-10-051-3/+3
* Correct some powershell problems for WindowsStephen D. Huston2009-10-054-27/+28
* Fixed: cluster udpate did not presever deliver-properties.exchange on messages.Alan Conway2009-10-055-60/+67
* Look for qpidd.exe in various places, not just DebugStephen D. Huston2009-10-033-6/+53
* Applied patches to resolve QPID-2076Stephen D. Huston2009-10-022-3/+6
* define content- and view- classes separately from message classGordon Sim2009-10-021-34/+49