summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* renamed suite to avoid collision for newer versions of boostGordon Sim2008-11-041-1/+1
* constants.rb: generate type code constants for AMQP types. Useful with Array.Alan Conway2008-11-042-4/+49
* Added unit test for replay utility class.Gordon Sim2008-11-042-1/+81
* Allow local broker to be run in any position in a ClusterFixture.Alan Conway2008-11-041-84/+77
* correction for Active-Active clustering, allowing late joining nodes in the c...Carl C. Trieloff2008-11-031-37/+54
* Various fixes arising from testing client failover:Gordon Sim2008-11-031-5/+4
* Cluster returns connection exception for un-supported AMQP features.Alan Conway2008-10-311-0/+14
* Added return Message overload of SubscriptionManager get().Alan Conway2008-10-311-6/+3
* Replicate session state for un-acknowledged messages to new cluster members.Alan Conway2008-10-302-9/+68
* Allow AbsTime and Duration to be used cross-platform; add usleep() wrapper. R...Stephen D. Huston2008-10-291-3/+3
* * added flag to SubscriptionSettings to control automatic completion of messageGordon Sim2008-10-293-8/+12
* Recent change from AckPolicy to Subscription means completions are not sent a...Gordon Sim2008-10-281-0/+1
* Test for presence of python directoryGordon Sim2008-10-281-3/+7
* client::SubscriptionManager::findSubscription() throws if not found.Alan Conway2008-10-271-1/+1
* Client API change: Centralize access to subscription status, better control o...Alan Conway2008-10-259-103/+57
* Fix script to clean up data_dir.Alan Conway2008-10-251-2/+3
* Fix compile error.Alan Conway2008-10-251-1/+1
* Add check for presence of certutil when running ssl testGordon Sim2008-10-241-1/+8
* fix for make distcheck (I had listed wrong filenames in earlier commit)Gordon Sim2008-10-241-2/+2
* Revised transactional options to perftest as they could not be used on older ...Gordon Sim2008-10-241-30/+44
* Fix for bug in encoding/decoding of floats and doubles.Gordon Sim2008-10-244-1/+166
* QPID-1348 - Dynamic binding for federation. Parameterized exchange names for...Ted Ross2008-10-241-104/+230
* Some fixes to the LVQ (primarily a patch from cctrieloff@redhat.com)Gordon Sim2008-10-231-16/+27
* Fixed run_acl_tests to work in a VPATH build.Alan Conway2008-10-221-8/+9
* Turn of automatic loading of modules from defined module directory to avoid p...Gordon Sim2008-10-221-1/+1
* This is for QPID-1363Rajith Muditha Attapattu2008-10-224-1/+494
* Refactored DeliveryRecord and delivery path to remove some redundant code.Gordon Sim2008-10-214-3/+5
* Refactor sys::AsynchIO class to allow reimplementing on other platforms witho...Stephen D. Huston2008-10-211-3/+3
* cluster_test: Unit test for Tx state replication.Alan Conway2008-10-201-0/+27
* cluster: DumpClient replicates session MessageBuilder.Alan Conway2008-10-202-1/+55
* Add option to require that only encrypted connections be accepted.Gordon Sim2008-10-202-6/+7
* cluster: DumpClient updates consumer notifyEnabled and blocked.Alan Conway2008-10-201-2/+17
* QPID-1367 Mick Goulish: improvements to client-side failover.Alan Conway2008-10-171-8/+8
* Suppress logging expected errors in tests.Alan Conway2008-10-172-54/+61
* Fix valgrind suppression for boost thread leak to work on 32 & 64 bit.Alan Conway2008-10-171-5/+4
* QPID-106: SSL support for c++ (broker and client), can be enabled/disabled ex...Gordon Sim2008-10-173-0/+50
* Feature requested by AndrewM for M4...Carl C. Trieloff2008-10-171-0/+41
* Fix signed/unsigned compile error.Alan Conway2008-10-161-4/+4
* Extended dump consumer test to cover member death.Alan Conway2008-10-162-16/+31
* QPID-1366 - implementation of automatic anti-looping for federationTed Ross2008-10-161-0/+59
* Add suppression for known leak in older boost.thread.Alan Conway2008-10-161-0/+9
* Fix race in cluster causing incorrect known-broker lists to be sent to clients.Alan Conway2008-10-161-28/+35
* Split logging options into portable options and sink-related options that are...Stephen D. Huston2008-10-154-15/+30
* Allow QPID_AUTO_TEST_CASE_EXPECTED_FAILURES to work at Boost 1.35Stephen D. Huston2008-10-151-2/+2
* QPID-1341 from JonathanCarl C. Trieloff2008-10-151-3/+59
* Updated testGordon Sim2008-10-151-25/+41
* c++ broker: Don't hold on to delivery records for accepted/released messages ...Gordon Sim2008-10-151-1/+1
* Field Table API: changed the getInt() & getString() operationsAndrew Stitcher2008-10-134-25/+25
* QPID-1351Carl C. Trieloff2008-10-132-0/+71
* Periodically purge expired messages from queuesGordon Sim2008-10-132-0/+79