summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* rubygen/0-10/specification.rb:Alan Conway2008-03-112-3/+54
* forked python tests for 0-10 preview and 0-10 finalGordon Sim2008-03-051-1/+1
* Revert additions to valgrind suppressions checked in by mistake.Gordon Sim2008-03-041-61/+0
* Completed holders, visitors and serialization for 0-10 commands and controls.Alan Conway2008-03-042-6/+61
* Updated tracking of outgoing command id and send command-point control on ses...Gordon Sim2008-03-031-0/+61
* Fixed consolidation of ranges and added further validation to tests.Gordon Sim2008-03-031-4/+50
* A further step to final 0-10 spec.Gordon Sim2008-03-032-0/+94
* Template visitors for amqp_0_10::Command, Control and Struct.Alan Conway2008-02-293-19/+105
* amqp_0_10::ProxyTemplate - tested & functional.Alan Conway2008-02-282-1/+51
* Generate code for both 0-99 preview and 0-10 final specs .Alan Conway2008-02-271-2/+2
* Some refactoring of the 0-10 codepath (being migrated to final spec) that pri...Gordon Sim2008-02-251-1/+1
* Start moving towards final 0-10 spec:Gordon Sim2008-02-218-22/+22
* AMQP 0-10 type system:Alan Conway2008-02-212-1/+137
* Disabled RefCountedMap test - failing with valgrind error.Alan Conway2008-02-201-1/+2
* Added non-optional enum { SYNC, ASYNC } parameter to newSession.Alan Conway2008-02-209-17/+17
* sys::RefCountedMap - reference-counted weak map of reference-counted objects.Alan Conway2008-02-191-78/+76
* STL-style intrsive linked lists, single (ISList) and double (IList)Alan Conway2008-02-193-200/+330
* 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