summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Minor change to tests to use correlation id rather than body for identifying ...Gordon Sim2008-05-132-3/+9
* Fix macro used in test for backwards compatability.Gordon Sim2008-05-131-1/+1
* QPID-1052: Patch from Ted RossGordon Sim2008-05-121-0/+9
* QPID-1039: Patch from Mick Goulish: Fix program options behavior for Boost 10...Andrew Stitcher2008-05-122-1/+156
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-121-23/+17
* Couple of extra simple tests for publishing and consuming in generic fashion.Gordon Sim2008-05-123-1/+227
* Script to test federated setup using the topic test.Gordon Sim2008-05-121-0/+94
* Support for 0-10 sessions, not yet integrated. Misc minor fixes.Alan Conway2008-05-093-171/+99
* From https://issues.apache.org/jira/browse/QPID-879 contributed by Jonathan R...Alan Conway2008-05-064-1/+174
* Allow queue durbaility to be specified independent of message durability.Gordon Sim2008-05-041-3/+5
* Use amq.direct for control queue in topic test.Gordon Sim2008-05-042-2/+2
* Use BOOST_CHECK_EQUAL in place of BOOST_REQUIRE_EQUAL (compatible with older ...Gordon Sim2008-05-021-1/+1
* Boost's string split function causes problems on older versions of the librar...Gordon Sim2008-05-012-0/+78
* Cleanup: Re-enable tests that now pass; delete unused templates directory.Gordon Sim2008-05-011-25/+20
* QPID-974: allow the size of the queue of outgoing frames to be restrictedGordon Sim2008-04-2913-76/+72
* QPID-977: shutdown mgmt client cleanly in federation tests (patch from tross@...Gordon Sim2008-04-291-5/+85
* Session state as per AMQP 0-10 specification.Alan Conway2008-04-271-25/+229
* Generate c++ code from final 0-10 specGordon Sim2008-04-244-4/+4
* add include for list, for gcc4.3Nuno Santos2008-04-241-0/+1
* Fix build error introduced by earlier commit.Alan Conway2008-04-232-8/+2
* Reverted earlier change to valgrind suppressionsAndrew Stitcher2008-04-231-74/+0
* src/tests/ClientSessionTest.cpp: uncommented tests for session resume as EXPE...Alan Conway2008-04-232-21/+56
* Patch from Mick Goulish: Fixes to previous improved portability patchAndrew Stitcher2008-04-231-0/+74
* Make python tests work with VPATH buildsAndrew Stitcher2008-04-232-5/+9
* - SequenceSet implemented on RangeSet.Alan Conway2008-04-233-2/+26
* Moved federation to final 0-10 codepathGordon Sim2008-04-221-6/+6
* QPID-947: update cpp and python management to 0-10 finalRafael H. Schloming2008-04-225-35/+36
* QPID-944: do no-local checking where requested when there is an exclusive sub...Gordon Sim2008-04-221-0/+1
* Disable compilation of amqp_0_10 codec until ready for integration.Alan Conway2008-04-211-7/+9
* Better workaround for boost::ptr_map incompatibility between boost 1.33 and 1...Alan Conway2008-04-211-1/+1
* Fix compile error on rhel5.Alan Conway2008-04-211-45/+45
* src/qpid/RangeSet.h: generic set implementation using ranges.Alan Conway2008-04-214-14/+227
* QPID-920: send message-accept for acks (as well as completion)Gordon Sim2008-04-215-8/+11
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-2016-152/+85
* Fix test failure.Alan Conway2008-04-181-2/+3
* Fix build problem.Alan Conway2008-04-181-1/+1
* Uncommented tests.Alan Conway2008-04-181-284/+283
* src/tests/python_tests: fix exit status if QPID_NO_PREVIEW is set.Alan Conway2008-04-181-1/+1
* Patch for improved compatibility with gcc 3.4 and boost 1.33Andrew Stitcher2008-04-1730-255/+292
* src/Makefile.am: Fix problems with rpmbuild.Alan Conway2008-04-171-25/+8
* Added missing .h files to Makefile.am to fix make rpmbuild.Alan Conway2008-04-171-1/+1
* Separate new codec from liqqpidcommon to improve link times.Alan Conway2008-04-161-2/+3
* Fix encoding for sized structs.Alan Conway2008-04-162-280/+418
* Correct Struct32 encoding: size/code/data.Alan Conway2008-04-151-11/+15
* Comment out failing test, repairing.Alan Conway2008-04-151-7/+6
* Disabled failing tests, working on fixing the issues.Alan Conway2008-04-151-1/+8
* Cleanup of size calculations and handling UnknownStructAlan Conway2008-04-151-0/+9
* Refactored the IO framework that sits on top of Poller so that it uses a gene...Andrew Stitcher2008-04-151-60/+24
* Struct32 encodingAlan Conway2008-04-152-5/+23
* Use the errata file for final 0-10 that has a type code for xids without whic...Gordon Sim2008-04-141-1/+1