| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-4503: Producer transaction timeout detection feature may produce supriou... | Keith Wall | 2013-01-09 | 2 | -0/+5 |
| * | QPID-4503: Producer transaction timeout detection feature may produce supriou... | Keith Wall | 2013-01-09 | 3 | -20/+13 |
| * | QPID-4521: ensure that the routing key is properly passed to the alternate To... | Robert Gemmell | 2013-01-08 | 2 | -1/+98 |
| * | QPID-4511: move the broker-plugins lib dir under build/scratch to prevent it ... | Robert Gemmell | 2012-12-19 | 1 | -1/+1 |
| * | QPID-4377: add missing licence headers to various files in the Java tree | Robert Gemmell | 2012-12-13 | 8 | -6/+160 |
| * | QPID-4489: ensure the IoSender is closed when the IoReceiver closes before a ... | Robert Gemmell | 2012-12-04 | 1 | -1/+23 |
| * | QPID-2796 : Restore heartbeating functionality to the Java Broker, and the 0-... | Robert Godfrey | 2012-11-28 | 7 | -13/+168 |
| * | QPID-4476: ensure that the Principal in the AuthenticationResult has the same... | Robert Gemmell | 2012-11-28 | 1 | -31/+66 |
| * | QPID-4456: ensure the qpid-server.bat script for windows picks up the broker ... | Robert Gemmell | 2012-11-28 | 1 | -2/+2 |
| * | QPID-4472 : [Java Broker] NPE with non-SASL AMQP 1.0 Connection | Robert Godfrey | 2012-11-28 | 3 | -2/+32 |
| * | QPID-4456: ensure the broker plugins get packaged in the release binary and a... | Robert Gemmell | 2012-11-27 | 2 | -4/+10 |
| * | QPID-4377: Update release versions to 0.20 | Justin Ross | 2012-11-19 | 1 | -1/+1 |
| * | QPID-4335, QPID-4353: Refactored broker plugins to use simplified ServiceLoad... | Robert Gemmell | 2012-10-12 | 95 | -3731/+1760 |
| * | QPID-4334: removed the firewall plugin and moved its functionality into the A... | Keith Wall | 2012-09-28 | 2 | -108/+115 |
| * | QPID-4333: remove the 'queue reconfiguration' process and various clases left... | Robert Gemmell | 2012-09-24 | 10 | -707/+13 |
| * | QPID-4313: Address review comments from QPID-4109 (Reenable LoggingManagement) | Keith Wall | 2012-09-21 | 3 | -17/+17 |
| * | QPID-4333: remove the Slow Consumer Detection plugin and associated documenta... | Robert Gemmell | 2012-09-20 | 17 | -1977/+0 |
| * | QPID-4297: Broker should not rely on Subject.getPrincipals.iterator().next() ... | Keith Wall | 2012-09-11 | 3 | -8/+7 |
| * | QPID-4292: add ACL rule to authorise access to the web management UI | Keith Wall | 2012-09-10 | 8 | -88/+156 |
| * | NO-JIRA: add default config for http management | Robert Gemmell | 2012-09-10 | 1 | -0/+5 |
| * | QPID-4255: Add "log out" functionality to web UI | Keith Wall | 2012-09-06 | 2 | -0/+22 |
| * | QPID-4283: Make web management capable of using external authentication manager. | Keith Wall | 2012-09-04 | 4 | -2/+53 |
| * | QPID-4271: improve behaviour when embedding the broker inside a container | Keith Wall | 2012-09-04 | 8 | -33/+110 |
| * | QPID-4238: escape tags for queue and virtualhost names with dots in them when... | Robert Gemmell | 2012-09-02 | 4 | -3/+53 |
| * | QPID-4253: add configuration for basic-auth on http / https management and se... | Robert Gemmell | 2012-09-02 | 1 | -0/+10 |
| * | QPID-4261: extend BindingURLs to allow specifying exchange durable/autodelete... | Robert Gemmell | 2012-09-01 | 1 | -1/+1 |
| * | QPID-4270: Change web management plugin to log management operational log mes... | Keith Wall | 2012-08-30 | 2 | -18/+14 |
| * | QPID-4242 : [Java Broker] Remove QMFv1 implementation | Robert Godfrey | 2012-08-29 | 112 | -11109/+283 |
| * | QPID-4237: modified FileGroupDatabase to ensure that it always closes its fil... | Robert Gemmell | 2012-08-27 | 1 | -2/+24 |
| * | QPID-4237: added convenience method to AuthenticatedResult to facilitate impl... | Robert Gemmell | 2012-08-27 | 1 | -3/+13 |
| * | QPID-4236, QPID-4237, QPID-4245: Added group management functionality, and ex... | Robert Gemmell | 2012-08-24 | 78 | -519/+3847 |
| * | QPID-4185: improve broker_example.acl to give more reasonable settings, repla... | Robert Gemmell | 2012-08-03 | 1 | -12/+13 |
| * | QPID-4189: Add unit tests for ConfiguredObjectToMapConverter | Keith Wall | 2012-08-03 | 1 | -28/+34 |
| * | QPID-4187: Improve operational management logging: - make ManagementActor thr... | Robert Gemmell | 2012-08-03 | 2 | -33/+89 |
| * | QPID-4184: enable the notifications beign logged by configuring the associate... | Robert Gemmell | 2012-08-02 | 1 | -0/+5 |
| * | QPID-4173: Switch off subscription.state logger to reduce the verbosity for c... | Robert Gemmell | 2012-08-02 | 1 | -0/+6 |
| * | QPID-4172: HouseKeepingTask now reverts thread name before exiting to reduce ... | Robert Gemmell | 2012-08-02 | 2 | -2/+51 |
| * | QPID-4182: Set the default minimumAlertRepeatGap value to 30 seconds | Robert Gemmell | 2012-08-02 | 4 | -14/+24 |
| * | QPID-4183 : Implement Session/ConnectionModel interfaces in AMQP 1.0 code to ... | Robert Godfrey | 2012-08-02 | 5 | -5/+360 |
| * | QPID-4171: Fix enqueue ordering for persistent messsages | Keith Wall | 2012-08-01 | 4 | -22/+165 |
| * | QPID-4167: Fix setting of queue attributes via web management console and res... | Robert Gemmell | 2012-07-31 | 2 | -2/+3 |
| * | QPID-4124: Improved logging that is produced when the various transaction tim... | Robert Gemmell | 2012-07-31 | 4 | -32/+192 |
| * | QPID-4164: only keep a hard reference to the meta data if it has yet to be pe... | Robert Gemmell | 2012-07-27 | 1 | -1/+4 |
| * | QPID-4164: Prevent the erroneous re-storing of recovered messages during move... | Keith Wall | 2012-07-25 | 1 | -21/+29 |
| * | QPID-4149: Add REST functionality to delete exchanges, queues and bindings, a... | Robert Gemmell | 2012-07-19 | 7 | -39/+130 |
| * | QPID-3998: Add HTTPS support for the REST management interface | Robert Gemmell | 2012-07-13 | 8 | -13/+73 |
| * | QPID-4114: broker release now includes BDB if optional=true sys property is set | Keith Wall | 2012-07-12 | 1 | -1/+4 |
| * | QPID-4131: On 0-8...0-9-1 code path broker now closes the connection when the... | Keith Wall | 2012-07-12 | 3 | -21/+40 |
| * | QPID-3998, QPID-3999: System tests for Rest API, small fixups for the adapter... | Robert Gemmell | 2012-07-11 | 9 | -10/+91 |
| * | NO-JIRA: add some logging around the DtxBranch timeout functionality to aid d... | Robert Gemmell | 2012-07-10 | 1 | -8/+72 |