summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-1306Carl C. Trieloff2008-10-111-3/+6
* QPID-1350 - Object reference following in the QMF console APITed Ross2008-10-101-1/+12
* QPID-1349 - Push routing for federation (includes hook for dynamic routing)Ted Ross2008-10-101-0/+44
* Client-side support for amq.faiover exchange. Connection::getKnownBrokers pro...Alan Conway2008-10-091-44/+24
* QPID-1306Carl C. Trieloff2008-10-091-0/+48
* Added options to perftestCarl C. Trieloff2008-10-091-14/+36
* QPID-1306Carl C. Trieloff2008-10-082-7/+97
* Added serialize/deserialize for ObjectIdTed Ross2008-10-082-1/+76
* SessionImpl using ExceptionHolder to generate correctly typed exceptions..Alan Conway2008-10-081-2/+2
* rubygen/framing.0-10/constants.rb: create functions for all 3 exception subcl...Alan Conway2008-10-081-33/+31
* broker: Fixed incorrect pass-by-reference of Queue::shared_ptr in several files.Alan Conway2008-10-072-5/+80
* Rename size() to encodedSize() for encoded types to allow std collection inte...Alan Conway2008-10-074-9/+9
* Cluster join & brain-dumps working.Alan Conway2008-10-031-28/+3
* QPID-1306Carl C. Trieloff2008-10-031-0/+79
* QPID 1306Carl C. Trieloff2008-10-032-0/+2
* QPID-1306Carl C. Trieloff2008-09-301-4/+4
* QPID-1306Carl C. Trieloff2008-09-301-13/+9
* QPID-1306Carl C. Trieloff2008-09-301-0/+90
* Remove unused file.Alan Conway2008-09-302-101/+0
* Added ScopedSuppressLogging, used to suppress expected error messages in tests.Alan Conway2008-09-254-47/+37
* Cluster replicates session command sequence state and consumers to newcomers.Alan Conway2008-09-241-24/+25
* Additional policy testGordon Sim2008-09-231-0/+23
* Fixed error handling session-busy condition on broker.Alan Conway2008-09-222-23/+29
* Refactoring of queue/queue-policy:Gordon Sim2008-09-211-34/+113
* DumpClient send connections & session IDs to new members.Alan Conway2008-09-211-17/+29
* Support floats and doubles in field tables.Gordon Sim2008-09-191-0/+35
* Added support for nested field tables & arrays within a field table.Gordon Sim2008-09-191-0/+40