| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix to test. Throw exception where previously printed warning. | Gordon Sim | 2006-12-01 | 2 | -2/+3 |
* | Buliding APR code, running python tests. | Alan Conway | 2006-12-01 | 6 | -135/+51 |
* | Script to bootstrap autconf/automake in a fresh checkout. | Alan Conway | 2006-12-01 | 1 | -0/+8 |
* | 2006-12-01 Jim Meyering <meyering@redhat.com> | Alan Conway | 2006-12-01 | 235 | -930/+13784 |
* | Patches from Andrew Stitcher to fix QPID-140, QPID-141. | Alan Conway | 2006-11-30 | 3 | -9/+14 |
* | Some further tweaks to MessageStore interface. | Gordon Sim | 2006-11-30 | 10 | -35/+48 |
* | Changes for building on RHEL3. Also bundle debug and release libs | Steven Shaw | 2006-11-30 | 6 | -27/+36 |
* | Added some comments about building a debug release for RHEL3 | Steven Shaw | 2006-11-30 | 3 | -2/+12 |
* | Removed old xslt generation files no longer used. | Carl C. Trieloff | 2006-11-29 | 17 | -2825/+0 |
* | Added license files | Carl C. Trieloff | 2006-11-29 | 2 | -0/+224 |
* | no longer used | Carl C. Trieloff | 2006-11-29 | 1 | -0/+0 |
* | Fix apr-1 header includes. | Alan Conway | 2006-11-29 | 2 | -2/+2 |
* | Posix EventChannel implementation using epoll. Placeholder for kevents. | Alan Conway | 2006-11-29 | 43 | -661/+1903 |
* | Bug fixes: corrected fragmentation of large messages in client, set buffer si... | Gordon Sim | 2006-11-28 | 2 | -11/+13 |
* | Modifications to allow loading of message data in chunks, refragmentation of ... | Gordon Sim | 2006-11-28 | 18 | -86/+639 |
* | 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 |