| Commit message (Expand) | Author | Age | Files | Lines |
| * | * tests/Makefile.am: fix for source move. | Alan Conway | 2007-04-13 | 1 | -4/+2 |
| * | Fix minor typo in spec file | Alan Conway | 2007-04-13 | 1 | -1/+1 |
| * | 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 | 271 | -425/+432 |
| * | * Add pgg-config support for downstream packages | Alan Conway | 2007-04-12 | 5 | -104/+35 |
| * | * cpp/qpid-config.in, Makefile.am, configure.ac: added qpid-config script. | Alan Conway | 2007-04-12 | 6 | -31/+195 |
| * | * cpp/configure.ac: Disable static libraries by default. Half the build time! | Alan Conway | 2007-04-11 | 3 | -25/+20 |
| * | * 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 | 42 | -124/+154 |
| * | * Fixes to enable VPATH builds. | Alan Conway | 2007-04-11 | 4 | -7/+6 |
| * | 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 | 11 | -267/+282 |
| * | * 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 | 7 | -184/+12 |
| * | 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 |
| * | Updated to point to tests/README. | Alan Conway | 2007-04-02 | 1 | -23/+2 |
| * | * 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 | 4 | -7/+169 |
| * | Fix for the most disruptive items in QPID-243. | Andrew Stitcher | 2007-04-02 | 292 | -823/+797 |
| * | Fixed autmake $wildcard warnings, added html-dev to generate full doxygen for... | Alan Conway | 2007-03-30 | 3 | -15/+33 |
| * | Fixed and improved running selected unit tests. See comment in run-unit-tests | Alan Conway | 2007-03-30 | 1 | -9/+20 |
| * | Refactored the MessageStore interface to restrict visibility of broker core f... | Gordon Sim | 2007-03-30 | 41 | -408/+903 |
| * | Fix configure.ac. It was broken by removal of ExchangeBinding.cpp. | Alan Conway | 2007-03-30 | 1 | -1/+1 |
| * | Removed unused and defective AcceptorTest.cpp | Alan Conway | 2007-03-30 | 1 | -95/+0 |
| * | Fixed more test memory leaks. | Alan Conway | 2007-03-29 | 5 | -61/+8 |
| * | * tests/BrokerChannelTest.cpp: fixed leak in test code. | Alan Conway | 2007-03-29 | 2 | -38/+18 |
| * | * tests/InProcessBroker: Fix embarassing bug in previous merge | Alan Conway | 2007-03-29 | 2 | -2/+95 |
| * | Fixed memory leak: removed Binding and ExchangeBinding. | Alan Conway | 2007-03-29 | 11 | -191/+5 |
| * | More changes preparatory to changing all #include lines | Andrew Stitcher | 2007-03-29 | 10 | -16/+16 |
| * | * cpp/tests/.vg-supp (fun): Remove wildcarded suppressions generated | Alan Conway | 2007-03-29 | 3 | -1592/+36 |
| * | * Preliminary fix for rearranging all #include lines | Andrew Stitcher | 2007-03-29 | 1 | -1/+1 |
| * | * cpp/tests/.vg-supp: Removed wildcarded suppressions generated | Alan Conway | 2007-03-28 | 1 | -3218/+176 |
| * | Missed changes on previous commit. | Alan Conway | 2007-03-28 | 3 | -9/+1 |
| * | * cpp/tests/run-unit-tests,setup: use valgrind --log-file rather than | Alan Conway | 2007-03-28 | 7 | -16/+25 |
| * | * cpp/tests/setup,run-unit-tests: | Alan Conway | 2007-03-28 | 4 | -680/+172 |
| * | * cpp/tests/BrokerChannelTest.cpp: Fix leak. | Alan Conway | 2007-03-27 | 9 | -20/+21 |
| * | Removed useless ExceptionTest.cpp. | Alan Conway | 2007-03-27 | 2 | -62/+0 |
| * | Fix valgrind on unit tests: missing symbols for dynamically unloaded libs. | Alan Conway | 2007-03-27 | 3 | -3/+37 |
| * | Refactored client::Message to be independent of all Basic class concepts | Alan Conway | 2007-03-27 | 28 | -721/+612 |
| * | Cleaned up signatures: safer to return string than const string&. | Alan Conway | 2007-03-21 | 3 | -78/+56 |