| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Invocation now uses the visitor mechanism | Gordon Sim | 2007-08-21 | 1 | -39/+0 |
| * | Create directory for generated files | Gordon Sim | 2007-08-21 | 1 | -1/+1 |
| * | Refresh of transitional xml to more closely reflect latest specification | Gordon Sim | 2007-08-21 | 8 | -40/+593 |
| * | * Respect the GENERATE automake conditional in generated rubygen.mk | Alan Conway | 2007-08-17 | 1 | -1/+3 |
| * | * Fixes for code generation. | Alan Conway | 2007-08-17 | 4 | -106/+48 |
| * | rubygen/templates/Session.rb: apply fixes that were mistakenly made to the ge... | Alan Conway | 2007-08-16 | 1 | -1/+1 |
| * | AMQBodies are no longer allocated on the heap and passed with shared_ptr. | Alan Conway | 2007-08-16 | 7 | -20/+89 |
| * | Altered old client channel to use new generated session interface (primarily ... | Gordon Sim | 2007-08-15 | 1 | -5/+17 |
| * | Removed unused types: RequestId, ResponseId, MethodContext. | Alan Conway | 2007-08-14 | 3 | -100/+56 |
| * | Fix unused argument warning. | Alan Conway | 2007-08-10 | 1 | -1/+1 |
| * | * src/qpid/framing/MethodHolder.h, .cpp: | Alan Conway | 2007-08-09 | 2 | -3/+72 |
| * | * rubygen/amqpgen.rb: workaround XML namespace problem with ruby 1.8.6. | Alan Conway | 2007-08-09 | 1 | -4/+17 |
| * | Avoid clash with built-in ruby function Object.methods():n | Alan Conway | 2007-08-09 | 8 | -38/+38 |
| * | Moved Proxy generation to rubygen. | Alan Conway | 2007-08-09 | 3 | -39/+29 |
| * | * Summary: new Frame type to replace AMQFrame. Instead of holding | Alan Conway | 2007-08-07 | 3 | -6/+83 |
| * | Added first cut of generated client interface. | Gordon Sim | 2007-08-05 | 5 | -7/+147 |
| * | * amqpgen.rb: fix sytax error. | Alan Conway | 2007-08-05 | 2 | -18/+32 |
| * | Added index() to classes & methods. | Alan Conway | 2007-08-03 | 1 | -3/+9 |
| * | Generate boost::variants for each class. Not yet used on trunk. | Alan Conway | 2007-08-02 | 5 | -10/+40 |
| * | * src/generate.sh: Moved requirements test to configure.ac | Alan Conway | 2007-08-01 | 5 | -12/+95 |
| * | Ruby code generator for C++. | Alan Conway | 2007-07-31 | 6 | -0/+610 |