summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Modified return codes for txtest: returns 1 if check fails; 2 if exception is...Kim van der Riet2008-09-181-4/+6
* Build tweaks for distcheck: Gordon Sim2008-08-191-0/+1
* Forgot to remove unneeded commentKim van der Riet2008-08-191-1/+0
* Missing DTX recover code for --dtx mode in txtestKim van der Riet2008-08-191-0/+29
* Added --dtx option to txtest for DTX transaction testingKim van der Riet2008-08-181-5/+28
* Reduce the size of messages in fanout perftest to keep the queues from gettin...Gordon Sim2008-07-251-1/+1
* Merged fix to SubscriptionManager (was r679739)Gordon Sim2008-07-251-0/+20
* QPID-447: Optional mechanism to avoid race when automating topic tests. Patch...Gordon Sim2008-07-252-8/+36
* Further fixes to transactional perftest:Gordon Sim2008-07-231-4/+4
* Fix to transaction batching. (Backport of r669215).Gordon Sim2008-07-221-1/+1
* Add a get() method to subscription manager that retrieves one message from th...Gordon Sim2008-07-103-224/+31
* Fix test error.Alan Conway2008-06-121-3/+6
* Propagate error messages across the Demux between network & user threads.Alan Conway2008-06-121-1/+1
* * make tcp-nodelay option available for all testsGordon Sim2008-06-112-10/+50
* Updated doxygen comments in qpid/client/*.hAlan Conway2008-06-091-2/+0
* Moved from AccumulatedAck to SequenceSet in managing transactional acceptsGordon Sim2008-06-094-106/+20
* Uncomment test now that inline allocator is fixed.Gordon Sim2008-06-051-2/+1
* Fix to makefile and tests (one test temporarily disabled until a fix is found).Gordon Sim2008-06-055-40/+65
* Remove unused classes IList and ISList.Alan Conway2008-06-043-389/+0
* Increased default flush interval to 1MB, send spontaneous known-completed at ...Alan Conway2008-06-041-0/+37
* Avoid use of valgrind --log-file-exactly flag, removed in valgrind 3.3Alan Conway2008-06-044-9/+9
* Fixed typo in options.Gordon Sim2008-06-031-1/+1
* Add ConnectionOptions.h to sources for each test program.Gordon Sim2008-06-031-9/+9
* Reverted move of ConnectionOptions (without the parse functionality they aren...Gordon Sim2008-06-033-3/+57
* Move ConnectionOptions into qpid::client.Gordon Sim2008-06-033-57/+3
* Separate option parsing from qpid::client::ClientSettings.Alan Conway2008-06-0212-28/+84
* Improve performance of synchronous publication by not requesting known-comple...Gordon Sim2008-06-021-5/+14
* Added --syslog-name, --syslog-facility options.Alan Conway2008-06-022-10/+10
* QPID-1113 Management cleanup and performance enhancementsTed Ross2008-06-021-1/+1
* Minor updates to tests:Gordon Sim2008-06-025-15/+15
* 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