| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix misc compile errors. | Aidan Skinner | 2009-04-13 | 2 | -5/+3 |
| * | QPID-1801 Added method to show failure to PrincipalPermissionsTest.java and t... | Martin Ritchie | 2009-04-13 | 1 | -1/+10 |
| * | QPID-1730: make it easy to configure queues, fix inheriting settings from the... | Martin Ritchie | 2009-04-13 | 2 | -1/+146 |
| * | QPID-1776: fix interpolation of variables. | Martin Ritchie | 2009-04-13 | 1 | -0/+18 |
| * | QPID-430: Change configuration variable name in line with review remarks. | Martin Ritchie | 2009-04-13 | 1 | -3/+3 |
| * | QPID-1583: close all app registries after use. | Martin Ritchie | 2009-04-13 | 1 | -2/+7 |
| * | QPID-1583: Add test for reloading external firewall rules, fix buglets this t... | Martin Ritchie | 2009-04-13 | 2 | -65/+249 |
| * | QPID-1704: updated server configuration test | Martin Ritchie | 2009-04-13 | 1 | -12/+0 |
| * | QPID-1492: make the broker return the current queue depth and maximum queue d... | Martin Ritchie | 2009-04-13 | 2 | -4/+4 |
| * | QPID-1655: use a File object to hold reference to access file instead of a St... | Martin Ritchie | 2009-04-13 | 1 | -55/+174 |
| * | QPID-1536: modify the B64MD5 PD to take plain text input and perform the requ... | Martin Ritchie | 2009-04-13 | 2 | -26/+136 |
| * | QPID-1502: Update the PlainPasswordFilePrincipalDatabase to be manipulatable ... | Martin Ritchie | 2009-04-13 | 2 | -0/+474 |
| * | QPID-1648: Remove doubling of new classes. Stoopid patch(1). PEBKAC. | Martin Ritchie | 2009-04-13 | 1 | -413/+0 |
| * | QPID-1648: Add LoggingManagement and associated MBean to enable dynamic reloa... | Martin Ritchie | 2009-04-13 | 1 | -0/+826 |
| * | QPID-1668: check initial count, don't assume it's 0. It should be, but there ... | Martin Ritchie | 2009-04-13 | 1 | -4/+4 |
| * | QPID-1612: Allow split configuration files. Add tests for old-style and new-s... | Martin Ritchie | 2009-04-13 | 1 | -0/+4 |
| * | QPID-1612: add environment variables for some things, sanitise the housekeepi... | Martin Ritchie | 2009-04-13 | 1 | -10/+0 |
| * | QPID-1612: add test class for ServerConfiguration | Martin Ritchie | 2009-04-13 | 1 | -0/+7 |
| * | Merge branch 'QPID-1612' | Martin Ritchie | 2009-04-13 | 1 | -0/+672 |
| * | QPID-1621: add ServerConfiguration, QueueConfiguration and SecurityConfigurat... | Aidan Skinner | 2009-04-13 | 13 | -67/+104 |
| * | QPID-1511 : Adds authentication and ssl encryption capabilities to the RMI ba... | Martin Ritchie | 2009-04-13 | 1 | -0/+267 |
| * | QPID-430: Fix message age alerting so that it works on queues which are other... | Martin Ritchie | 2009-04-13 | 2 | -4/+2 |
| * | QPID-1583: Implement support for comma-seperated lists of networks and hostna... | Martin Ritchie | 2009-04-13 | 2 | -10/+45 |
| * | TestIoSession: default address and port to avoid illegal arguments when creat... | Martin Ritchie | 2009-04-13 | 1 | -2/+2 |
| * | Merge branch 'QPID-1583' | Martin Ritchie | 2009-04-13 | 1 | -0/+267 |
| * | Remove MockIoSession, replace with TestIoSession everywhere. | Martin Ritchie | 2009-04-13 | 4 | -300/+26 |
| * | QPID-1626: Add per-virtualhost authorization plugins. | Martin Ritchie | 2009-04-13 | 8 | -16/+306 |
| * | QPID-1626: Make ACLPlugin a more sensible interface, get rid of the giant swi... | Aidan Skinner | 2009-02-04 | 1 | -13/+11 |
| * | QPID-1533 : Patch from Robert Gemmell, Fixes the reload tab in UserManagement... | Martin Ritchie | 2009-01-26 | 1 | -0/+5 |
| * | QPID-1600: Add tests for PrincipalPermissions, document arguments to authoris... | Aidan Skinner | 2009-01-20 | 1 | -0/+146 |
| * | QPID-1573: Move unit tests that were living in systests into appropriate modu... | Aidan Skinner | 2009-01-19 | 15 | -2/+2961 |
| * | QPID-1524 : Added missing locking that could cause simultaneous delivery by m... | Martin Ritchie | 2008-12-17 | 1 | -0/+5 |
| * | QPID-1536 : Reverted r727057 | Martin Ritchie | 2008-12-17 | 2 | -6/+7 |
| * | Reverted r727089 | Martin Ritchie | 2008-12-17 | 1 | -17/+0 |
| * | QPID-1537 : Added a test to ensure the version is correctly set for AMQUserMa... | Martin Ritchie | 2008-12-16 | 1 | -0/+17 |
| * | QPID-1536 : Convert Base64MD5PrincipalDatabase to accept plain text password ... | Martin Ritchie | 2008-12-16 | 2 | -7/+6 |
| * | Added the ASF license header to the following files. | Rajith Muditha Attapattu | 2008-12-16 | 1 | -0/+20 |
| * | QPID-1469: style fix | Aidan Skinner | 2008-12-15 | 1 | -115/+114 |
| * | QPID-1524 : Added a catch to print out the message order to help rule out mes... | Martin Ritchie | 2008-12-11 | 1 | -10/+27 |
| * | QPID-1469: Fix NullPointerException, add test for deleteUser which would expo... | Aidan Skinner | 2008-12-09 | 1 | -0/+153 |
| * | QPID-1503: Add more tests for Base64MD5PasswordFilePrincipalDatabase, fix bug... | Aidan Skinner | 2008-12-09 | 1 | -2/+39 |
| * | QPID-1503 : Updates based on code review | Martin Ritchie | 2008-12-09 | 2 | -66/+5 |
| * | QPID-1503 : Update to Base64 to correctly save password file. Pulled User out... | Martin Ritchie | 2008-12-05 | 2 | -0/+456 |
| * | QPID-1501 : Remove @Override annotations to allow compilation under JDK 1.5 | Martin Ritchie | 2008-12-02 | 1 | -23/+0 |
| * | QPID-1390 : Added test to validate that new SASL providers are unregistered b... | Martin Ritchie | 2008-10-24 | 1 | -0/+120 |
| * | QPID-1385 : Extracted annonymous class from AMQChannel.resend(boolean), Added... | Martin Ritchie | 2008-10-23 | 6 | -6/+715 |
| * | QPID-1314: move metadata store up a few lines as per review comment. | Aidan Skinner | 2008-10-15 | 1 | -1/+1 |
| * | QPID-1314: add missing MockQueueEntry class, oops | Aidan Skinner | 2008-10-10 | 1 | -0/+177 |
| * | QPID-1314: Make sure all messags that are enqueued are dequeued. | Aidan Skinner | 2008-10-10 | 2 | -1/+57 |
| * | QPID-1331 : Modified the BrowserSubscription to be consistent with the NoAck ... | Martin Ritchie | 2008-10-09 | 5 | -8/+164 |