| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Updated stylesheet for generator such that a const reference is used where a ... | Gordon Sim | 2006-10-20 | 1 | -1/+1 |
| * | Fixed various minor TODO issues. | Alan Conway | 2006-10-19 | 13 | -73/+33 |
| * | Remove bad assert | Alan Conway | 2006-10-18 | 1 | -3/+2 |
| * | Fix build problems in makefile & client tests. | Alan Conway | 2006-10-18 | 4 | -29/+27 |
| * | Fix core dump if address in use. | Alan Conway | 2006-10-17 | 4 | -7/+5 |
| * | Fix #include dependencies. | Alan Conway | 2006-10-17 | 1 | -0/+3 |
| * | Removed dependencies on linked libraries to avoid needless relinking. | Alan Conway | 2006-10-17 | 2 | -7/+7 |
| * | Re enable python tests accidentally commented out in previous checkin. | Alan Conway | 2006-10-16 | 1 | -1/+1 |
| * | Fix problem with generated code re-starting makefile. | Alan Conway | 2006-10-16 | 1 | -14/+13 |
| * | Link with absolute paths to qpid libs so exes work anywhere. | Alan Conway | 2006-10-16 | 1 | -4/+4 |
| * | Add apr-1/ prefix to APR #includes to pick up from standard location. | Alan Conway | 2006-10-16 | 16 | -31/+31 |
| * | Renamed unit tests to follow naming conventions, fixed some #include inconsis... | Alan Conway | 2006-10-16 | 53 | -165/+161 |
| * | Build system reorg, see README and Makefile comments for details. | Alan Conway | 2006-10-16 | 192 | -935/+602 |
| * | Converted broker to a class for use in tests, plugins etc. | Alan Conway | 2006-10-12 | 23 | -138/+465 |