summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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