summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* fixed encoding of 64 bit types and added additional tests for 64 bit integersRafael H. Schloming2008-11-111-3/+8
* * don't call exit after catching exception on any particular thread as the ot...Gordon Sim2008-11-101-5/+6
* Add Message callbacks for async completion.Alan Conway2008-11-062-0/+101
* Restrict connection close codes to the set defined in the specGordon Sim2008-11-061-28/+28
* Removed the --enforce-acl option. Instead if a policy file is specified acl w...Rajith Muditha Attapattu2008-11-061-1/+1
* * fix bug causing last message to occasionally be lost on replayGordon Sim2008-11-061-0/+20
* SubscriptionManager and Dispatcher were missing wait() methods meaning that i...Gordon Sim2008-11-061-2/+2
* Added ability to release messages through the Subscription class (+test)Gordon Sim2008-11-051-0/+84
* Fix error in run_test.Alan Conway2008-11-051-1/+1
* Cluster: clean up connections when a member leaves the cluster.Alan Conway2008-11-053-4/+6
* Cluster: replicate transaction state to newcomers.Alan Conway2008-11-052-28/+24
* fixed compilation warnings from comparison of signed and unsigned intsGordon Sim2008-11-051-2/+2
* 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