summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/latencytest.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-469/+0
* QPID-1904: Ensure that all timestamp uses are correctly relative to 1/1/1970 ...Andrew Stitcher2010-04-231-2/+2
* Tidied up namespace usageAndrew Stitcher2009-09-091-24/+31
* More friendly stalled messages for no samplesCarl C. Trieloff2009-07-271-13/+25
* better help text, kill not so usefull optionCarl C. Trieloff2009-07-161-30/+4
* Minor cluster optimizations.Alan Conway2009-07-141-13/+44
* Remove incorrect directory from #includeAlan Conway2009-07-141-1/+1
* Add directory to #includeAlan Conway2009-07-141-1/+1
* Applied PIMPL pattern to SubscriptionManager.Alan Conway2009-05-041-0/+1
* Fix cluster flow control bug: hang with large messages (>frame-max) and low -...Alan Conway2009-02-101-2/+1
* Fix logic to generate messages at a specified rate. Alan Conway2009-01-141-21/+15
* Add option to use single connection for all producers, and consumers to test ...Carl C. Trieloff2009-01-061-6/+25
* Cluster: Option --cluster-read-max configures read-to-redeliver flow-control.Alan Conway2008-12-091-1/+1
* QPID-1465: Fixed initialisation of minimum value so it is tracked correctlyAndrew Stitcher2008-11-141-1/+2
* Allow AbsTime and Duration to be used cross-platform; add usleep() wrapper. R...Stephen D. Huston2008-10-291-3/+3
* Client API change: Centralize access to subscription status, better control o...Alan Conway2008-10-251-5/+6
* Fix bug in computing min latency: 0 latencies not handled correctly.Alan Conway2008-09-041-3/+4
* Bugfixes:Gordon Sim2008-09-041-3/+3
* Pre-buffering output strategy for cluster.Alan Conway2008-08-211-6/+9
* Added extra option (fixed time limit in rate mode) to latency test. Patch fro...Gordon Sim2008-07-011-10/+27
* * make tcp-nodelay option available for all testsGordon Sim2008-06-111-9/+48
* Improve latency test tool to allow lower rates.Gordon Sim2008-05-281-14/+12
* Changes to Session API:Alan Conway2008-05-261-5/+5
* QPID-974: allow the size of the queue of outgoing frames to be restrictedGordon Sim2008-04-291-1/+2
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-5/+4
* 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
* Added a test to measure latency (still needs refining, still evolving)Gordon Sim2008-01-171-0/+372