| Commit message (Expand) | Author | Age | Files | Lines |
| * | Some fixes and tests for bugs uncovered during testing of persistence. | Gordon Sim | 2006-11-17 | 4 | -11/+22 |
| * | 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 | 8 | -4/+311 |
| * | 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 | 12 | -50/+492 |
| * | update Apache licenses to the current version | Stephen Vinoski | 2006-11-10 | 152 | -1976/+2432 |
| * | 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 | 137 | -728/+1051 |
| * | Added some encode/decode routines to Message (plus test). | Gordon Sim | 2006-11-09 | 6 | -6/+78 |
| * | 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 | 8 | -141/+211 |
| * | 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 | 51 | -564/+414 |
| * | Modified TransactionalStore to return the txn ctxt as an auto_ptr to make own... | Gordon Sim | 2006-11-07 | 4 | -12/+20 |
| * | Made passing of transaction context in message store explicit (to avoid threa... | Gordon Sim | 2006-11-07 | 19 | -50/+174 |
| * | Minor source reorg, see README. | Alan Conway | 2006-11-06 | 59 | -88/+1797 |
| * | Added protocol version and version exception classes in preparation for multi... | Kim van der Riet | 2006-11-03 | 6 | -10/+240 |
| * | Added some methods to MessageStore interface and hooked these in where approp... | Gordon Sim | 2006-11-03 | 11 | -29/+87 |
| * | Removed unused code. | Alan Conway | 2006-11-01 | 2 | -268/+0 |
| * | Misc. cleanup. | Alan Conway | 2006-11-01 | 12 | -39/+47 |
| * | Moved APR specific sources into src_apr. | Alan Conway | 2006-11-01 | 24 | -1807/+27 |
| * | IO refactor phase 1. Reduced dependencies, removed redundant classes. | Alan Conway | 2006-10-31 | 58 | -1480/+464 |
| * | 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 | 2 | -1/+11 |
| * | Some additional unit tests. | Gordon Sim | 2006-10-31 | 4 | -8/+15 |
| * | Initial implementation for tx class. | Gordon Sim | 2006-10-30 | 42 | -270/+1291 |
| * | Makefile support for optimized release build. Do make BUILD=RELEASE. | Alan Conway | 2006-10-24 | 1 | -2/+2 |
| * | QPID-52: use of tr1 and unordered_map break build or RHEL4. | Alan Conway | 2006-10-24 | 17 | -62/+32 |
| * | Fixed various minor TODO issues. | Alan Conway | 2006-10-19 | 6 | -28/+13 |
| * | Remove bad assert | Alan Conway | 2006-10-18 | 1 | -3/+2 |
| * | Fix core dump if address in use. | Alan Conway | 2006-10-17 | 4 | -7/+5 |
| * | Add apr-1/ prefix to APR #includes to pick up from standard location. | Alan Conway | 2006-10-16 | 14 | -24/+24 |
| * | Renamed unit tests to follow naming conventions, fixed some #include inconsis... | Alan Conway | 2006-10-16 | 39 | -134/+134 |
| * | Build system reorg, see README and Makefile comments for details. | Alan Conway | 2006-10-16 | 143 | -0/+10941 |