| Commit message (Expand) | Author | Age | Files | Lines |
| * | removed un-used code | Carl C. Trieloff | 2007-08-23 | 2 | -7/+0 |
| * | * specs/amqp-transitional.0-10.xml: Removed ping and pong methods. | Alan Conway | 2007-08-22 | 2 | -12/+12 |
| * | 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 | 5 | -102/+128 |
| * | 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 | 4 | -1/+55 |
| * | Don't add the generated files to nobase_include_HEADERS they are already in E... | Gordon Sim | 2007-08-21 | 1 | -1/+0 |
| * | updated rule to reflect new location for generated file | Gordon Sim | 2007-08-21 | 1 | -1/+1 |
| * | Refresh of transitional xml to more closely reflect latest specification | Gordon Sim | 2007-08-21 | 21 | -155/+312 |
| * | Fixed Blob bug causing test crashes/hangs. | Alan Conway | 2007-08-20 | 7 | -30/+171 |
| * | 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 |
| * | If neither --listen nor --publish is specified, do both. | Alan Conway | 2007-08-20 | 1 | -0/+2 |
| * | r1036@fuschia: andrew | 2007-08-20 01:41:12 +0100 | Andrew Stitcher | 2007-08-20 | 2 | -2/+2 |
| * | * src/qpid/framing/MethodHolder.h | Alan Conway | 2007-08-18 | 5 | -16/+31 |
| * | Fix memory leak in client_test, caused by bug in Blob.h. | Alan Conway | 2007-08-17 | 2 | -10/+13 |
| * | - 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 | 3 | -2/+3 |
| * | * Fixes for code generation. | Alan Conway | 2007-08-17 | 2 | -39/+15 |
| * | 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 | 2 | -1/+24 |
| * | - Fix for asyncIO for store | Carl C. Trieloff | 2007-08-16 | 3 | -5/+18 |
| * | AMQBodies are no longer allocated on the heap and passed with shared_ptr. | Alan Conway | 2007-08-16 | 84 | -1088/+824 |
| * | 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 | 2 | -1/+27 |
| * | 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 |
| * | * perftest/topic_publisher.cpp, topic_listener.cpp: | Alan Conway | 2007-08-15 | 3 | -0/+312 |
| * | Add missing files to source lists for distcheck. | Alan Conway | 2007-08-15 | 1 | -0/+1 |
| * | Add qpid/Msg.h to sourc lists. | Alan Conway | 2007-08-14 | 1 | -0/+1 |
| * | 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 | 23 | -169/+36 |
| * | Deleted following files that are obsolete for 0-10: | Alan Conway | 2007-08-14 | 26 | -932/+14 |
| * | Removed some unused files. | Gordon Sim | 2007-08-14 | 8 | -431/+0 |
| * | Undoing change to asyncio as incomplete writes aren't handled. | Gordon Sim | 2007-08-14 | 2 | -76/+27 |
| * | Fix assertions that cause make -DNDEBUG to fail. | Alan Conway | 2007-08-13 | 1 | -4/+2 |
| * | Broker management of message acknowledgements now runs entirely off execution... | Gordon Sim | 2007-08-10 | 25 | -239/+750 |
| * | Ensure MethodHolderMaxSize.h is built at the right time. | Alan Conway | 2007-08-10 | 1 | -2/+4 |
| * | Update CLEANFILES for distcheck. | Alan Conway | 2007-08-10 | 1 | -0/+1 |
| * | 2007-08-09 <aconway@redhat.com> | Alan Conway | 2007-08-10 | 2 | -1/+1 |
| * | Revert $(dirname $0) changes, break distclean/rpm builds. | Alan Conway | 2007-08-10 | 1 | -7/+2 |
| * | * src/qpid/framing/MethodHolder.h, .cpp: | Alan Conway | 2007-08-09 | 4 | -85/+63 |
| * | Blob: a crude kind of variant that avoids template hell. | Alan Conway | 2007-08-09 | 1 | -0/+134 |
| * | r948@fuschia: andrew | 2007-08-09 18:46:30 +0100 | Andrew Stitcher | 2007-08-09 | 5 | -34/+82 |
| * | * rubygen/amqpgen.rb: workaround XML namespace problem with ruby 1.8.6. | Alan Conway | 2007-08-09 | 1 | -2/+3 |