| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-949 : Removed all getMessage() calls as this will cause a flowed message... | Martin Ritchie | 2009-03-09 | 4 | -23/+28 |
| * | Added test to ensure ThreadPool is references are correctly removed for Prior... | Martin Ritchie | 2009-03-09 | 1 | -10/+44 |
| * | QPID-949, QPID-1633 : Set default Maximum Memory Usage for a queue to 100Meg.... | Martin Ritchie | 2009-03-06 | 2 | -12/+98 |
| * | Style Changes | Martin Ritchie | 2009-03-06 | 1 | -5/+6 |
| * | QPID-1637 : Update to test to correctly use priority queues in test. Fixed bi... | Martin Ritchie | 2009-03-03 | 2 | -13/+26 |
| * | QPID-430: Change configuration variable name in line with review remarks. | Aidan Skinner | 2009-03-03 | 1 | -3/+3 |
| * | QPID-1583: close all app registries after use. | Aidan Skinner | 2009-03-02 | 1 | -2/+7 |
| * | QPID-1637 : Added Purger thread for Priority Queues and when threasholds are ... | Martin Ritchie | 2009-03-02 | 4 | -21/+141 |
| * | QPID-1583: Add test for reloading external firewall rules, fix buglets this t... | Aidan Skinner | 2009-03-02 | 2 | -65/+249 |
| * | QPID-1704: updated server configuration test | Robert Gemmell | 2009-03-02 | 1 | -12/+0 |
| * | QPID-1492: make the broker return the current queue depth and maximum queue d... | Robert Gemmell | 2009-03-02 | 2 | -4/+4 |
| * | QPID-1655: use a File object to hold reference to access file instead of a St... | Robert Gemmell | 2009-02-27 | 1 | -55/+174 |
| * | QPID-1536: modify the B64MD5 PD to take plain text input and perform the requ... | Robert Gemmell | 2009-02-27 | 2 | -26/+136 |
| * | QPID-1502: Update the PlainPasswordFilePrincipalDatabase to be manipulatable ... | Robert Gemmell | 2009-02-27 | 2 | -0/+474 |
| * | QPID-1635,QPID-1636,QPID-1638 : Updated QueueEntries to contain additional va... | Martin Ritchie | 2009-02-27 | 6 | -50/+96 |
| * | QPID-1635,QPID-1636 : Moved additional properties from AMQMessage up to Queue... | Martin Ritchie | 2009-02-27 | 6 | -202/+328 |
| * | QPID-1648: Remove doubling of new classes. Stoopid patch(1). PEBKAC. | Aidan Skinner | 2009-02-25 | 1 | -413/+0 |
| * | QPID-1648: Add LoggingManagement and associated MBean to enable dynamic reloa... | Aidan Skinner | 2009-02-25 | 1 | -0/+826 |
| * | QPID-1668: check initial count, don't assume it's 0. It should be, but there ... | Aidan Skinner | 2009-02-25 | 1 | -4/+4 |
| * | QPID-1634 : Created QueueBackingStore interface and implementation FileQueueB... | Martin Ritchie | 2009-02-25 | 1 | -0/+217 |
| * | QPID-1633 : Added new properties to SimpleAMQQueue with appropriate getters/s... | Martin Ritchie | 2009-02-25 | 2 | -2/+58 |
| * | QPID-1612: Allow split configuration files. Add tests for old-style and new-s... | Aidan Skinner | 2009-02-24 | 1 | -0/+4 |
| * | QPID-1612: add environment variables for some things, sanitise the housekeepi... | Aidan Skinner | 2009-02-24 | 1 | -10/+0 |
| * | QPID-1612: add test class for ServerConfiguration | Aidan Skinner | 2009-02-24 | 1 | -0/+7 |
| * | Merge branch 'QPID-1612' | Aidan Skinner | 2009-02-24 | 1 | -0/+672 |
| * | QPID-1621,QPID-1632 : Added a setManagementEnabled option to allow the MC to ... | Martin Ritchie | 2009-02-20 | 2 | -7/+7 |
| * | QPID-1632 - Removal of reference counting and update to tests, TxAckTest was ... | Martin Ritchie | 2009-02-20 | 11 | -232/+284 |
| * | QPID-1632 - Initial testing of reference counting and implemntation of Transa... | Martin Ritchie | 2009-02-20 | 6 | -198/+101 |
| * | QPID-1621: add ServerConfiguration, QueueConfiguration and SecurityConfigurat... | Aidan Skinner | 2009-02-19 | 14 | -67/+108 |
| * | QPID-1631 : Convert MessageStore to TransactionLog and RoutingTable. Updated ... | Martin Ritchie | 2009-02-13 | 15 | -77/+122 |
| * | QPID-1630 : Updated MessageFactory to be responsible for assigning messagIDs.... | Martin Ritchie | 2009-02-13 | 16 | -340/+444 |
| * | QPID-1511 : Adds authentication and ssl encryption capabilities to the RMI ba... | Aidan Skinner | 2009-02-13 | 1 | -0/+267 |
| * | QPID-1629 : Convered AMQMessage to Interface and created concrete Transient/P... | Martin Ritchie | 2009-02-13 | 19 | -463/+666 |
| * | QPID-1628 : Further tiding up of imports no longer requried. | Martin Ritchie | 2009-02-13 | 1 | -0/+50 |
| * | QPID-1629 : Fully test MessageHandles before move | Martin Ritchie | 2009-02-13 | 2 | -0/+359 |
| * | QPID-430: Fix message age alerting so that it works on queues which are other... | Aidan Skinner | 2009-02-11 | 2 | -4/+2 |
| * | QPDI-1583: Implement support for comma-seperated lists of networks and hostna... | Aidan Skinner | 2009-02-11 | 2 | -10/+45 |
| * | TestIoSession: default address and port to avoid illegal arguments when creat... | Aidan Skinner | 2009-02-11 | 1 | -2/+2 |
| * | Merge branch 'QPID-1583' | Aidan Skinner | 2009-02-11 | 1 | -0/+267 |
| * | Remove MockIoSession, replace with TestIoSession everywhere. | Aidan Skinner | 2009-02-10 | 4 | -300/+26 |
| * | QPID-1626: Add per-virtualhost authorization plugins. | Aidan Skinner | 2009-02-09 | 8 | -16/+306 |
| * | QPID-1652 : Created MessagePublishInfoImpl and Unit Test, removed the several... | Martin Ritchie | 2009-02-09 | 13 | -429/+26 |
| * | QPID-1628 : Moved Redelivered from AMQMessage to QueueEntry | Martin Ritchie | 2009-02-06 | 4 | -12/+98 |
| * | 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 |