summaryrefslogtreecommitdiff
path: root/cpp/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Re-enable tests that now pass; delete unused templates directory.Gordon Sim2008-05-011-25/+20
* QPID-974: allow the size of the queue of outgoing frames to be restrictedGordon Sim2008-04-2913-76/+72
* QPID-977: shutdown mgmt client cleanly in federation tests (patch from tross@...Gordon Sim2008-04-291-5/+85
* Session state as per AMQP 0-10 specification.Alan Conway2008-04-271-25/+229
* Generate c++ code from final 0-10 specGordon Sim2008-04-244-4/+4
* add include for list, for gcc4.3Nuno Santos2008-04-241-0/+1
* Fix build error introduced by earlier commit.Alan Conway2008-04-232-8/+2
* Reverted earlier change to valgrind suppressionsAndrew Stitcher2008-04-231-74/+0
* src/tests/ClientSessionTest.cpp: uncommented tests for session resume as EXPE...Alan Conway2008-04-232-21/+56
* Patch from Mick Goulish: Fixes to previous improved portability patchAndrew Stitcher2008-04-231-0/+74
* Make python tests work with VPATH buildsAndrew Stitcher2008-04-232-5/+9
* - SequenceSet implemented on RangeSet.Alan Conway2008-04-233-2/+26
* Moved federation to final 0-10 codepathGordon Sim2008-04-221-6/+6
* QPID-947: update cpp and python management to 0-10 finalRafael H. Schloming2008-04-225-35/+36
* QPID-944: do no-local checking where requested when there is an exclusive sub...Gordon Sim2008-04-221-0/+1
* Disable compilation of amqp_0_10 codec until ready for integration.Alan Conway2008-04-211-7/+9
* Better workaround for boost::ptr_map incompatibility between boost 1.33 and 1...Alan Conway2008-04-211-1/+1
* Fix compile error on rhel5.Alan Conway2008-04-211-45/+45
* src/qpid/RangeSet.h: generic set implementation using ranges.Alan Conway2008-04-214-14/+227
* QPID-920: send message-accept for acks (as well as completion)Gordon Sim2008-04-215-8/+11
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-2016-152/+85
* Fix test failure.Alan Conway2008-04-181-2/+3
* Fix build problem.Alan Conway2008-04-181-1/+1
* Uncommented tests.Alan Conway2008-04-181-284/+283
* src/tests/python_tests: fix exit status if QPID_NO_PREVIEW is set.Alan Conway2008-04-181-1/+1
* Patch for improved compatibility with gcc 3.4 and boost 1.33Andrew Stitcher2008-04-1730-255/+292
* src/Makefile.am: Fix problems with rpmbuild.Alan Conway2008-04-171-25/+8
* Added missing .h files to Makefile.am to fix make rpmbuild.Alan Conway2008-04-171-1/+1
* Separate new codec from liqqpidcommon to improve link times.Alan Conway2008-04-161-2/+3
* 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