| Commit message (Expand) | Author | Age | Files | Lines |
| * | * 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 |
| * | Removed unused files and #includes. | Alan Conway | 2007-03-21 | 4 | -470/+6 |
| * | Refactored client side for dual-mode Channel supporting either 0-9 Message or... | Alan Conway | 2007-03-21 | 19 | -74/+831 |
| * | Modifications to allow messages produced by the message class to be persisted... | Gordon Sim | 2007-03-21 | 7 | -24/+510 |
| * | Renamed cpp-0-9 to cpp | Alan Conway | 2007-03-21 | 359 | -0/+67566 |
| * | * cpp: svn removed, will rename cpp-0-9 | Alan Conway | 2007-03-21 | 261 | -38681/+0 |
| * | * python/qpid/testlib.py: | Alan Conway | 2007-03-17 | 1 | -1/+1 |
| * | Fixed line endings | Andrew Stitcher | 2007-03-09 | 1 | -42/+42 |
| * | Send missing recoverOk response to recover. | Alan Conway | 2007-03-05 | 1 | -0/+1 |
| * | (Patch submitted by Rupert Smith) Small changes to use virtual hosts, merged ... | Robert Greig | 2007-03-01 | 4 | -45/+45 |
| * | Check for existing channel on channel_open | Gordon Sim | 2007-02-21 | 1 | -3/+9 |
| * | * qpidc.spec.in: Add a %changelog entry for 0.1-4. | Jim Meyering | 2007-02-20 | 1 | -1/+6 |
| * | * qpidc.spec.in (URL): Update URL: and Source0: to point use | Jim Meyering | 2007-02-19 | 1 | -2/+2 |
| * | Applied QPID-351 patch 1 with the following mods: | Alan Conway | 2007-02-14 | 7 | -490/+266 |
| * | Add durability property to queues and pass this to broker on declare. | Gordon Sim | 2007-02-14 | 3 | -14/+25 |
| * | Applied patch from Jim Meyering, submitted on dev list: | Gordon Sim | 2007-02-14 | 1 | -1/+1 |
| * | Applied patch from Jim Meyering, submitted on dev list: | Gordon Sim | 2007-02-14 | 1 | -1/+1 |
| * | Applied patch from Jim Meyering submitted on dev list: | Gordon Sim | 2007-02-14 | 1 | -3/+2 |
| * | Applied patch from Jim Meyering, submitted on dev list: | Gordon Sim | 2007-02-14 | 1 | -4/+4 |
| * | (Submitted by Rupert Smith) Small ommission corrected. | Robert Greig | 2007-02-13 | 1 | -1/+2 |