summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix encoding for sized structs.Alan Conway2008-04-162-280/+418
* Correct Struct32 encoding: size/code/data.Alan Conway2008-04-151-11/+15
* Comment out failing test, repairing.Alan Conway2008-04-151-7/+6
* Disabled failing tests, working on fixing the issues.Alan Conway2008-04-151-1/+8
* Cleanup of size calculations and handling UnknownStructAlan Conway2008-04-151-0/+9
* Refactored the IO framework that sits on top of Poller so that it uses a gene...Andrew Stitcher2008-04-151-60/+24
* Struct32 encodingAlan Conway2008-04-152-5/+23
* Use the errata file for final 0-10 that has a type code for xids without whic...Gordon Sim2008-04-141-1/+1
* QPID-648: Initial support for sasl authentication for c++ broker. From patch ...Gordon Sim2008-04-143-3/+4
* amqp_0_10: Encoding for packed structs.Alan Conway2008-04-101-3/+41
* Invocation handlers, see src/tests/amqp_0_10/handlers.cpp for example.Alan Conway2008-04-102-1/+127
* Fixes and automated tests for federation function.Gordon Sim2008-04-093-1/+217
* Improved diagnostics in allSegmentTypes test.Alan Conway2008-04-091-1/+5
* Summary: added 0-10 Array encoding and decoding.Alan Conway2008-04-083-17/+74
* src/qpid/amqp_0_10/Body.h, Header.h: placeholders.Alan Conway2008-04-072-45/+44
* rubygen/0-10/specification.rbAlan Conway2008-04-073-82/+0
* Fixed time classes for some changes that misunderstood how they are supposedAndrew Stitcher2008-04-071-10/+0
* Fix rhel5 build errors.Alan Conway2008-04-071-1/+1
* Encoding/decoding for packed structs and optional members.Alan Conway2008-04-071-10/+52
* Minor cleanup of base Exception and python_tests script.Alan Conway2008-04-041-1/+5
* 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