| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Rename client::Session as client::Session_0_10 | Alan Conway | 2007-10-29 | 1 | -3/+3 |
| * | Session resume support in client & broker: Client can resume a session | Alan Conway | 2007-10-26 | 1 | -14/+54 |
| * | * Summary: generalized Invoker visitor to all *Operations and | Alan Conway | 2007-10-16 | 5 | -116/+108 |
| * | Implementation of 0-10 field tables | Andrew Stitcher | 2007-10-16 | 1 | -2/+2 |
| * | Enabled packed struct encoding in python, cpp, and java. Also fixed computati... | Rafael H. Schloming | 2007-10-14 | 2 | -27/+47 |
| * | Fixed compile error. | Alan Conway | 2007-09-28 | 1 | -1/+2 |
| * | Missed commit for last checkin. | Alan Conway | 2007-09-28 | 1 | -2/+1 |
| * | * src/tests/ClientSessionTest.cpp: Suspend/resume tests. | Alan Conway | 2007-09-28 | 1 | -25/+20 |
| * | Some revisions to rubygen for packed structs and execution header (changes no... | Gordon Sim | 2007-09-27 | 3 | -28/+145 |
| * | Start execution mark from -1 (0xFFFFFFFF) | Gordon Sim | 2007-09-26 | 1 | -0/+1 |
| * | Split broker::Session into: | Alan Conway | 2007-09-21 | 1 | -2/+2 |
| * | * cpp/bootstrap, cpp/rubygen/generate, cpp/src/Makefile.am: | Alan Conway | 2007-09-20 | 1 | -8/+18 |
| * | * rubygen/templates/Proxy.rb, src/qpid/framing/Proxy.cpp, Proxy.h: | Alan Conway | 2007-09-18 | 1 | -15/+10 |
| * | In ClientChannel: Use subscribe and flush in place of get; use per-subscriber... | Gordon Sim | 2007-09-12 | 1 | -1/+1 |
| * | Moved old ClientChannel class from using basic to using message for publish &... | Gordon Sim | 2007-09-11 | 1 | -0/+3 |
| * | Support for keyword args in session interface | Gordon Sim | 2007-09-10 | 2 | -15/+82 |
| * | Implementation of execution.result on the client side | Gordon Sim | 2007-09-06 | 2 | -37/+39 |
| * | * Summary: | Alan Conway | 2007-08-31 | 1 | -3/+3 |
| * | Fix compile errors in generated code. | Alan Conway | 2007-08-30 | 2 | -4/+5 |
| * | * rubygen/cppgen.rb: Use class Uuid for AMQP uuids. | Alan Conway | 2007-08-29 | 2 | -5/+2 |
| * | Generate constants and reply exceptions from spec constants. | Alan Conway | 2007-08-28 | 3 | -5/+50 |
| * | Updated message.transfer encoding to use header and content segments (includi... | Gordon Sim | 2007-08-28 | 4 | -15/+27 |
| * | * src/qpid/framing/FrameDefaultVisitor.h: | Alan Conway | 2007-08-27 | 2 | -0/+40 |
| * | * src/qpid/framing/FrameDefaultVisitor.h: | Alan Conway | 2007-08-27 | 1 | -0/+34 |
| * | * rubygen/cppgen.rb: Use uint rather than u_int form for consistency. | Alan Conway | 2007-08-27 | 3 | -14/+9 |
| * | * rubygen/amqpgen.rb: Performance and API improvements. | Alan Conway | 2007-08-27 | 12 | -312/+301 |
| * | Reapply rev 568249 with the changes made to the generator this time, rather t... | Gordon Sim | 2007-08-22 | 2 | -41/+2 |
| * | Undo revision 568249, causing tests to hang. | Alan Conway | 2007-08-21 | 1 | -0/+39 |