summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* qpid/Serializer.h, qpid/amqp_0_10/Codec.h:Alan Conway2008-04-034-2/+38
* src/qpid/amqp_0_10/Map.h,.cpp: use preview encoding temporarily.Alan Conway2008-04-032-12/+0
* amqp_0_10/built_in_types.hAlan Conway2008-04-031-1/+13
* Fix serialize test failure on 64 bit architerctures.Alan Conway2008-04-032-1/+2
* Encoding/decoding for new types: amqp_0_10::Map, amqp_0_10:UnknownTypeAlan Conway2008-04-023-8/+109
* Fixed logger warning on F9.Alan Conway2008-04-021-1/+1
* Fix gcc 4.3 warnings.Alan Conway2008-04-021-0/+1
* Fix gcc 4.3 warnings.Alan Conway2008-04-021-11/+11
* Removed unused files.Alan Conway2008-03-271-123/+0
* Send accept in response to message publications if required.Gordon Sim2008-03-272-1/+130
* Removed unused class RefCountedMap.Alan Conway2008-03-261-1/+0
* Bounds-checking iterator wrapper, for use with Codec::encode/decode.Alan Conway2008-03-262-1/+75
* Fix compile errors/warnings with gcc 4.3Alan Conway2008-03-255-26/+23
* - Refactored RefCounted class to avoid virtual inheritanceAndrew Stitcher2008-03-248-29/+12
* Make AsyncIOAcceptor multi-protocol:Alan Conway2008-03-181-14/+1
* 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