| 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 |
| * | Ignore .deps directory | Alan Conway | 2007-04-03 | 0 | -0/+0 |
| * | * 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 |
| * | Merged revisions 521792-522567 via svnmerge from | Bhupendra Bhusman Bhardwaj | 2007-03-28 | 0 | -0/+0 |
| * | * 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 |
| * | merged from M2 (r521792:522567) QPID-408 QPID-421 QPID-428 | Bhupendra Bhusman Bhardwaj | 2007-03-27 | 18 | -178/+555 |
| * | Updated perftests from M2 | Robert Greig | 2007-03-23 | 6 | -559/+472 |
| * | QPID-418 : Add ability to save user preferences to Java Management Console | Bhupendra Bhusman Bhardwaj | 2007-03-22 | 4 | -66/+385 |
| * | added cygwin check to correct the path if running on cygwin | Bhupendra Bhusman Bhardwaj | 2007-03-22 | 1 | -0/+10 |
| * | 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 |
| * | The following revisions were merged wholesale by moving qpid.0-9/cpp to the | Alan Conway | 2007-03-21 | 0 | -0/+0 |
| * | Exception thrown should be JMException, because management application don't ... | Bhupendra Bhusman Bhardwaj | 2007-03-21 | 1 | -2/+2 |
| * | QPID-420 Adding clientID, AuthorizedId and client version on management console | Bhupendra Bhusman Bhardwaj | 2007-03-21 | 3 | -4/+40 |
| * | removed python/tests: replaced by tests_0-8/tests_0-9 | Alan Conway | 2007-03-21 | 9 | -2112/+0 |
| * | Renamed cpp-0-9 to cpp | Alan Conway | 2007-03-21 | 359 | -0/+0 |
| * | * cpp: svn removed, will rename cpp-0-9 | Alan Conway | 2007-03-21 | 261 | -38681/+0 |
| * | * python/qpid/*.py:: apply 0-9 changes missed by merge. | Alan Conway | 2007-03-21 | 4 | -11/+22 |
| * | * cpp-0-9: svn copy of 0-9 branch cpp, will rename to cpp on next update. | Alan Conway | 2007-03-21 | 370 | -6/+69732 |
| * | Update to svnmerge for changes merged manually for r520415 | Robert Greig | 2007-03-20 | 0 | -0/+0 |
| * | Merged revisions 520415 via svnmerge from | Robert Greig | 2007-03-20 | 11 | -77/+636 |