| Commit message (Expand) | Author | Age | Files | Lines |
| * | * cpp/src/broker/BrokerMessageMessage.h: Change reference from weak_ptr to | Alan Conway | 2007-04-05 | 6 | -6/+49 |
| * | * Exteneded use of shared pointers frame bodies across all send() commands. | Alan Conway | 2007-04-05 | 16 | -77/+345 |
| * | * Further (minor) changes to the interface between store and broker. | Gordon Sim | 2007-04-05 | 16 | -170/+137 |
| * | * Made client::Channel bi-modal: 0-8 or 0-9 modes. | Alan Conway | 2007-04-04 | 6 | -56/+488 |
| * | * tests/FramingTest.cpp: Fixed integer types to build on 64 bit architectures | Alan Conway | 2007-04-03 | 2 | -15/+15 |
| * | * Remove redundant Makefile.am, not needed with single src/ makefile. | Alan Conway | 2007-04-03 | 5 | -179/+10 |
| * | Moved BasicMessage::WaitableDestination to IncomingMessage::WaitableDestinati... | Alan Conway | 2007-04-03 | 4 | -63/+72 |
| * | * cpp/src/broker/Broker.cpp: Join cleaner thread. | Alan Conway | 2007-04-03 | 4 | -143/+160 |
| * | Run selected python tests with make check TESTS=python_tests PYTHON_TESTS=<s... | Alan Conway | 2007-04-02 | 1 | -1/+1 |
| * | Fix error in flags. | Alan Conway | 2007-04-02 | 1 | -1/+1 |
| * | Fix error in previous commit. | Alan Conway | 2007-04-02 | 1 | -3/+3 |
| * | * src/tests/examples.README,examples.Makefile: out of date, removed. | Alan Conway | 2007-04-02 | 9 | -204/+164 |
| * | More QPID-243 | Andrew Stitcher | 2007-04-02 | 3 | -6/+168 |
| * | Fix for the most disruptive items in QPID-243. | Andrew Stitcher | 2007-04-02 | 276 | -14/+25975 |
| * | Renamed cpp-0-9 to cpp | Alan Conway | 2007-03-21 | 2 | -0/+97 |
| * | * cpp: svn removed, will rename cpp-0-9 | Alan Conway | 2007-03-21 | 2 | -97/+0 |
| * | - rpm: make rpm now builds RPMs under rpm/ directory. | Alan Conway | 2006-12-23 | 1 | -0/+20 |
| * | Sundry fixes to spec and build system for RPM packaging. | Alan Conway | 2006-12-13 | 1 | -0/+3 |
| * | 2006-12-11 Alan Conway <aconway@redhat.com> | Alan Conway | 2006-12-12 | 1 | -3/+3 |
| * | Patch sumbitted to qpid-dev: | Gordon Sim | 2006-12-06 | 1 | -5/+11 |
| * | 2006-12-05 Jim Meyering <meyering@redhat.com> | Alan Conway | 2006-12-05 | 1 | -2/+0 |
| * | Re-enable signal handling. Make APRAcceptor::shutdown() threadsafe. | Gordon Sim | 2006-12-01 | 1 | -2/+4 |
| * | 2006-12-01 Jim Meyering <meyering@redhat.com> | Alan Conway | 2006-12-01 | 174 | -14088/+18 |
| * | Patches from Andrew Stitcher to fix QPID-140, QPID-141. | Alan Conway | 2006-11-30 | 2 | -8/+13 |
| * | Some further tweaks to MessageStore interface. | Gordon Sim | 2006-11-30 | 9 | -33/+46 |
| * | Changes for building on RHEL3. Also bundle debug and release libs | Steven Shaw | 2006-11-30 | 1 | -0/+2 |
| * | 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 | 35 | -638/+1371 |
| * | 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 | 14 | -73/+404 |
| * | 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 | 10 | -60/+201 |
| * | Merged AMQP version-sensitive generated files with C++ trunk. Phase 1 of merg... | Kim van der Riet | 2006-11-22 | 27 | -152/+323 |
| * | Enclose any 'using std::string' statements within qpid namespaces to avoid po... | Gordon Sim | 2006-11-22 | 15 | -25/+39 |
| * | Temporary fix to avoid type name clashes. Will very shortly move this definit... | Gordon Sim | 2006-11-22 | 1 | -2/+1 |
| * | QPID-120 Enabled qpid-cpp to build on RHEL3 with less pain. | Steven Shaw | 2006-11-21 | 1 | -1/+1 |
| * | Added another example for client api. | Gordon Sim | 2006-11-21 | 2 | -4/+10 |
| * | Modifications to recovery process to allow for recovery of default bindings. | Gordon Sim | 2006-11-20 | 9 | -16/+99 |
| * | Patch from Andrew Stitcher to fix APR #include using apr-config. | Alan Conway | 2006-11-17 | 13 | -17/+19 |
| * | 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 |