| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | 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 |
| * | Merged revisions 520415 via svnmerge from | Robert Greig | 2007-03-20 | 11 | -77/+636 |
| * | * python/cpp_failing_0-8.txt,java_failing_0-8.txt: updated to current failures | Alan Conway | 2007-03-19 | 3 | -0/+0 |
| * | Merged revisions 507491-507559,507561-507601,507603-507621,507623-507671,5076... | Alan Conway | 2007-03-19 | 10 | -75/+243 |
| * | Merged revisions 504601-504602,504604-504609,504611-504702,504704-504707,5047... | Alan Conway | 2007-03-19 | 3 | -22/+70 |
| * | Changed tests.* to tests_0-8.*. | Alan Conway | 2007-03-19 | 1 | -2/+2 |
| * | Merged revisions 504590 via svnmerge from | Alan Conway | 2007-03-19 | 6 | -14/+256 |
| * | * python/testlib.py: -s (spec) option now also takes abbreviations "0-8" and ... | Alan Conway | 2007-03-19 | 4 | -27/+54 |
| * | * python/testlib.py: -s (spec) option now also takes abbreviations "0-8" and ... | Alan Conway | 2007-03-19 | 5 | -48/+155 |
| * | Add java_failing_0-1.txt for current Java failures against python/tests_0-8. | Alan Conway | 2007-03-19 | 1 | -0/+2 |
| * | Merged revisions 501143 via svnmerge from | Alan Conway | 2007-03-19 | 2 | -2/+415 |
| * | * python/qpid/client.py (Client.__init__): Use "/" as default vhost. | Alan Conway | 2007-03-19 | 2 | -20/+3 |
| * | Merged revisions 501025 via svnmerge from | Alan Conway | 2007-03-19 | 1 | -1/+1 |
| * | Merged revisions 519933 via svnmerge from | Robert Greig | 2007-03-19 | 1 | -10/+10 |
| * | Merged revisions 1-447993,447995-448007,448009-448141,448143-448157,448161-44... | Martin Ritchie | 2007-03-19 | 9 | -150/+56 |
| * | Removed idea config file mistakenly committed. | Robert Greig | 2007-03-19 | 1 | -469/+0 |
| * | * python/qpid/testlib.py: | Alan Conway | 2007-03-17 | 2 | -16/+36 |
| * | Merged revisions 500305 via svnmerge from | Alan Conway | 2007-03-16 | 11 | -131/+140 |
| * | * python/tests_0-8/*: copy of python/tests to preserve 0-8 version of tests. | Alan Conway | 2007-03-16 | 9 | -4/+1481 |
| * | Merged revisions 497277 via svnmerge from | Alan Conway | 2007-03-16 | 1 | -1/+4 |
| * | Merged revisions 496593 via svnmerge from | Alan Conway | 2007-03-16 | 11 | -215/+424 |
| * | Added timeout to be passed on command line. | Bhupendra Bhusman Bhardwaj | 2007-03-16 | 2 | -10/+46 |
| * | Correctly moved amqplain and plain sasl implementations | Martin Ritchie | 2007-03-16 | 6 | -0/+474 |
| * | QPID-70 InVM Authentication QPID-419 Access Control QPID-423 Authentication p... | Martin Ritchie | 2007-03-16 | 55 | -1054/+1924 |
| * | Added close before ack test for QPID-397 | Robert Greig | 2007-03-15 | 2 | -0/+153 |
| * | - DeliveryManager.getMessage is reimplmented because the ConcurrentLinkedMess... | Bhupendra Bhusman Bhardwaj | 2007-03-15 | 3 | -35/+68 |
| * | Short pause to help ensure connection.close comes after last message ack, add... | Robert Greig | 2007-03-15 | 5 | -14/+29 |
| * | QPID-415 | Bhupendra Bhusman Bhardwaj | 2007-03-15 | 3 | -1/+39 |
| * | QPID-170 | Bhupendra Bhusman Bhardwaj | 2007-03-15 | 1 | -1/+1 |
| * | Commit of interop test stuff prior to M2 branch. | Robert Greig | 2007-03-15 | 8 | -116/+898 |
| * | Added sourceforge snapshot repository for badgerset junit-toolkit | Martin Ritchie | 2007-03-14 | 1 | -0/+10 |
| * | MBean test moved to broker module because it relates very closely to the Broker. | Bhupendra Bhusman Bhardwaj | 2007-03-14 | 1 | -0/+0 |
| * | QPID-411 : ClearQueue functionality of AMQQueue doesn't reset the queue depth | Bhupendra Bhusman Bhardwaj | 2007-03-13 | 3 | -16/+33 |
| * | Fixed bug where non durable queues would be attempted to be deleted from the ... | Martin Ritchie | 2007-03-13 | 1 | -14/+19 |
| * | QPID-408 Queue Depth should be reduced when message is polled from the queue. | Bhupendra Bhusman Bhardwaj | 2007-03-13 | 3 | -1/+423 |
| * | Skeleton of interop testing code added. | Robert Greig | 2007-03-13 | 11 | -7/+1155 |