summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* QPID-1904: Ensure that all timestamp uses are correctly relative to 1/1/1970 ...Andrew Stitcher2010-04-232-3/+3
* Fix bug in disabling sequence number and timestamp.Alan Conway2010-04-221-5/+9
* QPID-2527: Remove Thread::id member as its uses are better implemented by com...Andrew Stitcher2010-04-212-2/+2
* Add QMF_LIB to PYTHONPATH to pick up qmf.consoleStephen D. Huston2010-04-211-3/+6
* Add QMF_LIB to PYTHONPATH to pick up qmf.consoleStephen D. Huston2010-04-213-3/+9
* qpid_send: make serialno & timestamp optional.Alan Conway2010-04-212-9/+19
* Consistent use of string constants for message property keys in sender/receiv...Alan Conway2010-04-218-12/+21
* Count latency samples, don't assume all messages are latency samples.Alan Conway2010-04-212-4/+8
* QPID-2487: remove call to reversed() - not in pre2.4 python, increased bind t...Kenneth Anthony Giusti2010-04-201-9/+9
* Port of the ACL tests script to Windows Powershell.Stephen D. Huston2010-04-191-0/+98
* Add store test executions if building the store module. Add trigger on messag...Stephen D. Huston2010-04-192-0/+104
* QPID-2487: add wait for new exchange to appear in qmfKenneth Anthony Giusti2010-04-191-22/+48
* Add missing Statistics.cpp to sender test's sourcesStephen D. Huston2010-04-191-1/+1
* QPID-2487: fix route propagation tests to prevent spurious timeouts.Kenneth Anthony Giusti2010-04-161-58/+263
* qpid_cpp_benchmark: added options to set address options for sending/receiving.Alan Conway2010-04-161-13/+13
* Added throughput reporting to sender.cpp.Alan Conway2010-04-162-8/+29
* Implementation of QPID-2509 (Remove message staging from C++ broker)Kim van der Riet2010-04-151-64/+3
* Install new old-examples visual studio solution fileAndrew Stitcher2010-04-151-0/+4
* Tidy up unnecessary includes in ConnectionSettings and fix consequencesGordon Sim2010-04-142-0/+4
* Fix url parsing to make hostname requiredGordon Sim2010-04-141-3/+5
* Fix testagent for changes in r933842Gordon Sim2010-04-141-5/+1
* Update qpid_cpp_benchmark for change in python API exceptions.Alan Conway2010-04-131-1/+1
* qpid_cpp_benchmark: added --reliable optionAlan Conway2010-04-131-9/+20
* qpid_cpp_benchmark: print send/receive stats side-by-sideAlan Conway2010-04-132-19/+29
* Make qpid_send/qpid_receive output more spreadsheet-friendly.Alan Conway2010-04-134-21/+24
* Pick up more of the existing test cases from qpid/testsStephen D. Huston2010-04-121-2/+4
* Fix testagent.mk to generate code conditionally same as ../Makefile.amAlan Conway2010-04-121-2/+4
* qpid_cpp_benchmark waits for receivers to be ready before starting senders.Alan Conway2010-04-122-14/+29
* QPID-664: changed option verifier to use constants rather than duplicating st...Gordon Sim2010-04-121-0/+7
* Fix code-generation dependencies for tests/testagent.Alan Conway2010-04-121-2/+2
* Added --ack-frequency to qpid_cpp_benchmark.Alan Conway2010-04-121-0/+3
* QPID-2487: add federation tests to verify bugfix.Kenneth Anthony Giusti2010-04-092-3/+560
* Rationalize message count and message content options in new API send/receive...Alan Conway2010-04-093-25/+53
* QPID-664: changed pending to unsettled; added available to sender; minor upda...Gordon Sim2010-04-091-9/+9
* Fix --send-rate option in qpid_cpp_benchmark.Alan Conway2010-04-091-1/+2
* Script to run performance benchmarks using qpid_send and qpid_receive.Alan Conway2010-04-092-16/+129
* QPID-664: changed connect() back to open(),removed detach(),defined new excep...Gordon Sim2010-04-094-10/+10
* This adds test cases for QPID-2488Rajith Muditha Attapattu2010-04-081-0/+75
* Renamed qpid_recv to qpid_receive.Alan Conway2010-04-083-9/+7
* QPID-664: changed open() to connect(), moved url parameter to constructor, ad...Gordon Sim2010-04-084-8/+8
* Changed the recent AbsTime::Epoch code to conform better to the previouslyAndrew Stitcher2010-04-082-2/+2
* Add Statistics.h/.cpp to Makefile.am and CMakeLists.txt.Alan Conway2010-04-072-2/+4
* Fix ambiguous --report option in qpid_send, qpid_recv.Alan Conway2010-04-072-9/+9
* Fix compiler warnings "virtual function but no virtual destructor".Alan Conway2010-04-073-0/+8
* Extend qpid_send, qpid_recv to measure throughput and latency.Alan Conway2010-04-075-19/+317
* QPID-664: added method to release messagesGordon Sim2010-04-061-0/+15
* QPID-2482: prevent duplication of messages that match multiple binding keys o...Kenneth Anthony Giusti2010-04-061-0/+51
* QPID-664: added param to control synchronous send and acknowledgeGordon Sim2010-04-061-0/+12
* Update cluster store status with a single atomic write() operation.Alan Conway2010-04-014-30/+45
* Adapted test to an API change in qmf.console.Ted Ross2010-04-011-2/+2