summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Quote all non-printable ASCII characters (not just control characters)Alan Conway2008-02-121-3/+3
* Added a test (currently disabled) that highlights a deadlock in the client wh...Gordon Sim2008-02-111-8/+40
* Quote unprintable control characters in log output.Alan Conway2008-02-071-0/+20
* From Ted Ross, https://issues.apache.org/jira/browse/QPID-780Alan Conway2008-02-062-1/+2
* Replaced --enable-cluster option with --with-cpg to enable/disable CPG.Alan Conway2008-02-061-1/+1
* Added testSendToSelf for https://bugzilla.redhat.com/show_bug.cgi?id=410551Alan Conway2008-02-052-0/+19
* add interval pu/sub options to test many concurrent connectionsCarl C. Trieloff2008-02-041-2/+12
* Use 'guest' as default uid and password for tests.Gordon Sim2008-02-011-2/+2
* Cluster code fixed for changes in codebase.Alan Conway2008-02-0110-330/+90
* Added cluster URL configuration, defaults to all interfaces.Alan Conway2008-02-011-1/+1
* Provide public read-access to IListNode pointers, so frame handlersAlan Conway2008-01-291-0/+4
* Deleted unused classes, adjusted files that still mention them.Alan Conway2008-01-297-427/+0
* Added disabled test and FIXME note to fix client-side race.Alan Conway2008-01-281-18/+26
* Convert ClientSessionTest to boost.Alan Conway2008-01-282-109/+101
* Improved/additional client API tests.Alan Conway2008-01-249-415/+196
* qpid/IList.h: Added public T* getNext(), T* getPrev() to IListNode so node su...Alan Conway2008-01-181-2/+16
* Added a test to measure latency (still needs refining, still evolving)Gordon Sim2008-01-172-0/+376
* Removed erroneous commentGordon Sim2008-01-171-7/+0
* Intrusive list template qpid::IList and unit tests.Alan Conway2008-01-173-12/+256
* 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
* Extra level of exception handling to prevent core dumps.Gordon Sim2008-01-091-2/+7
* Ensure tx test retains durability of 'transfered' messages.Gordon Sim2008-01-041-0/+1
* Additional test for excercising transactional behaviour.Gordon Sim2008-01-042-0/+275
* Makefile.am: added check-long target to run perftest scenarios.Alan Conway2008-01-047-5/+25
* Fixed to ensure that the correct exchange is used for different modes. (Previ...Gordon Sim2007-12-201-7/+8
* Changed to use the new session api, made size and max-frame-size configurable.Gordon Sim2007-12-171-74/+83
* Fix sequence numbers and sequence checks in perftest.Alan Conway2007-12-141-17/+18
* Updated tests expectations inline with recent change to default logging outputGordon Sim2007-12-141-1/+1
* Allow the queue policy to be set through command line optionsGordon Sim2007-12-141-7/+16
* perftest:Alan Conway2007-12-132-31/+42
* Some fixes relating to message 'staging'.Gordon Sim2007-12-131-3/+3
* Updated valgrind suppressions for F8.Alan Conway2007-12-121-25/+4
* src/qpid/InlineAllocator.h: Removed cast, causing problems on alpha platform.Alan Conway2007-12-121-0/+1
* src/tests/ClientSessionTest.cpp: Disabled hanging test: testDisconnectResume. Alan Conway2007-12-113-55/+50
* Improved exception message for messages out-of-order.Alan Conway2007-12-101-5/+12
* Added missing trailing \ to Makefile.am - the cause of the cruisecontrol buil...Kim van der Riet2007-12-101-1/+1
* src/tests/SocketProxy.h: proxy between local client & server to simulate netw...Alan Conway2007-12-105-42/+108
* src/tests/Makefile.am: Add BrokerFixture.h to sourc listsAlan Conway2007-12-071-1/+1
* Summary:Alan Conway2007-12-075-95/+182
* Removed redundant TimerA, use intrusive_ptr for Timer.Alan Conway2007-12-061-4/+5
* Extra exception info.Alan Conway2007-12-051-3/+7
* Fixed problems with setting pub/sub hosts.Alan Conway2007-12-051-19/+12
* Fixed errors in usage text.Alan Conway2007-12-051-6/+3
* Updates to topic testGordon Sim2007-12-042-43/+37
* Add option for durability to topic testGordon Sim2007-12-032-11/+16
* Fix problem where client does notice disconnection from Broker. Alan Conway2007-12-013-61/+100
* Altered topic test to use the new session api.Gordon Sim2007-11-302-59/+71
* Changes to threading: queues serialiser removed, io threads used to drive dis...Gordon Sim2007-11-292-29/+59