summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Convert remaining cppunit tests to boost test framework to reduce dependencies.Gordon Sim2008-05-3020-2086/+1842
* Performnace fix, improves 6-8% on high core count machines.Carl C. Trieloff2008-05-291-1/+1
* Only record frames for replay if timeout is non-zero.Gordon Sim2008-05-291-0/+4
* Improve latency test tool to allow lower rates.Gordon Sim2008-05-281-14/+12
* Copy valgrind support files in a VPATH builds.Alan Conway2008-05-271-1/+4
* Removed BOOST_REQUIRE_EQUAL, not available in older boost.test.Alan Conway2008-05-261-1/+1
* Speculative "fix" for solaris compile errors discussed on qpid-dev.Alan Conway2008-05-261-1/+1
* Changes to Session API:Alan Conway2008-05-2613-72/+74
* Delete obsolete Channel class.Alan Conway2008-05-233-466/+18
* qpid::SessionState: Added error checking for invalid frame sequences.Alan Conway2008-05-232-6/+7
* Replaced AtomicCount with AtomicValue template. Alan Conway2008-05-214-439/+51
* Support for AMQP 0-10 sessions in C++ broker.Alan Conway2008-05-203-81/+77
* Patch from michael goulish: QPID-1063: "under Boost 103200, command line args...Kim van der Riet2008-05-151-1/+0
* - Enable python tets and examples in make rpmbuild.Alan Conway2008-05-151-4/+4
* Python tests running in rpmbuild.Alan Conway2008-05-141-1/+1
* Undo revision 656320, causing build problems.Alan Conway2008-05-144-17/+12
* Don't fail if python tests aren't found.Gordon Sim2008-05-141-1/+1
* Fix valgrind problems in VPATH builds.Alan Conway2008-05-144-12/+17
* QPID-990: Patch from Ted Ross to enable persisting of inter-broker routing en...Gordon Sim2008-05-131-2/+3
* 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