| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-1632 : Removed commented code | Martin Ritchie | 2009-02-25 | 1 | -1/+0 |
| * | Fix build deps file | Aidan Skinner | 2009-02-24 | 1 | -4/+0 |
| * | Merge branch 'QPID-1612' | Aidan Skinner | 2009-02-24 | 1 | -15/+69 |
| * | QPID-1621,QPID-1632 : Added a setManagementEnabled option to allow the MC to ... | Martin Ritchie | 2009-02-20 | 5 | -22/+17 |
| * | QPID-1632 - Removal of reference counting and update to tests, TxAckTest was ... | Martin Ritchie | 2009-02-20 | 19 | -232/+146 |
| * | QPID-1632 - Initial testing of reference counting and implemntation of Transa... | Martin Ritchie | 2009-02-20 | 14 | -69/+67 |
| * | QPID-1621: add ServerConfiguration, QueueConfiguration and SecurityConfigurat... | Aidan Skinner | 2009-02-19 | 38 | -1083/+1056 |
| * | QPID-1631 : Convert MessageStore to TransactionLog and RoutingTable. Updated ... | Martin Ritchie | 2009-02-13 | 20 | -227/+338 |
| * | QPID-1630 : Updated MessageFactory to be responsible for assigning messagIDs.... | Martin Ritchie | 2009-02-13 | 5 | -37/+104 |
| * | QPID-1511 : Adds authentication and ssl encryption capabilities to the RMI ba... | Aidan Skinner | 2009-02-13 | 3 | -77/+422 |
| * | QPID-1629 : Convered AMQMessage to Interface and created concrete Transient/P... | Martin Ritchie | 2009-02-13 | 16 | -960/+696 |
| * | QPID-1628 : Further tiding up of imports no longer requried. | Martin Ritchie | 2009-02-13 | 20 | -36/+0 |
| * | QPID-1629 : Fully test MessageHandles before move | Martin Ritchie | 2009-02-13 | 2 | -4/+13 |
| * | QPID-430: Fix message age alerting so that it works on queues which are other... | Aidan Skinner | 2009-02-11 | 5 | -19/+17 |
| * | QPDI-1583: Implement support for comma-seperated lists of networks and hostna... | Aidan Skinner | 2009-02-11 | 1 | -21/+55 |
| * | Merge branch 'QPID-1583' | Aidan Skinner | 2009-02-11 | 3 | -0/+289 |
| * | QPID-1626: Add per-virtualhost authorization plugins. | Aidan Skinner | 2009-02-09 | 16 | -226/+501 |
| * | QPID-1652 : Created MessagePublishInfoImpl and Unit Test, removed the several... | Martin Ritchie | 2009-02-09 | 1 | -28/+2 |
| * | QPID-1628 : Moved Redelivered from AMQMessage to QueueEntry | Martin Ritchie | 2009-02-06 | 16 | -115/+120 |
| * | QPID-1626: Make ACLPlugin a more sensible interface, get rid of the giant swi... | Aidan Skinner | 2009-02-04 | 18 | -300/+526 |
| * | QPID-1493 : Patch from Robert Gemmell : Corrected inaccurate exception. | Martin Ritchie | 2009-01-26 | 1 | -1/+1 |
| * | QPID-1533 : Patch from Robert Gemmell, Fixes the reload tab in UserManagement... | Martin Ritchie | 2009-01-26 | 5 | -10/+26 |
| * | Remove unused class JmsConsumer | Aidan Skinner | 2009-01-22 | 1 | -110/+0 |
| * | QPID-1600: Add tests for PrincipalPermissions, document arguments to authoris... | Aidan Skinner | 2009-01-20 | 1 | -0/+30 |
| * | QPID-1563: Use createTempFile | Aidan Skinner | 2009-01-09 | 2 | -19/+3 |
| * | QPID-1538 : Reverted r727068 | Martin Ritchie | 2008-12-17 | 1 | -21/+14 |
| * | QPID-1536 : Reverted r727057 | Martin Ritchie | 2008-12-17 | 2 | -28/+13 |
| * | QPID-1537 : Reverted r727070 | Martin Ritchie | 2008-12-17 | 14 | -25/+21 |
| * | QPID-1537 : Version all the MBeans to allow changes in the API contracts. Set... | Martin Ritchie | 2008-12-16 | 14 | -21/+25 |
| * | QPID-1538 : Ensure that RMI connections use our custom Invoker | Martin Ritchie | 2008-12-16 | 1 | -14/+21 |
| * | QPID-1536 : Convert Base64MD5PrincipalDatabase to accept plain text password ... | Martin Ritchie | 2008-12-16 | 2 | -13/+28 |
| * | Added the ASF license header to the following files. | Rajith Muditha Attapattu | 2008-12-16 | 1 | -1/+21 |
| * | QPID-1469: Fix NullPointerException, add test for deleteUser which would expo... | Aidan Skinner | 2008-12-09 | 1 | -0/+5 |
| * | QPID-1503: Add more tests for Base64MD5PasswordFilePrincipalDatabase, fix bug... | Aidan Skinner | 2008-12-09 | 1 | -7/+22 |
| * | QPID-1503 : Updates based on code review | Martin Ritchie | 2008-12-09 | 2 | -23/+16 |
| * | QPID-1503 : Update to Base64 to correctly save password file. Pulled User out... | Martin Ritchie | 2008-12-05 | 1 | -0/+121 |
| * | QPID-1503 : Update to Base64 to correctly save password file. Pulled User out... | Martin Ritchie | 2008-12-05 | 1 | -124/+10 |
| * | QPID-1482 : Patch provided by Robert Gemmell, To allow PLAIN authentication v... | Martin Ritchie | 2008-12-03 | 1 | -66/+7 |
| * | QPID-1501 : Remove @Override annotations to allow compilation under JDK 1.5 | Martin Ritchie | 2008-12-02 | 2 | -5/+1 |
| * | QPID-1315: Fix style issue, iterator control usage as per review comments fro... | Aidan Skinner | 2008-10-24 | 2 | -11/+15 |
| * | QPID-1394 : Registration of JCAProvider is incorrect in client and broker SAS... | Martin Ritchie | 2008-10-24 | 2 | -7/+11 |
| * | QPID-1390 : Allow Authentication Manager to correctly close | Martin Ritchie | 2008-10-24 | 3 | -2/+24 |
| * | QPID-1385 : Extracted annonymous class from AMQChannel.resend(boolean), Added... | Martin Ritchie | 2008-10-23 | 2 | -56/+112 |
| * | QPID-1315: | Aidan Skinner | 2008-10-17 | 2 | -157/+114 |
| * | QPID-1101 : Reverted change, for some reason I can't seem to find where this ... | Martin Ritchie | 2008-10-15 | 1 | -6/+1 |
| * | QPID-1356: move commit even higher, before the auth check. | Aidan Skinner | 2008-10-15 | 1 | -4/+4 |
| * | QPID-1356: Write message to disk before delivering it to queues. | Aidan Skinner | 2008-10-15 | 1 | -3/+4 |
| * | QPID-1314: Make sure all messags that are enqueued are dequeued. | Aidan Skinner | 2008-10-10 | 1 | -1/+1 |
| * | QPID-1331 : Modified the BrowserSubscription to be consistent with the NoAck ... | Martin Ritchie | 2008-10-09 | 3 | -2/+17 |
| * | revert the commit. | Lahiru Gunathilake | 2008-10-09 | 1 | -97/+130 |