summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/perftest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Changed the names of tests which are installed in /usr/bin/ to be prefixed wi...Kim van der Riet2010-05-241-741/+0
* Tidied up namespace usageAndrew Stitcher2009-09-091-35/+42
* QPID-2053: Allow queue names to be controlled for perftest (this allows multi...Gordon Sim2009-08-181-22/+31
* Remove incorrect directory from #includeAlan Conway2009-07-141-1/+1
* Add directory to #includeAlan Conway2009-07-141-1/+1
* Fix to perftest to make sure that all threads are joined even if thereAndrew Stitcher2009-06-231-27/+23
* Applied PIMPL pattern to SubscriptionManager.Alan Conway2009-05-041-0/+1
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-121-3/+4
* QPID-1729: trivial cleanup for shutdown in the case that perftest loses conne...Gordon Sim2009-03-121-2/+4
* Fixed for cases where --subs > 1 and --iterations > 1Gordon Sim2009-02-181-1/+14
* Add option to use single connection for all producers, and consumers to test ...Carl C. Trieloff2009-01-061-5/+16
* Fix setting of accept mode in perftest which appears to be back-to-front.Gordon Sim2008-11-281-1/+1
* * don't call exit after catching exception on any particular thread as the ot...Gordon Sim2008-11-101-5/+6
* Client API change: Centralize access to subscription status, better control o...Alan Conway2008-10-251-6/+7
* Revised transactional options to perftest as they could not be used on older ...Gordon Sim2008-10-241-30/+44
* Added options to perftestCarl C. Trieloff2008-10-091-14/+36
* QPID-1183: Use the right sizes to insert data inside the message payload wher...Gordon Sim2008-07-231-3/+3
* Fixes for transactional perftest (merge of r679038 from qpid.0-10)Gordon Sim2008-07-231-4/+4
* Fix bug that commits after every message. Oops!Gordon Sim2008-06-181-1/+1
* Moved from AccumulatedAck to SequenceSet in managing transactional acceptsGordon Sim2008-06-091-9/+20
* Improve performance of synchronous publication by not requesting known-comple...Gordon Sim2008-06-021-5/+14
* Changes to Session API:Alan Conway2008-05-261-4/+4
* Allow queue durbaility to be specified independent of message durability.Gordon Sim2008-05-041-3/+5
* QPID-920: send message-accept for acks (as well as completion)Gordon Sim2008-04-211-3/+3
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-15/+15
* Patch for improved compatibility with gcc 3.4 and boost 1.33Andrew Stitcher2008-04-171-1/+2
* Start moving towards final 0-10 spec:Gordon Sim2008-02-211-2/+2
* Added non-optional enum { SYNC, ASYNC } parameter to newSession.Alan Conway2008-02-201-1/+1
* add interval pu/sub options to test many concurrent connectionsCarl C. Trieloff2008-02-041-2/+12
* Add option to perftest to run for n iterations and print averages of all repo...Gordon Sim2008-01-161-75/+128
* Added option for making each published message have unique data (that can be ...Gordon Sim2008-01-151-5/+26
* Client always collects at least an entire frameset into a single bufferAlan Conway2008-01-101-1/+1
* Fixed to ensure that the correct exchange is used for different modes. (Previ...Gordon Sim2007-12-201-7/+8
* Fix sequence numbers and sequence checks in perftest.Alan Conway2007-12-141-17/+18
* Allow the queue policy to be set through command line optionsGordon Sim2007-12-141-7/+16
* perftest:Alan Conway2007-12-131-10/+16
* Improved exception message for messages out-of-order.Alan Conway2007-12-101-5/+12
* Summary:Alan Conway2007-12-071-8/+4
* Extra exception info.Alan Conway2007-12-051-3/+7
* Add unit_test.h to distribution.Alan Conway2007-11-281-6/+20
* Fix exception handling bug.Alan Conway2007-11-281-1/+1
* src/tests/perftest.cpp:Alan Conway2007-11-281-7/+28
* perftest improvements.Alan Conway2007-11-271-226/+410
* - set default to pre-acquire for acquire modeCarl C. Trieloff2007-11-211-2/+2
* - added confirm mode to perftestCarl C. Trieloff2007-11-211-3/+10
* perftest.cppAlan Conway2007-11-141-31/+28
* - call correct delete []Carl C. Trieloff2007-11-131-1/+1
* - fix for msg creation, content no longer overwritesCarl C. Trieloff2007-11-121-5/+7
* -- added sync requestCarl C. Trieloff2007-11-121-4/+24
* Add DeliveryMode enum to AMQHeaderBody.h, remove from tests.Alan Conway2007-11-101-3/+1