| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bug fix, basic_qos_ok was set to wrong type. | Gordon Sim | 2006-11-27 | 1 | -29/+29 |
| * | Initial sketching out of staging functionality for large messages (i.e. allow... | Gordon Sim | 2006-11-24 | 13 | -83/+291 |
| * | Scripts to simplify runnning topictest. topicall is the main script. | Alan Conway | 2006-11-23 | 4 | -0/+135 |
| * | Renamed (slightly) the rhel3 release tarball | Steven Shaw | 2006-11-23 | 1 | -1/+1 |
| * | 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 | 31 | -177/+369 |
| * | Enclose any 'using std::string' statements within qpid namespaces to avoid po... | Gordon Sim | 2006-11-22 | 19 | -25/+43 |
| * | Temporary fix to avoid type name clashes. Will very shortly move this definit... | Gordon Sim | 2006-11-22 | 1 | -2/+1 |
| * | QPID-121 Added script to build a release package of qpid cpp client. | Steven Shaw | 2006-11-21 | 3 | -1/+65 |
| * | QPID-120 Forget the build.rhel3 script in earlier commit. | Steven Shaw | 2006-11-21 | 1 | -0/+11 |
| * | QPID-121 Added a makefile for use by users after release. | Steven Shaw | 2006-11-21 | 1 | -0/+56 |
| * | QPID-120 Enabled qpid-cpp to build on RHEL3 with less pain. | Steven Shaw | 2006-11-21 | 5 | -4/+56 |
| * | Added another example for client api. | Gordon Sim | 2006-11-21 | 3 | -4/+207 |
| * | Modifications to recovery process to allow for recovery of default bindings. | Gordon Sim | 2006-11-20 | 11 | -20/+103 |
| * | Patch from Andrew Stitcher to fix APR #include using apr-config. | Alan Conway | 2006-11-17 | 15 | -90/+21 |
| * | Some fixes and tests for bugs uncovered during testing of persistence. | Gordon Sim | 2006-11-17 | 5 | -11/+56 |
| * | Minor modifications for recovery and debug. | Gordon Sim | 2006-11-16 | 5 | -13/+13 |
| * | Re-enabled tracing of requests sent and received. | Gordon Sim | 2006-11-15 | 4 | -8/+11 |
| * | Added ability for broker to load a message store implementation from a library. | Gordon Sim | 2006-11-15 | 9 | -5/+322 |
| * | Tidy-up of version code | Kim van der Riet | 2006-11-13 | 4 | -9/+14 |
| * | EventChannel classes, start of epoll-based posix implementation. | Alan Conway | 2006-11-13 | 1 | -0/+71 |
| * | EventChannel classes, start of epoll-based posix implementation. | Alan Conway | 2006-11-13 | 12 | -50/+492 |
| * | update Apache licenses to the current version | Stephen Vinoski | 2006-11-10 | 196 | -2302/+3208 |
| * | Some more riguorous 'const' declarations in basic header properties. Some mor... | Gordon Sim | 2006-11-10 | 4 | -69/+75 |
| * | Added POSIX equivalents to APR classes used by clients, inlined trivial calls. | Alan Conway | 2006-11-09 | 161 | -839/+1171 |
| * | Added some encode/decode routines to Message (plus test). | Gordon Sim | 2006-11-09 | 7 | -15/+129 |
| * | Removed invalid and redundant include. | Gordon Sim | 2006-11-09 | 1 | -1/+0 |
| * | More separation of concerns with APR, client side complete. | Alan Conway | 2006-11-09 | 9 | -144/+213 |
| * | Files missed in last commit. | Alan Conway | 2006-11-08 | 3 | -0/+76 |
| * | More reorg to separate APR/posix code, work in progress. | Alan Conway | 2006-11-08 | 59 | -611/+458 |
| * | Modified TransactionalStore to return the txn ctxt as an auto_ptr to make own... | Gordon Sim | 2006-11-07 | 7 | -54/+66 |
| * | Made passing of transaction context in message store explicit (to avoid threa... | Gordon Sim | 2006-11-07 | 22 | -66/+238 |
| * | Minor source reorg, see README. | Alan Conway | 2006-11-06 | 70 | -218/+233 |
| * | Added protocol version and version exception classes in preparation for multi... | Kim van der Riet | 2006-11-03 | 6 | -10/+240 |
| * | 2006-11-03 Jim Meyering <meyering@redhat.com> | Alan Conway | 2006-11-03 | 3 | -3/+2 |
| * | Added some methods to MessageStore interface and hooked these in where approp... | Gordon Sim | 2006-11-03 | 16 | -167/+233 |
| * | Removed unused code. | Alan Conway | 2006-11-01 | 5 | -419/+0 |
| * | Misc. cleanup. | Alan Conway | 2006-11-01 | 14 | -42/+52 |
| * | Moved APR specific sources into src_apr. | Alan Conway | 2006-11-01 | 28 | -23/+116 |
| * | IO refactor phase 1. Reduced dependencies, removed redundant classes. | Alan Conway | 2006-10-31 | 62 | -1504/+470 |
| * | Hid locking within exchange registry, switched to shared_ptr for exchanges, a... | Gordon Sim | 2006-10-31 | 12 | -80/+92 |
| * | Added doc & unit tests. | Gordon Sim | 2006-10-31 | 4 | -1/+139 |
| * | Some additional unit tests. | Gordon Sim | 2006-10-31 | 8 | -8/+461 |
| * | Reworked Makefile to support multiple builds, see README for details | Alan Conway | 2006-10-30 | 6 | -155/+189 |
| * | Initial implementation for tx class. | Gordon Sim | 2006-10-30 | 47 | -384/+1448 |
| * | Clean test/client directory properly. | Alan Conway | 2006-10-25 | 1 | -5/+6 |
| * | Makefile support for optimized release build. Do make BUILD=RELEASE. | Alan Conway | 2006-10-24 | 4 | -17/+24 |
| * | QPID-52: use of tr1 and unordered_map break build or RHEL4. | Alan Conway | 2006-10-24 | 20 | -66/+36 |
| * | Tidy-up of generated code | Kim van der Riet | 2006-10-23 | 1 | -1/+2 |
| * | Fixed deps to ensure unit tests are built. | Gordon Sim | 2006-10-20 | 1 | -0/+1 |