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