summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up unused members/testsAlan Conway2008-09-192-123/+0
* Dump shared state to new cluster members.Alan Conway2008-09-181-79/+88
* Modified return codes for txtest: returns 1 if check fails; 2 if exception is...Kim van der Riet2008-09-181-4/+6
* Refactor Cluster logic into separate handlers for Joining & Member modes.Alan Conway2008-09-181-1/+1
* Fix race in cluster join protocol.Alan Conway2008-09-161-3/+1
* Simplified cluster updates.Alan Conway2008-09-163-219/+2
* Cluster member stalling, cluster map updates and unit tests.Alan Conway2008-09-154-114/+174
* Corrected warning for unsignedCarl C. Trieloff2008-09-122-33/+33
* Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys.Alan Conway2008-09-126-40/+304
* fix warningsCarl C. Trieloff2008-09-111-2/+2
* Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss...Alan Conway2008-09-112-22/+54
* Refactored c++ client library to allow multiple protocols to beAndrew Stitcher2008-09-112-1/+2
* Cluster support for copying shared broker state to new members.Alan Conway2008-09-101-3/+83