summaryrefslogtreecommitdiff
path: root/cpp/src/tests/perftest.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of BasicHeaderProperties, dead code from 0-8 protocol.Alan Conway2007-11-091-1/+3
* src/tests/perfdist: Use ssh to run distributed perftest.Alan Conway2007-11-081-36/+58
* Added persistence to queue declaration when --durable option is defined on th...Kim van der Riet2007-11-081-1/+1
* Revert r592946Alan Conway2007-11-071-5/+3
* Fix race condition in perftest.Alan Conway2007-11-071-3/+5
* Fix race condition in perftest.Alan Conway2007-11-071-18/+37
* auto-ack support for perftest.Alan Conway2007-11-071-4/+8
* client::SubscriptionManager:Alan Conway2007-11-071-222/+158
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-1/+0
* header path fixCarl C. Trieloff2007-10-011-1/+1
* - add option to create durable messages.Carl C. Trieloff2007-10-011-1/+8
* Renamed the following files for consistency:Alan Conway2007-09-251-3/+3
* If neither --listen nor --publish is specified, do both.Alan Conway2007-08-201-0/+2
* * perftest/topic_publisher.cpp, topic_listener.cpp:Alan Conway2007-08-151-0/+298