| Commit message (Expand) | Author | Age | Files | Lines |
| * | Moved old ClientChannel class from using basic to using message for publish &... | Gordon Sim | 2007-09-11 | 2 | -1/+43 |
| * | Client side support for message and delivery properties in header segments. | Gordon Sim | 2007-09-10 | 6 | -6/+125 |
| * | Implementation of execution.result on the client side | Gordon Sim | 2007-09-06 | 4 | -2/+232 |
| * | * Tidy up framing::Buffer class | Andrew Stitcher | 2007-09-06 | 2 | -47/+4 |
| * | Initial implementation (plus very simple tests) of message.acquire, message.r... | Gordon Sim | 2007-09-03 | 2 | -0/+17 |
| * | * Summary: | Alan Conway | 2007-08-31 | 4 | -6/+9 |
| * | * Changes to make C++ client code use the asynchronous network IO | Andrew Stitcher | 2007-08-31 | 3 | -40/+46 |
| * | - Update cluster code to work with new FrameHandler | Alan Conway | 2007-08-30 | 1 | -15/+8 |
| * | * configure.ac: Disabled cluster build temporarily while fixing build problems. | Alan Conway | 2007-08-30 | 1 | -1/+1 |
| * | * src/qpid/broker/Session.h, .cpp: Session holds all state of a session incl... | Alan Conway | 2007-08-29 | 5 | -63/+98 |
| * | Updated message.transfer encoding to use header and content segments (includi... | Gordon Sim | 2007-08-28 | 18 | -50/+645 |
| * | * Fix compile errors. | Alan Conway | 2007-08-27 | 1 | -8/+12 |
| * | * src/qpid/framing/FrameDefaultVisitor.h: | Alan Conway | 2007-08-27 | 1 | -2/+12 |
| * | * src/qpid/framing/FrameDefaultVisitor.h: | Alan Conway | 2007-08-27 | 1 | -0/+56 |
| * | * rubygen/amqpgen.rb: Performance and API improvements. | Alan Conway | 2007-08-27 | 1 | -0/+1 |
| * | Reapply rev 568249 with the changes made to the generator this time, rather t... | Gordon Sim | 2007-08-22 | 2 | -2/+17 |
| * | Undo revision 568249, causing tests to hang. | Alan Conway | 2007-08-21 | 2 | -17/+2 |
| * | Invocation now uses the visitor mechanism | Gordon Sim | 2007-08-21 | 2 | -2/+17 |
| * | - header correction for buffer | Carl C. Trieloff | 2007-08-21 | 1 | -0/+1 |
| * | Refresh of transitional xml to more closely reflect latest specification | Gordon Sim | 2007-08-21 | 3 | -0/+97 |
| * | Fixed Blob bug causing test crashes/hangs. | Alan Conway | 2007-08-20 | 4 | -24/+39 |
| * | Undo over-hasty commit | Alan Conway | 2007-08-20 | 1 | -1/+1 |
| * | get() returns 0 if Blob is empty. | Alan Conway | 2007-08-20 | 1 | -1/+1 |
| * | r1036@fuschia: andrew | 2007-08-20 01:41:12 +0100 | Andrew Stitcher | 2007-08-20 | 1 | -1/+1 |
| * | * src/qpid/framing/MethodHolder.h | Alan Conway | 2007-08-18 | 3 | -15/+27 |
| * | Fix memory leak in client_test, caused by bug in Blob.h. | Alan Conway | 2007-08-17 | 1 | -9/+12 |
| * | AMQBodies are no longer allocated on the heap and passed with shared_ptr. | Alan Conway | 2007-08-16 | 24 | -495/+348 |
| * | Removed unused types: RequestId, ResponseId, MethodContext. | Alan Conway | 2007-08-14 | 5 | -92/+6 |
| * | Deleted following files that are obsolete for 0-10: | Alan Conway | 2007-08-14 | 19 | -740/+8 |
| * | Broker management of message acknowledgements now runs entirely off execution... | Gordon Sim | 2007-08-10 | 2 | -0/+18 |
| * | 2007-08-09 <aconway@redhat.com> | Alan Conway | 2007-08-10 | 1 | -1/+0 |
| * | * src/qpid/framing/MethodHolder.h, .cpp: | Alan Conway | 2007-08-09 | 3 | -84/+53 |
| * | Blob: a crude kind of variant that avoids template hell. | Alan Conway | 2007-08-09 | 1 | -0/+134 |
| * | Moved Proxy generation to rubygen. | Alan Conway | 2007-08-09 | 1 | -0/+1 |
| * | Fixed include guard. | Alan Conway | 2007-08-08 | 1 | -3/+3 |
| * | * Summary: new Frame type to replace AMQFrame. Instead of holding | Alan Conway | 2007-08-07 | 7 | -0/+458 |
| * | Added first cut of generated client interface. | Gordon Sim | 2007-08-05 | 1 | -0/+39 |
| * | src/qpid/framing/Visitor.h: | Alan Conway | 2007-07-31 | 1 | -27/+47 |
| * | Template visitor pattern for Handlers. | Alan Conway | 2007-07-30 | 1 | -0/+71 |
| * | * src/tests/ais_check, cluster.mk: Run AIS tests only if: | Alan Conway | 2007-07-27 | 1 | -2/+2 |
| * | Use execution layer to acknowledge messages. | Gordon Sim | 2007-07-27 | 5 | -1/+121 |
| * | * Summary: | Alan Conway | 2007-07-24 | 1 | -2/+2 |
| * | * src/tests/cluster.mk: Enable cluster test. | Alan Conway | 2007-07-23 | 1 | -2/+2 |
| * | Added initial 'execution-layer' to try out methods form the 0-10 execution cl... | Gordon Sim | 2007-07-23 | 4 | -4/+11 |
| * | * Summary: | Alan Conway | 2007-07-19 | 1 | -3/+5 |
| * | Added difference operator to the sequence number | Gordon Sim | 2007-07-19 | 2 | -0/+14 |
| * | removed the need to pass MethodContext/RequestId through proxy and handler/ad... | Gordon Sim | 2007-07-19 | 5 | -2/+139 |
| * | Some refactoring towards a more decoupled handler chain structure: | Gordon Sim | 2007-07-17 | 1 | -6/+6 |
| * | * src/qpid/sys/Serializer.h: Serialize calls to a function, | Alan Conway | 2007-07-16 | 1 | -0/+49 |
| * | * src/qpid/cluster/SessionFrame.cpp, .h: Wrap AMQFrame with | Alan Conway | 2007-07-05 | 5 | -18/+29 |