| Commit message (Expand) | Author | Age | Files | Lines |
| * | Assume accept-mode=1 (i.e. none required) where not explicitly specified on a... | Gordon Sim | 2008-07-10 | 3 | -3/+10 |
| * | Added exceptions to sys::Waitable. | Alan Conway | 2008-06-06 | 1 | -4/+4 |
| * | Generate code in $builddir to allow multiple VPATH builds. | Alan Conway | 2008-05-27 | 1 | -10/+1 |
| * | Changes to Session API: | Alan Conway | 2008-05-26 | 1 | -63/+109 |
| * | qpid::SessionState: Added error checking for invalid frame sequences. | Alan Conway | 2008-05-23 | 1 | -0/+1 |
| * | Support for 0-10 sessions, not yet integrated. Misc minor fixes. | Alan Conway | 2008-05-09 | 4 | -10/+38 |
| * | Cleanup: Re-enable tests that now pass; delete unused templates directory. | Gordon Sim | 2008-05-01 | 11 | -1362/+0 |
| * | QPID-918 patch from Senaka | Carl C. Trieloff | 2008-04-28 | 2 | -2/+18 |
| * | Generate c++ code from final 0-10 spec | Gordon Sim | 2008-04-24 | 14 | -106/+1518 |
| * | QPID-920: converted c++ client to use final 0-10 protocol | Gordon Sim | 2008-04-20 | 4 | -11/+39 |
| * | Separate new codec from liqqpidcommon to improve link times. | Alan Conway | 2008-04-16 | 1 | -6/+13 |
| * | Fix encoding for sized structs. | Alan Conway | 2008-04-16 | 1 | -5/+17 |
| * | Correct Struct32 encoding: size/code/data. | Alan Conway | 2008-04-15 | 1 | -3/+3 |
| * | Cleanup of size calculations and handling UnknownStruct | Alan Conway | 2008-04-15 | 1 | -14/+10 |
| * | Struct32 encoding | Alan Conway | 2008-04-15 | 1 | -46/+75 |
| * | amqp_0_10: Encoding for packed structs. | Alan Conway | 2008-04-10 | 3 | -20/+27 |
| * | Invocation handlers, see src/tests/amqp_0_10/handlers.cpp for example. | Alan Conway | 2008-04-10 | 3 | -4/+51 |
| * | Touched existing template so new template allSegmentTypes.rb will be noticed. | Alan Conway | 2008-04-08 | 1 | -1/+0 |
| * | Summary: added 0-10 Array encoding and decoding. | Alan Conway | 2008-04-08 | 3 | -10/+59 |
| * | src/qpid/amqp_0_10/Body.h, Header.h: placeholders. | Alan Conway | 2008-04-07 | 1 | -0/+1 |
| * | rubygen/0-10/specification.rb | Alan Conway | 2008-04-07 | 1 | -4/+13 |
| * | src/qpid/amqp_0_10/Exception.h | Alan Conway | 2008-04-04 | 1 | -8/+28 |
| * | rubygen/0-10/exceptions.rb: | Alan Conway | 2008-04-03 | 2 | -12/+73 |
| * | src/qpid/amqp_0_10/Map.h,.cpp: use preview encoding temporarily. | Alan Conway | 2008-04-03 | 1 | -2/+2 |
| * | Encoding/decoding for new types: amqp_0_10::Map, amqp_0_10:UnknownType | Alan Conway | 2008-04-02 | 3 | -3/+94 |
| * | Update to dtx inline with latest spec: | Gordon Sim | 2008-03-26 | 1 | -0/+1 |
| * | rubygen/0-10/specification.rb: | Alan Conway | 2008-03-11 | 1 | -9/+21 |
| * | Fixes to c++ broker: | Gordon Sim | 2008-03-06 | 1 | -1/+1 |
| * | Fixed calculation of size for frames with str16 fields. | Gordon Sim | 2008-03-05 | 1 | -0/+1 |
| * | Further updates to support final 0-10 spec | Gordon Sim | 2008-03-04 | 2 | -7/+8 |
| * | Completed holders, visitors and serialization for 0-10 commands and controls. | Alan Conway | 2008-03-04 | 2 | -48/+103 |
| * | A further step to final 0-10 spec. | Gordon Sim | 2008-03-03 | 5 | -4/+68 |
| * | Template visitors for amqp_0_10::Command, Control and Struct. | Alan Conway | 2008-02-29 | 3 | -23/+84 |
| * | amqp_0_10::ProxyTemplate - tested & functional. | Alan Conway | 2008-02-28 | 4 | -70/+86 |
| * | Fixed merging of multiple XML files for the same version. | Alan Conway | 2008-02-28 | 3 | -16/+17 |
| * | Added missing generated files to distribution. | Alan Conway | 2008-02-28 | 1 | -1/+1 |
| * | Generating domains, structs, commands and controls for 0-10 final spec. | Alan Conway | 2008-02-27 | 5 | -196/+236 |
| * | Generate code for both 0-99 preview and 0-10 final specs . | Alan Conway | 2008-02-27 | 17 | -122/+333 |
| * | Fixed rubygen to skip unchanged generated files, prevents needless | Alan Conway | 2008-02-22 | 4 | -16/+112 |
| * | Extended amqpgen.rb to cover 0-10 final model. | Alan Conway | 2008-02-22 | 1 | -16/+113 |
| * | Start moving towards final 0-10 spec: | Gordon Sim | 2008-02-21 | 1 | -2/+2 |
| * | Some minor changes to doc; primarily aimed at making the list of classes | Gordon Sim | 2008-01-23 | 1 | -0/+1 |
| * | Summary: | Alan Conway | 2007-12-07 | 1 | -53/+6 |
| * | examples/Makefile.am: | Alan Conway | 2007-12-04 | 1 | -2/+2 |
| * | Added framing::BodyHolder: | Alan Conway | 2007-11-22 | 1 | -20/+34 |
| * | Fix for QPID-639: c++ now includes sizes for all structs (enabled the same in... | Gordon Sim | 2007-11-07 | 1 | -7/+54 |
| * | Fix to QPID-640. The fields actually set/encoded are now tracked explicitly. | Gordon Sim | 2007-11-07 | 1 | -43/+105 |
| * | Add support for array type to c++ (and python, decode only for now) | Gordon Sim | 2007-11-06 | 1 | -0/+1 |
| * | Generate doxygen comments for Session_0_10 using AMQP <doc> elements. | Alan Conway | 2007-10-30 | 3 | -12/+81 |
| * | Client API: fix keyword parameter ambiguities for beta client API. | Alan Conway | 2007-10-30 | 2 | -183/+163 |