| Commit message (Expand) | Author | Age | Files | Lines |
| * | Modifications to allow loading of message data in chunks, refragmentation of ... | Gordon Sim | 2006-11-28 | 4 | -13/+235 |
| * | Initial sketching out of staging functionality for large messages (i.e. allow... | Gordon Sim | 2006-11-24 | 3 | -23/+90 |
| * | Scripts to simplify runnning topictest. topicall is the main script. | Alan Conway | 2006-11-23 | 4 | -0/+135 |
| * | Added echo_service to EXAMPLES | Steven Shaw | 2006-11-23 | 1 | -1/+1 |
| * | Merged AMQP version-sensitive generated files with C++ trunk. Phase 1 of merg... | Kim van der Riet | 2006-11-22 | 2 | -14/+21 |
| * | Enclose any 'using std::string' statements within qpid namespaces to avoid po... | Gordon Sim | 2006-11-22 | 4 | -0/+4 |
| * | QPID-121 Added script to build a release package of qpid cpp client. | Steven Shaw | 2006-11-21 | 1 | -1/+1 |
| * | QPID-121 Added a makefile for use by users after release. | Steven Shaw | 2006-11-21 | 1 | -0/+56 |
| * | Added another example for client api. | Gordon Sim | 2006-11-21 | 1 | -0/+197 |
| * | Modifications to recovery process to allow for recovery of default bindings. | Gordon Sim | 2006-11-20 | 2 | -4/+4 |
| * | Patch from Andrew Stitcher to fix APR #include using apr-config. | Alan Conway | 2006-11-17 | 1 | -71/+0 |
| * | Some fixes and tests for bugs uncovered during testing of persistence. | Gordon Sim | 2006-11-17 | 1 | -0/+34 |
| * | Added ability for broker to load a message store implementation from a library. | Gordon Sim | 2006-11-15 | 1 | -1/+11 |
| * | EventChannel classes, start of epoll-based posix implementation. | Alan Conway | 2006-11-13 | 1 | -0/+71 |
| * | update Apache licenses to the current version | Stephen Vinoski | 2006-11-10 | 25 | -286/+407 |
| * | Added POSIX equivalents to APR classes used by clients, inlined trivial calls. | Alan Conway | 2006-11-09 | 21 | -57/+57 |
| * | Added some encode/decode routines to Message (plus test). | Gordon Sim | 2006-11-09 | 1 | -9/+51 |
| * | More separation of concerns with APR, client side complete. | Alan Conway | 2006-11-09 | 1 | -3/+2 |
| * | More reorg to separate APR/posix code, work in progress. | Alan Conway | 2006-11-08 | 5 | -43/+39 |
| * | Modified TransactionalStore to return the txn ctxt as an auto_ptr to make own... | Gordon Sim | 2006-11-07 | 3 | -42/+46 |
| * | Made passing of transaction context in message store explicit (to avoid threa... | Gordon Sim | 2006-11-07 | 3 | -16/+64 |
| * | Minor source reorg, see README. | Alan Conway | 2006-11-06 | 8 | -12/+12 |
| * | Added some methods to MessageStore interface and hooked these in where approp... | Gordon Sim | 2006-11-03 | 5 | -138/+146 |
| * | IO refactor phase 1. Reduced dependencies, removed redundant classes. | Alan Conway | 2006-10-31 | 3 | -23/+4 |
| * | Added doc & unit tests. | Gordon Sim | 2006-10-31 | 2 | -0/+128 |
| * | Some additional unit tests. | Gordon Sim | 2006-10-31 | 4 | -0/+446 |
| * | Initial implementation for tx class. | Gordon Sim | 2006-10-30 | 5 | -114/+157 |
| * | Makefile support for optimized release build. Do make BUILD=RELEASE. | Alan Conway | 2006-10-24 | 1 | -1/+1 |
| * | QPID-52: use of tr1 and unordered_map break build or RHEL4. | Alan Conway | 2006-10-24 | 1 | -1/+1 |
| * | Fixed various minor TODO issues. | Alan Conway | 2006-10-19 | 6 | -35/+10 |
| * | Fix build problems in makefile & client tests. | Alan Conway | 2006-10-18 | 3 | -26/+24 |
| * | Renamed unit tests to follow naming conventions, fixed some #include inconsis... | Alan Conway | 2006-10-16 | 13 | -26/+26 |
| * | Build system reorg, see README and Makefile comments for details. | Alan Conway | 2006-10-16 | 18 | -0/+2022 |
| * | Turned up gcc warnings, fixed warnings in code, enabled -Werror. | Alan Conway | 2006-10-11 | 1 | -0/+40 |