| Commit message (Expand) | Author | Age | Files | Lines |
| * | Initial implementation (plus very simple tests) of message.acquire, message.r... | Gordon Sim | 2007-09-03 | 12 | -59/+280 |
| * | Fix for QPID-561 | Gordon Sim | 2007-09-03 | 1 | -9/+1 |
| * | Removed BrokerChannel.cpp, .h: replaced by Session.cpp, .h | Alan Conway | 2007-08-31 | 2 | -705/+0 |
| * | * Summary: | Alan Conway | 2007-08-31 | 20 | -356/+1039 |
| * | * Changes to make C++ client code use the asynchronous network IO | Andrew Stitcher | 2007-08-31 | 9 | -125/+212 |
| * | Pass QueuedMessage to queues consumers. This records the position of that mes... | Gordon Sim | 2007-08-31 | 7 | -62/+77 |
| * | Fixed bug where stale iterator is used. | Gordon Sim | 2007-08-31 | 1 | -4/+5 |
| * | - Update cluster code to work with new FrameHandler | Alan Conway | 2007-08-30 | 10 | -138/+122 |
| * | * 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 | 15 | -192/+286 |
| * | Updated message.transfer encoding to use header and content segments (includi... | Gordon Sim | 2007-08-28 | 81 | -2033/+1526 |
| * | * Fix compile errors. | Alan Conway | 2007-08-27 | 2 | -4/+6 |
| * | * Fix compile errors. | Alan Conway | 2007-08-27 | 2 | -24/+31 |
| * | - perf clean up. | Carl C. Trieloff | 2007-08-27 | 2 | -10/+9 |
| * | * src/qpid/framing/FrameDefaultVisitor.h: | Alan Conway | 2007-08-27 | 5 | -24/+202 |
| * | * src/qpid/broker/SessionState.h: State of a session. | Alan Conway | 2007-08-27 | 3 | -0/+174 |
| * | - cache the exchange on a given Channel | Carl C. Trieloff | 2007-08-27 | 2 | -5/+20 |
| * | * 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 |
| * | * src/qpid/broker/Daemon.cpp: Additional logging. | Alan Conway | 2007-08-24 | 1 | -25/+38 |
| * | removed un-used code | Carl C. Trieloff | 2007-08-23 | 2 | -7/+0 |
| * | Reapply rev 568249 with the changes made to the generator this time, rather t... | Gordon Sim | 2007-08-22 | 2 | -2/+17 |
| * | * src/qpid/sys/Serializer.h, .cpp: | Alan Conway | 2007-08-21 | 4 | -94/+119 |
| * | 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 | 3 | -1/+22 |
| * | Refresh of transitional xml to more closely reflect latest specification | Gordon Sim | 2007-08-21 | 18 | -130/+302 |
| * | 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 | 4 | -16/+29 |
| * | Fix memory leak in client_test, caused by bug in Blob.h. | Alan Conway | 2007-08-17 | 1 | -9/+12 |
| * | - few more clean-ups for async message store. | Carl C. Trieloff | 2007-08-17 | 3 | -1/+3 |
| * | Fix cluster code for heap reuduction commit. | Alan Conway | 2007-08-17 | 2 | -2/+2 |
| * | fix for new heap model | Carl C. Trieloff | 2007-08-17 | 1 | -1/+1 |
| * | - corrected getMessageCount() for async messages | Carl C. Trieloff | 2007-08-17 | 1 | -1/+8 |
| * | - Fix for asyncIO for store | Carl C. Trieloff | 2007-08-16 | 2 | -2/+7 |
| * | AMQBodies are no longer allocated on the heap and passed with shared_ptr. | Alan Conway | 2007-08-16 | 67 | -877/+719 |
| * | Minor cleanup. | Gordon Sim | 2007-08-16 | 1 | -1/+0 |
| * | Bug fix for client shutdown. | Gordon Sim | 2007-08-16 | 1 | -15/+14 |
| * | - async message fix in dequeue | Carl C. Trieloff | 2007-08-15 | 1 | -1/+2 |
| * | async IO for broker store | Carl C. Trieloff | 2007-08-15 | 10 | -12/+122 |
| * | Altered old client channel to use new generated session interface (primarily ... | Gordon Sim | 2007-08-15 | 4 | -112/+46 |
| * | Fix compile error. | Alan Conway | 2007-08-14 | 1 | -1/+1 |
| * | Inlined functions that should be inline. | Alan Conway | 2007-08-14 | 1 | -4/+7 |
| * | Simple inline message construction for exceptions. | Alan Conway | 2007-08-14 | 1 | -2/+2 |
| * | Simple inline message construction for exceptions. | Alan Conway | 2007-08-14 | 1 | -0/+58 |
| * | Removed unused types: RequestId, ResponseId, MethodContext. | Alan Conway | 2007-08-14 | 20 | -158/+33 |
| * | Deleted following files that are obsolete for 0-10: | Alan Conway | 2007-08-14 | 24 | -751/+14 |