| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added some dtx related unit tests | Gordon Sim | 2007-04-20 | 11 | -154/+520 |
| * | Some dtx related updates. | Gordon Sim | 2007-04-19 | 19 | -70/+731 |
| * | Longer broker_start timeout to avoid failures in plague builds. | Alan Conway | 2007-04-17 | 1 | -1/+1 |
| * | More QPID-243 | Andrew Stitcher | 2007-04-17 | 1 | -201/+194 |
| * | * qpidc.spec.in: bump RPM revision for bugfix. | Alan Conway | 2007-04-16 | 2 | -6/+7 |
| * | Disable ClientChannelTest to allow RPM work to continue. I am investigating. | Alan Conway | 2007-04-16 | 1 | -2/+2 |
| * | Fixes QPID-303 and QPID-409. | Gordon Sim | 2007-04-16 | 4 | -17/+53 |
| * | * Moved code generation into top-level gen/ dir with own Makefile.am | Alan Conway | 2007-04-14 | 4 | -81/+11 |
| * | * tests/Makefile.am: fix for source move. | Alan Conway | 2007-04-13 | 1 | -4/+2 |
| * | Fixed broken installation of .h files. | Alan Conway | 2007-04-13 | 1 | -4/+2 |
| * | Moved src/ source code to src/qpid directory: | Alan Conway | 2007-04-13 | 260 | -407/+411 |
| * | * cpp/configure.ac: Disable static libraries by default. Half the build time! | Alan Conway | 2007-04-11 | 2 | -3/+6 |
| * | * src/tests/Makefile.am: Remove trailing blanks. | Jim Meyering | 2007-04-11 | 1 | -3/+3 |
| * | * src/tests/Makefile.am: Use .NOTPARALLEL target to suppress | Jim Meyering | 2007-04-11 | 1 | -0/+4 |
| * | * src/tests/Makefile.am (check): Depend on ../qpidd, too, | Jim Meyering | 2007-04-11 | 1 | -1/+2 |
| * | * cpp/qpidc.spec.in: Added qpidd-devel sub-package. | Alan Conway | 2007-04-11 | 32 | -61/+59 |
| * | * Fixes to enable VPATH builds. | Alan Conway | 2007-04-11 | 3 | -6/+5 |
| * | Added extra method to transaction control interface for store plugins. | Gordon Sim | 2007-04-11 | 6 | -0/+20 |
| * | * docs/api/*: Fixed API doc generation to work with VPATH builds. | Alan Conway | 2007-04-10 | 3 | -225/+237 |
| * | * 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 |